Discussion:
CVS commit: pcc/arch/m68k
Anders Magnusson
2014-10-01 19:59:07 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed Oct 1 19:59:07 UTC 2014

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

Log Message:
Fix a few argument order errors.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pcc/arch/m68k/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-02 17:12:38 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Oct 2 17:12:38 UTC 2014

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

Log Message:
Repair cast float->uint.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pcc/arch/m68k/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-02 17:13:08 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu Oct 2 17:13:07 UTC 2014

Modified Files:
pcc/arch/m68k: macdefs.h

Log Message:
long is the same as int, not as long long.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pcc/arch/m68k/macdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-07 13:26:58 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 7 13:26:58 UTC 2014

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

Log Message:
Use bsr if generating PIC code, jsr otherwise.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pcc/arch/m68k/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-07 13:28:16 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 7 13:28:16 UTC 2014

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

Log Message:
Generate PIC GOT reg reference.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pcc/arch/m68k/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-07 13:28:53 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 7 13:28:53 UTC 2014

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

Log Message:
Eh, emit bsr/jsr instruction.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pcc/arch/m68k/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-07 13:30:06 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 7 13:30:06 UTC 2014

Modified Files:
pcc/arch/m68k: macdefs.h

Log Message:
Set correct alignments. We use what gcc seems to use, which do not match
what is written in the System V ABI docs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pcc/arch/m68k/macdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-07 13:31:13 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 7 13:31:13 UTC 2014

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

Log Message:
Add a bunch of code to support PIC. Not really finished yet.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pcc/arch/m68k/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-07 15:36:47 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Oct 7 15:36:47 UTC 2014

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

Log Message:
PIC static references needs one extra indirection.
Now m68k passes all pcc pregression tests.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pcc/arch/m68k/local.c

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

Loading...