Discussion:
CVS commit: pcc/arch/amd64
Anders Magnusson
2014-04-29 18:16:09 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Apr 29 18:16:09 UTC 2014

Modified Files:
pcc/arch/amd64: order.c table.c

Log Message:
Use movabsq for labels.
Do not emit labels as distance to indexed registers, they can be only
32-bit long.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pcc/arch/amd64/order.c
cvs rdiff -u -r1.51 -r1.52 pcc/arch/amd64/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-04-29 18:17:04 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Apr 29 18:17:04 UTC 2014

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

Log Message:
Output segment names for OSX.
OSX uses power-of-2 alignment.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pcc/arch/amd64/code.c
cvs rdiff -u -r1.28 -r1.29 pcc/arch/amd64/macdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-04-30 16:37:20 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Apr 30 16:37:20 UTC 2014

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

Log Message:
Fix static common variables for darwin.


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

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

Loading...