florian
|
91bbc7bea3
* error when address of an abstract method is taken
|
22 years ago |
peter
|
60978ba89c
* aktprocdef renamed to current_procdef
|
22 years ago |
daniel
|
9e2084b8d5
* Further register allocator work. Compiler now smaller with new
|
22 years ago |
daniel
|
7677b18770
* Removed usage of edi in a lot of places when new register allocator used
|
22 years ago |
peter
|
e248c0ece4
* fixed C style array of const
|
22 years ago |
daniel
|
25059e21b6
+ Implemented the actual register allocator
|
22 years ago |
daniel
|
0c93e261e7
* Added some code to keep track of move instructions in register
|
22 years ago |
peter
|
c4ddcc78a8
* generic constructor working for i386
|
22 years ago |
peter
|
864736747f
* reg2opsize()
|
22 years ago |
Jonas Maebe
|
e8a0c0cd62
* and more new register allocator fixes (in the i386 code generator this
|
22 years ago |
daniel
|
390ae3e2b1
* Fixed ie 200301234 problem on Win32 target
|
22 years ago |
daniel
|
18ab545cb7
* Fixed the optimizer
|
22 years ago |
daniel
|
86bcea6ef5
* Code generator converted to new register notation
|
22 years ago |
daniel
|
dc14489292
* Fixed another 200301081
|
22 years ago |
daniel
|
509618b646
* Fixed internalerror
|
22 years ago |
daniel
|
cbe0383afe
* Further work to convert codegenerator register convention;
|
22 years ago |
daniel
|
7b2fd10fb4
* Converted some code in cgx86.pas to new register numbering
|
22 years ago |
daniel
|
55a161bbbf
* Tregister changed into a record
|
22 years ago |
florian
|
b59b436130
* x86-64 compiles
|
22 years ago |
peter
|
a51ce770c2
* align stack on 4 bytes in copyvalueopenarray
|
22 years ago |
peter
|
af98b48c22
* stackpointer_alloc added for adjusting ESP. Win32 needs
|
22 years ago |
carl
|
6a52e7a9e5
- removed the invalid if <> checking (Delphi is strange on this)
|
23 years ago |
peter
|
f3fc72095f
* splitted defbase in defutil,symutil,defcmp
|
23 years ago |
peter
|
a496dbe1ff
* pass proccalloption to ret_in_xxx and push_xxx functions
|
23 years ago |
carl
|
7c0f175681
* flags2reg() was not extending the byte register to the correct result size
|
23 years ago |
peter
|
83dae76625
+ $IMPLICITEXCEPTIONS switch to turn on/off generation of the
|
23 years ago |
carl
|
67486c96c3
* fixes for Delphi 6 compilation
|
23 years ago |
Jonas Maebe
|
a15d8cfe39
* a_load_reg_reg() now has two size parameters: source and dest. This
|
23 years ago |
peter
|
51057d8e8e
* support references without registers and symbol in paramref_addr. It
|
23 years ago |
peter
|
6dffb25562
* move CGSize2Opsize to interface
|
23 years ago |