Jonas Maebe
|
5a4c00bedd
* added pi_do_call if a procedure has a value shortstring parameter
|
22 年之前 |
peter
|
414bd5fa22
* more sparc cleanup
|
22 年之前 |
Jonas Maebe
|
ead9de924c
* added missing initialization of rg.usedint{in,by}proc
|
22 年之前 |
peter
|
047a066711
* procinlinenode removed
|
22 年之前 |
peter
|
64eb7ee2ec
* do not generate code when there was an error
|
22 年之前 |
Jonas Maebe
|
ce0885b092
* generate code for parent procedure before that of nested procedures as
|
22 年之前 |
peter
|
345228fd29
* defer codegeneration for nested procedures
|
22 年之前 |
Jonas Maebe
|
d816c6a8c6
* powerpc nested procedure fixes, should work completely now if all
|
22 年之前 |
peter
|
abca40f041
* regvar fixes
|
22 年之前 |
peter
|
1a7f159fad
* only call destructor in except block when there is a destructor
|
22 年之前 |
peter
|
05c05f2555
* failn removed
|
22 年之前 |
peter
|
a467b84faa
* fixed various crashes
|
22 年之前 |
peter
|
26d78ff5c9
* moved implicit exception frame from ncgutil to psub
|
22 年之前 |
peter
|
1a2eedd767
* self moved to hidden parameter
|
22 年之前 |
peter
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 年之前 |
peter
|
7f14891d66
* aktprocdef cleanup, aktprocdef is now always nil when parsing
|
22 年之前 |
peter
|
9b236892b7
* set return_offset moved to after_header
|
22 年之前 |
peter
|
f4b818fc1d
* removed funcretn,funcretsym, function result is now in varsym
|
22 年之前 |
florian
|
47a3437dba
* comp is now written with its bit pattern to the ppu instead as an extended
|
22 年之前 |
florian
|
0284016ee9
* fixed several issues with powerpc
|
22 年之前 |
peter
|
9ed2ce8c12
* removed some notes/hints
|
22 年之前 |
peter
|
e248c0ece4
* fixed C style array of const
|
22 年之前 |
daniel
|
25059e21b6
+ Implemented the actual register allocator
|
22 年之前 |
daniel
|
a32926e2fc
* Some work on interference graph construction
|
22 年之前 |
Jonas Maebe
|
56132c1a9c
* assembler procedures now again get a stackframe if they have local
|
22 年之前 |
Jonas Maebe
|
ec71805aa8
* several ppc/generic result offset related fixes. The "normal" result
|
22 年之前 |
peter
|
45e5cada69
* give error when exports is not supported
|
22 年之前 |
Jonas Maebe
|
24e2741659
* more powerpc and generic fixes related to the new register allocator
|
22 年之前 |
daniel
|
e8f649f5c2
+ $define newra will enable new register allocator
|
22 年之前 |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 年之前 |