Discussion:
CVS commit: pcc/mip
Anders Magnusson
2014-08-02 08:41:57 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Aug 2 08:41:57 UTC 2014

Modified Files:
pcc/mip: regs.c

Log Message:
Rewrite the in-tree spill code significantly to fix coloring problems
on targets with (very) few register. This should benefit from an
improved SU computation code.
Fixes Jira#PCC-457 by Volkmar Klatt.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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-06 20:34:06 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Aug 6 20:34:06 UTC 2014

Modified Files:
pcc/mip: regs.c

Log Message:
Check if the requested reg to spill is a permanent register, otherwise
nothing will be spilled. Fixes Jira#PCC-463 by Volkmar Klatt.


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

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

Loading...