Jonas Maebe
|
177d57f22c
* split en_exit_code into a part that may allocate a register and a part
|
22 years ago |
peter
|
32d076480b
* framepointer fixes for sparc
|
22 years ago |
daniel
|
268bfcf784
* Fixed register allocator. *Lots* of fixes.
|
22 years ago |
Jonas Maebe
|
cc7f340ac8
* set pi_do_call if range/overflow checking is on
|
22 years ago |
Jonas Maebe
|
404d344d92
* lots of newra fixes (need getfuncretparaloc implementation for i386)!
|
22 years ago |
Jonas Maebe
|
d29c96896f
* fixed newra cycle for x86
|
22 years ago |
peter
|
0dceec9a64
* current_procdef removed, use current_procinfo.procdef instead
|
22 years ago |
peter
|
a0b9306652
* newra compiles for sparc
|
22 years ago |
peter
|
77d641fa2a
* init/final of procedure data splitted from genentrycode
|
22 years ago |
Jonas Maebe
|
e142cebe6e
* pi_do_call must always be set for the main program, since it always
|
22 years ago |
Jonas Maebe
|
edb2179730
+ added freeintparaloc
|
22 years ago |
daniel
|
41e0bc4cec
* Register allocator finished
|
22 years ago |
Jonas Maebe
|
5a4c00bedd
* added pi_do_call if a procedure has a value shortstring parameter
|
22 years ago |
peter
|
414bd5fa22
* more sparc cleanup
|
22 years ago |
Jonas Maebe
|
ead9de924c
* added missing initialization of rg.usedint{in,by}proc
|
22 years ago |
peter
|
047a066711
* procinlinenode removed
|
22 years ago |
peter
|
64eb7ee2ec
* do not generate code when there was an error
|
22 years ago |
Jonas Maebe
|
ce0885b092
* generate code for parent procedure before that of nested procedures as
|
22 years ago |
peter
|
345228fd29
* defer codegeneration for nested procedures
|
22 years ago |
Jonas Maebe
|
d816c6a8c6
* powerpc nested procedure fixes, should work completely now if all
|
22 years ago |
peter
|
abca40f041
* regvar fixes
|
22 years ago |
peter
|
1a7f159fad
* only call destructor in except block when there is a destructor
|
22 years ago |
peter
|
05c05f2555
* failn removed
|
22 years ago |
peter
|
a467b84faa
* fixed various crashes
|
22 years ago |
peter
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 years ago |
peter
|
1a2eedd767
* self moved to hidden parameter
|
22 years ago |
peter
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
peter
|
7f14891d66
* aktprocdef cleanup, aktprocdef is now always nil when parsing
|
22 years ago |
peter
|
9b236892b7
* set return_offset moved to after_header
|
22 years ago |
peter
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 years ago |