Discussion:
CVS commit: pcc/arch/amd64
Anders Magnusson
2014-08-26 18:08:38 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Aug 26 18:08:38 UTC 2014

Modified Files:
pcc/arch/amd64: local.c

Log Message:
Fix unwanted propagation of SCONV, as in i386.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pcc/arch/amd64/local.c

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

Modified Files:
pcc/arch/amd64: local.c

Log Message:
Do not print out potential junk, even though it do not matter.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pcc/arch/amd64/local.c

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

Modified Files:
pcc/arch/amd64: code.c local2.c

Log Message:
Fix yet another bug in calling convention. Now all regression tests
passes without errors.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pcc/arch/amd64/code.c
cvs rdiff -u -r1.56 -r1.57 pcc/arch/amd64/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-09-02 14:30:12 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Sep 2 14:30:12 UTC 2014

Modified Files:
pcc/arch/amd64: code.c

Log Message:
Last fix of Jira#PCC-483.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pcc/arch/amd64/code.c

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

Loading...