peter
|
30f1eb4705
* fix for referencecounted temps
|
22 years ago |
peter
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 years ago |
peter
|
8af51ea6d3
* locals and paras are allocated in the code generation
|
22 years ago |
peter
|
6a8d5eb25d
* NEWRA branch merged
|
22 years ago |
peter
|
d113495cf1
* fixed stackalloc to not allocate localst.datasize twice
|
22 years ago |
peter
|
32d076480b
* framepointer fixes for sparc
|
22 years ago |
daniel
|
41e0bc4cec
* Register allocator finished
|
22 years ago |
Jonas Maebe
|
cb279b2029
* changed tt_persistant to tt_persistent :)
|
22 years ago |
florian
|
043bb34e81
* fixed temp. management for CPUs were the temp. space grows upwards
|
22 years ago |
peter
|
2c63c84131
* extdebug info temp alloc type was wrong
|
22 years ago |
peter
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
peter
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |
Jonas Maebe
|
b3a3398faf
* fixed istemp() when tg.direction = 1
|
22 years ago |
peter
|
26b4fdbfa7
* always allocate 4 bytes when 0 bytes are asked
|
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 |
daniel
|
684d11f7c2
* Fixed last commit
|
22 years ago |
daniel
|
6a8297aa34
* Made gettemp use intended procedure for setting reference
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
carl
|
9b4b57ce01
* fix bugs with istemp() was wrong, and every reference was a temp
|
22 years ago |
carl
|
53d90a34ab
- remove some unused defines
|
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 |
peter
|
bfd72ad5d5
* merged changes from 1.0.7 up to 04-11
|
23 years ago |
florian
|
431777f64d
*** empty log message ***
|
23 years ago |
mazen
|
baf943358d
- no more used
|
23 years ago |
florian
|
c1d369dc5f
+ added tcg.direction to allow upwards growing temp areas
|
23 years ago |
peter
|
b65dedc9e4
* reduced level of comment that type is wrong for release
|
23 years ago |
peter
|
8b2fb4187e
* fixed some wrong levels in extdebug comments
|
23 years ago |
peter
|
a903647258
* when reusing a block also update the temptype instead of forcing it
|
23 years ago |
peter
|
4b81e16fe2
* tempgen cleanup
|
23 years ago |