fpc/compiler/new
1999-08-03 17:09:34 +00:00
..
alpha * the alpha compiler can be compiled now 1999-08-03 17:09:34 +00:00
i386 * the alpha compiler can be compiled now 1999-08-03 17:09:34 +00:00
agatt.pas + Initial implementation 1999-08-03 13:48:50 +00:00
cgbase.pas * made it again compilable 1999-08-01 18:22:31 +00:00
cgobj.pas * more changes to compile for the Alpha 1999-08-02 23:13:19 +00:00
convtree.pas * well, more changes, especially parts of secondload ported 1999-01-24 22:32:33 +00:00
cpuunit.inc + Changes for alpha 1999-08-02 17:16:41 +00:00
Makefile + Changes for alpha 1999-08-02 17:16:41 +00:00
nmem.pas * the alpha compiler can be compiled now 1999-08-03 17:09:34 +00:00
nstatmnt.pas + changed the temp. generator to an object 1999-08-02 17:14:07 +00:00
pass_1.pas * made it again compilable 1999-08-01 18:22:31 +00:00
pass_2.pas * the alpha compiler can be compiled now 1999-08-03 17:09:34 +00:00
pp.pas * the main branch psub.pas is now used for 1999-08-02 21:28:56 +00:00
README + Completed descriptions 1999-08-02 17:53:15 +00:00
temp_gen.pas + dummy implementation 1999-08-02 17:15:43 +00:00
tempgen.inc * the alpha compiler can be compiled now 1999-08-03 17:09:34 +00:00
tgeni386.pas * the main branch psub.pas is now used for 1999-08-02 21:28:56 +00:00
tgobj.pas + Added cpuasm for alpha 1999-08-03 00:33:23 +00:00
TODO * well, more changes, especially parts of secondload ported 1999-01-24 22:32:33 +00:00
transn.pas + first versions 1999-01-23 23:35:02 +00:00
tree.pas + changed the temp. generator to an object 1999-08-02 17:14:07 +00:00

frame_pointer              contains the register used as frame pointer
stack_pointer              contains the register used as stack pointer
self_pointer               contains the register used as self pointer


unusedregsint              set of Currently available integer registers
unusedregsfpu              set of Currently available fpu registers
unusedregsmm               set of Currently available mm registers

availabletempregsint       set of maximally available integer registers
availabletempregsfpu       set of maximally available fpu registers
availabletempregsmm        set of maximally available mm registers

countusableregsint         count of currently available integer registers
countusableregsfpu         count of currently available fpu registers
countusableregsmm          count of currently available mm registers

c_countusableregsint       count of max. available int registers (in the current procedure)
c_countusableregsfpu       count of max. available fpu registers (in the current procedure)
c_countusableregsmm        count of max. available mm registers (in the current procedure)

intregs                    all!! available integer register
fpuregs                    all!! available fpu register
mmregs                     all!! available multimedia register

Intel specific
--------------
unusedregssse
availabletempregssse
countusableregssse