Anders Magnusson | 27 Feb 2013 03:00
Picon

CVS commit: pcc


Module Name:	pcc
Committed By:	ragge
Date:		Wed Feb 27 02:00:01 UTC 2013

Modified Files:
	pcc: DATESTAMP

Log Message:
new date 20130227

To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pcc/DATESTAMP

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

Iain Hibbert | 26 Feb 2013 20:27
Picon

CVS commit: pcc/cc


Module Name:	pcc
Committed By:	plunky
Date:		Tue Feb 26 19:27:38 UTC 2013

Modified Files:
	pcc/cc/cc: cc.c
	pcc/cc/cpp: cpp.1 cpp.c cpp.h token.c

Log Message:
add a switch to cpp to allow it to ignore non-directive lines
starting with a #, instead of raising an error

modify front end to use this switch when passing assembler-with-cpp
input files

fixes a problem noted by Antoine Leca on pcc-list

To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 pcc/cc/cc/cc.c
cvs rdiff -u -r1.16 -r1.17 pcc/cc/cpp/cpp.1
cvs rdiff -u -r1.187 -r1.188 pcc/cc/cpp/cpp.c
cvs rdiff -u -r1.66 -r1.67 pcc/cc/cpp/cpp.h
cvs rdiff -u -r1.105 -r1.106 pcc/cc/cpp/token.c

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

Anders Magnusson | 17 Feb 2013 03:00
Picon

CVS commit: pcc


Module Name:	pcc
Committed By:	ragge
Date:		Sun Feb 17 02:00:02 UTC 2013

Modified Files:
	pcc: DATESTAMP

Log Message:
new date 20130217

To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 pcc/DATESTAMP

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

Anders Magnusson | 16 Feb 2013 18:00
Picon

CVS commit: pcc/arch/amd64


Module Name:	pcc
Committed By:	ragge
Date:		Sat Feb 16 17:00:14 UTC 2013

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

Log Message:
Do not emit a constant for RHS on cmpl. Fixes Jira#PCC-415 by Dara Hazeghi.

To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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 | 29 Dec 2012 03:00
Picon

CVS commit: pcc


Module Name:	pcc
Committed By:	ragge
Date:		Sat Dec 29 02:00:01 UTC 2012

Modified Files:
	pcc: DATESTAMP

Log Message:
new date 20121229

To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 pcc/DATESTAMP

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

Anders Magnusson | 28 Dec 2012 17:04
Picon

CVS commit: pcc/mip


Module Name:	pcc
Committed By:	ragge
Date:		Fri Dec 28 16:04:03 UTC 2012

Modified Files:
	pcc/mip: reader.c

Log Message:
Understand %= entry in extended assembler to generate label numbers.

To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 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 | 28 Dec 2012 17:02
Picon

CVS commit: pcc/arch/amd64


Module Name:	pcc
Committed By:	ragge
Date:		Fri Dec 28 16:02:49 UTC 2012

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

Log Message:
Understand gcc q modifier in extended assembler.

To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pcc/arch/amd64/local2.c
cvs rdiff -u -r1.26 -r1.27 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 | 28 Dec 2012 17:03
Picon

CVS commit: pcc/arch/amd64


Module Name:	pcc
Committed By:	ragge
Date:		Fri Dec 28 16:03:12 UTC 2012

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

Log Message:
Print out symbol size, as on vax.

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

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

Anders Magnusson | 28 Dec 2012 13:38
Picon

CVS commit: pcc/os


Module Name:	pcc
Committed By:	ragge
Date:		Fri Dec 28 12:38:15 UTC 2012

Modified Files:
	pcc/os/freebsd: ccconfig.h
Added Files:
	pcc/os/inc: amd64.h

Log Message:
Have common defines for amd64.

To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pcc/os/freebsd/ccconfig.h
cvs rdiff -u -r0 -r1.1 pcc/os/inc/amd64.h

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

Anders Magnusson | 22 Dec 2012 03:00
Picon

CVS commit: pcc


Module Name:	pcc
Committed By:	ragge
Date:		Sat Dec 22 02:00:02 UTC 2012

Modified Files:
	pcc: DATESTAMP

Log Message:
new date 20121222

To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pcc/DATESTAMP

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

Anders Magnusson | 21 Dec 2012 22:44
Picon

CVS commit: pcc/arch/vax


Module Name:	pcc
Committed By:	ragge
Date:		Fri Dec 21 21:44:27 UTC 2012

Modified Files:
	pcc/arch/vax: local2.c

Log Message:
Must call udiv to to unsigned division.  XXX could be slightly optimized.
To set all bits use mnegl of $1, not $-1.
Fixes bugs found when compiling gmp.

To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pcc/arch/vax/local2.c

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


Gmane