Discussion:
CVS commit: pcc/mip
Anders Magnusson
2014-08-16 15:09:36 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Aug 16 15:09:36 UTC 2014

Modified Files:
pcc/mip: regs.c

Log Message:
NEVER constraints must also apply to needs in instruction definitions.
Fixes Jira#PCC-472 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 pcc/mip/regs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-08-17 15:41:34 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Aug 17 15:41:34 UTC 2014

Modified Files:
pcc/mip: regs.c

Log Message:
Do not spill left side if node is an ASSIGN.
Handle TEMP nodes as REG when finding out whether something is addressable.
FIxes Jira#PCC-465 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 pcc/mip/regs.c

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

Loading...