Discussion:
CVS commit: pcc/arch/i386
Anders Magnusson
2014-04-29 20:17:03 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Tue Apr 29 20:17:03 UTC 2014

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

Log Message:
Output "hidden" for hidden args. Fixes Jira#PCC-412 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pcc/arch/i386/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Gregory McGarry
2014-05-01 06:20:32 UTC
Permalink
Module Name: pcc
Committed By: gmcgarry
Date: Thu May 1 06:20:32 UTC 2014

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

Log Message:
Fix build for MACHOABI. Ugly, but seems to work.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pcc/arch/i386/local2.c

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

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

Log Message:
Add support for "regparm" attribute.
Fixes Jira#PCC-404 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pcc/arch/i386/code.c
cvs rdiff -u -r1.170 -r1.171 pcc/arch/i386/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-01 11:01:01 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu May 1 11:01:01 UTC 2014

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

Log Message:
Hidden vars when PIC uses @GOTOFF for reference.
Fixes Jira#PCC-423 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pcc/arch/i386/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-01 15:53:20 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Thu May 1 15:53:20 UTC 2014

Modified Files:
pcc/arch/i386: local.c macdefs.h

Log Message:
Add weakref to i386. Fixes Jira#PCC-362 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pcc/arch/i386/local.c
cvs rdiff -u -r1.86 -r1.87 pcc/arch/i386/macdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-04 12:50:07 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun May 4 12:50:07 UTC 2014

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

Log Message:
Do not try yo generate a evaluation tree for static initializations.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pcc/arch/i386/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-07 12:55:36 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed May 7 12:55:35 UTC 2014

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

Log Message:
Bugfix regparm. stdcall not yet correct.
Fixes Jira#PCC-404 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pcc/arch/i386/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-07 16:35:49 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed May 7 16:35:49 UTC 2014

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

Log Message:
Complain about weakref not being static.
Do not emit storage for weakref symbols.
Fixes Jira#PCC-362 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pcc/arch/i386/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-07 17:02:15 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Wed May 7 17:02:15 UTC 2014

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

Log Message:
Only emit hidden symbols if its variable or function is referenced.
Fixes Jira#PCC-424 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 pcc/arch/i386/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-11 09:06:31 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun May 11 09:06:31 UTC 2014

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

Log Message:
For regparms < INT cast to int, to avoid type clashes later on.
Fixes Jira#PCC-430 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pcc/arch/i386/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-11 09:57:02 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun May 11 09:57:02 UTC 2014

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

Log Message:
We'll handle static weakref'd functions like extern when PIC.
Fixes Jira#PCC-429 by Iain Hibbert.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pcc/arch/i386/local.c

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

Loading...