Discussion:
CVS commit: pcc/cc/ccom
Anders Magnusson
2014-08-13 20:18:59 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Aug 13 20:18:59 UTC 2014

Modified Files:
pcc/cc/ccom: trees.c

Log Message:
Always promote left operand if doing a shift. This could be conditionalized
if shift smaller than type, but not sure it is worth it.
Fixes Jira#PCC-468 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 pcc/cc/ccom/trees.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-14 08:25:38 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Aug 14 08:25:38 UTC 2014

Modified Files:
pcc/cc/ccom: trees.c

Log Message:
Avoid wrong sign if a bitfield is the rightmost bit. While here fix overflow
bug for bitfields larger than int when RS do not divide.
Fixes Jira#PCC-464 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.335 -r1.336 pcc/cc/ccom/trees.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-16 13:40:22 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Aug 16 13:40:22 UTC 2014

Modified Files:
pcc/cc/ccom: trees.c

Log Message:
Restore cstknode, there were unexpected side effects of removing it.
(types not allowed in registers ended up there anyway).


To generate a diff of this commit:
cvs rdiff -u -r1.336 -r1.337 pcc/cc/ccom/trees.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-16 16:11:53 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Aug 16 16:11:53 UTC 2014

Modified Files:
pcc/cc/ccom: pftn.c

Log Message:
Wrong type used in cast of complex numbers, causing random errors.
Fixes Jira#PCC-469 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.380 -r1.381 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-19 16:27:33 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 19 16:27:33 UTC 2014

Modified Files:
pcc/cc/ccom: pftn.c

Log Message:
Do integer promotion early on bitfield with width < SZINT.
Fixes Jira#PCC-476 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...