peter
|
c0c6ad57f3
* check also interfacedef when checking for matching forwarddef
|
22 years ago |
michael
|
fbd28675c9
+ Patch from peter to support initial values for local variables
|
22 years ago |
peter
|
215ccaafe2
* fixed parsing of declarations before asm statement
|
22 years ago |
peter
|
8d6f26bf4f
* parse declarations before check _ASM token
|
22 years ago |
peter
|
bbf8bddbb4
* unit loading changed to first register units and load them
|
22 years ago |
peter
|
9147303907
* duplicate procsym-unitsym fix
|
22 years ago |
peter
|
bbd18afe11
* don't include uf_init for library. The code is already called and
|
22 years ago |
carl
|
081a4aab35
* 3% memory optimization
|
23 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 |
carl
|
60d17dbc01
* some small speed optimizations
|
23 years ago |
peter
|
a496dbe1ff
* pass proccalloption to ret_in_xxx and push_xxx functions
|
23 years ago |
carl
|
64655be168
* memory optimization (3-4%) : cleanup of tai fields,
|
23 years ago |
peter
|
bfd72ad5d5
* merged changes from 1.0.7 up to 04-11
|
23 years ago |
carl
|
6d8024afc4
* noopt for non-i386 targets
|
23 years ago |
florian
|
0d94086e03
* call to procinfo.after_header added
|
23 years ago |
peter
|
dcd9e0107c
* old logs removed and tabs fixed
|
23 years ago |
daniel
|
b0364566d1
* Make Tprocdef.defs protected
|
23 years ago |
peter
|
a28f75ed03
* sym.insert_in_data removed
|
23 years ago |
florian
|
e313bab4ff
* first part of procinfo rewrite
|
23 years ago |
carl
|
745efb2c47
* issameref() to test if two references are the same (then emit no opcodes)
|
23 years ago |
peter
|
425bb45ddc
* renamed current_library to objectlibrary
|
23 years ago |
peter
|
ac71268ce6
* saving of asmsymbols in ppu supported
|
23 years ago |
carl
|
afd252b0b5
* fixed stackframe parameter (should only contain local size),
|
23 years ago |
florian
|
b136cecacd
* first part of ppc calling conventions fix
|
23 years ago |
florian
|
eb2ca8d10f
* rewrote the system handling
|
23 years ago |
florian
|
59abf2555b
* types.pas renamed to defbase.pas because D6 contains a types
|
23 years ago |
daniel
|
399036f1c2
* State tracker work
|
23 years ago |
florian
|
c3f4220f3b
* readded removed changes
|
23 years ago |
daniel
|
eeae0e4c00
+ Added the beginning of a state tracker. This will track the values of
|
23 years ago |