Anders Magnusson | 30 Oct 2009 15:19
Picon

CVS commit: pcc/cc/ccom


Module Name:	pcc
Committed By:	ragge
Date:		Fri Oct 30 14:19:42 UTC 2009

Modified Files:
	pcc/cc/ccom: cgram.y gcc_compat.c init.c pass1.h

Log Message:
Add __builtin_offset(), which is becoming more and more common.
Suggedted by Jonathan Gray.

To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.36 -r1.37 pcc/cc/ccom/gcc_compat.c
cvs rdiff -u -r1.55 -r1.56 pcc/cc/ccom/init.c
cvs rdiff -u -r1.180 -r1.181 pcc/cc/ccom/pass1.h

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

Anders Magnusson | 30 Oct 2009 15:27
Picon

CVS commit: pcc/arch/sparc64


Module Name:	pcc
Committed By:	ragge
Date:		Fri Oct 30 14:27:29 UTC 2009

Modified Files:
	pcc/arch/sparc64: code.c local2.c order.c table.c

Log Message:
Sparc64 patches from Lars Zetterlund.  Are supposed to fix Jira#PCC-20.

To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pcc/arch/sparc64/code.c
cvs rdiff -u -r1.22 -r1.23 pcc/arch/sparc64/local2.c
cvs rdiff -u -r1.5 -r1.6 pcc/arch/sparc64/order.c
cvs rdiff -u -r1.26 -r1.27 pcc/arch/sparc64/table.c

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

Anders Magnusson | 30 Oct 2009 16:19
Picon

CVS commit: pcc/arch/amd64


Module Name:	pcc
Committed By:	ragge
Date:		Fri Oct 30 15:19:27 UTC 2009

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

Log Message:
Allow moving of TEMPs to regs. Fixes Jira#PCC-99 by Dara Hazeghi.

To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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 | 30 Oct 2009 16:34
Picon

CVS commit: pcc/arch/amd64


Module Name:	pcc
Committed By:	ragge
Date:		Fri Oct 30 15:34:50 UTC 2009

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

Log Message:
Give 32-bit register to movl instruction.  Fixes Jira#PCC-100 by Dara Hazeghi.

To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pcc/arch/amd64/table.c

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


Gmane