Jonas Maebe
|
709e6da4fa
- removed ALL_INTREGISTERS (only the one in rgobj is valid)
|
22 years ago |
peter
|
1e7ecac976
* FUNCTION_RESULT64_LOW/HIGH_REG added for int64 results
|
22 years ago |
peter
|
414bd5fa22
* more sparc cleanup
|
22 years ago |
Jonas Maebe
|
d321606bc5
* changed scratchregs from r28-r30 to r29-r31
|
22 years ago |
Jonas Maebe
|
517e16dae7
* fixed endian problem with tlocation.value/valueqword fields
|
22 years ago |
Jonas Maebe
|
66792ee44e
* adapted for Peter's regvar fixes
|
22 years ago |
florian
|
137395876d
* fixed last commit, changing lastsaveintreg to r31 caused some strange problems
|
22 years ago |
florian
|
5f6578729b
* sysv entry code saves r13 now as well
|
22 years ago |
florian
|
0284016ee9
* fixed several issues with powerpc
|
22 years ago |
florian
|
253df05727
+ added first_ and last_imreg
|
22 years ago |
Jonas Maebe
|
5893b9bb19
* fixed R_TOC bugs introduced by new register allocator conversion
|
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 |
carl
|
59d3edeec7
* Several bugfixes for m68k target (register alloc., opcode emission)
|
22 years ago |
olle
|
6af7aba722
+ added new register constants
|
22 years ago |
olle
|
a02a1adee1
* changed global var access, TOC now contain pointers to globals
|
22 years ago |
daniel
|
6e507ba483
* Added register conversion
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
peter
|
f3fc72095f
* splitted defbase in defutil,symutil,defcmp
|
23 years ago |
Jonas Maebe
|
85c3f6195a
+ some comments describing the fields of treference
|
23 years ago |
mazen
|
a835405a27
* fixed a compilation bug accmulator-->accumulator, in definition of return_result_reg
|
23 years ago |
mazen
|
41153e2b1a
+ return_result_reg and function_result_reg are now used, in all plateforms, to pass functions result between called function and its caller. See the explanation of each one
|
23 years ago |
Jonas Maebe
|
a15d8cfe39
* a_load_reg_reg() now has two size parameters: source and dest. This
|
23 years ago |
florian
|
a7a354956d
* first part of PowerPC fixes
|
23 years ago |
peter
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
florian
|
6502638258
* several powerpc related stuff fixed
|
23 years ago |
florian
|
0d1a344d7f
+ the ppc gas assembler writer adds now registers aliases
|
23 years ago |
florian
|
39f35373a8
+ handling of local variables in direct reader implemented
|
23 years ago |
Jonas Maebe
|
3ab3c91e0a
- remove valuelow/valuehigh fields from tlocation, because they depend
|
23 years ago |
florian
|
af4302bc67
* more fixes for ppc calling conventions
|
23 years ago |