Discussion:
CVS commit: pcc/mip
Anders Magnusson
2014-10-10 16:12:52 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Oct 10 16:12:52 UTC 2014

Modified Files:
pcc/mip: reader.c

Log Message:
Fix bug causing wrong offset register to be used for arg references
sometimes.


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 pcc/mip/reader.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-11 09:50:21 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Oct 11 09:50:21 UTC 2014

Modified Files:
pcc/mip: pass2.h reader.c regs.c

Log Message:
Check and handle spilling of on-stack arguments correctly.
Fixes a vax bug which reference arguments to %ap instead of %fp.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pcc/mip/pass2.h
cvs rdiff -u -r1.289 -r1.290 pcc/mip/reader.c
cvs rdiff -u -r1.244 -r1.245 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-10-12 19:58:29 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 19:58:29 UTC 2014

Modified Files:
pcc/mip: regs.c

Log Message:
DCE can break vax sometimes, so disable it for now.


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

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

Loading...