peter
|
c092e24817
* fixes to get rtl compiled
|
22 years ago |
florian
|
0284016ee9
* fixed several issues with powerpc
|
22 years ago |
Jonas Maebe
|
56132c1a9c
* assembler procedures now again get a stackframe if they have local
|
22 years ago |
Jonas Maebe
|
f51a189be0
* don't generate entry/exit code for assembler procedures
|
22 years ago |
Jonas Maebe
|
e02ecef001
* fixed linux entry/exit code generation
|
22 years ago |
Jonas Maebe
|
5893b9bb19
* fixed R_TOC bugs introduced by new register allocator conversion
|
22 years ago |
olle
|
87fb801dcb
* change in a_loadaddr_ref_reg
|
22 years ago |
Jonas Maebe
|
24e2741659
* more powerpc and generic fixes related to the new register allocator
|
22 years ago |
Jonas Maebe
|
d168ae15df
* lots of new regallocator fixes, both in generic and ppc-specific code
|
22 years ago |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 years ago |
olle
|
a02a1adee1
* changed global var access, TOC now contain pointers to globals
|
22 years ago |
florian
|
2102ce7031
* fixed some PowerPC issues
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
florian
|
938f46f246
* fixed some crashes and a rte 201
|
22 years ago |
olle
|
5e90be8184
* macos: changing code gen for references to globals
|
23 years ago |
Jonas Maebe
|
fb5b623e30
* fixed bctr(l) problems
|
23 years ago |
olle
|
9284b36d3b
* macos: globals are located in TOC and relative r2, instead of absolute
|
23 years ago |
olle
|
b71c1492a9
* macos entry/exit: only used registers are saved
|
23 years ago |
olle
|
4d3ed1a22c
* macos stack frame size computing updated
|
23 years ago |
olle
|
7fde7960b5
* reorganized prologue and epilogue routines
|
23 years ago |
florian
|
fa4a4de18c
* all A_BL instructions replaced by calls to a_call_name
|
23 years ago |
Jonas Maebe
|
a738c4ddcf
* changed a_call_* so that no superfluous code is generated anymore
|
23 years ago |
olle
|
fa695eefea
* made a_load_store more robust and to accept large offsets and cleaned up code
|
23 years ago |
Jonas Maebe
|
a15d8cfe39
* a_load_reg_reg() now has two size parameters: source and dest. This
|
23 years ago |
Jonas Maebe
|
02e9260997
+ added some internal errors
|
23 years ago |
Jonas Maebe
|
32d4d8780f
* fixed TOpCmp2AsmCond array (some unsigned equivalents were wrong)
|
23 years ago |
Jonas Maebe
|
07c1116a8c
* several large offset-related fixes
|
23 years ago |
florian
|
a7a354956d
* first part of PowerPC fixes
|
23 years ago |
peter
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
Jonas Maebe
|
ce868dcdac
+ a_call_reg()
|
23 years ago |