Module Name: pcc
Committed By: ragge
Date: Mon Nov 12 19:02:15 UTC 2007
Modified Files:
pcc/arch/i386: code.c local.c local2.c order.c
Log Message:
Add livecall() and funcall().
Add code to move params to registers.
Add remaining stuff to make PIC code. May work, but do not generate
perfect code due to a flaw in the liveness analysis code.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pcc/arch/i386/code.c
cvs rdiff -u -r1.61 -r1.62 pcc/arch/i386/local.c
cvs rdiff -u -r1.92 -r1.93 pcc/arch/i386/local2.c
cvs rdiff -u -r1.50 -r1.51 pcc/arch/i386/order.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.