peter
|
2a752e4386
Merged revisions 7339 via svnmerge from
|
18 年之前 |
tom_at_work
|
635117218e
* fix incorrect generation of huge static arrays on 64 bit systems; however, GAS only supports 2^31-1 sized ones
|
18 年之前 |
Jonas Maebe
|
e541f19ef5
* fixed debug info generation for static symbols + IE in case it cannot
|
18 年之前 |
Jonas Maebe
|
b957d59391
* don't override varregable for tabstractvarsyms loaded from a ppu when
|
18 年之前 |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
18 年之前 |
peter
|
3cae449fda
* moved rtti to ncgrtti
|
19 年之前 |
florian
|
c465b95bdf
* win64 compilation fixed
|
19 年之前 |
peter
|
e17b424e28
* refactor procsym procdef list
|
19 年之前 |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 年之前 |
peter
|
05183ac829
* AsmSymbolDict changed to FPHashObjectList
|
19 年之前 |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 年之前 |
florian
|
85d63d9fa9
* settings refactored
|
19 年之前 |
peter
|
d27fda4b01
* fix rtti for overriden properties
|
19 年之前 |
peter
|
3078a1927f
* remove ttype
|
19 年之前 |
peter
|
d4d4309e44
* use unique symid and defid per module
|
19 年之前 |
florian
|
30ea65a89c
* varspez shouldn't be part of the crc
|
19 年之前 |
florian
|
a806fe3954
* disabled previous patch, can't be done this way
|
19 年之前 |
florian
|
a0b1fbfa0e
+ write varstate for parameter symbols, enables constant folding for
|
19 年之前 |
peter
|
0f6355e805
* fix property overriding
|
19 年之前 |
Marc Weustink
|
88e00bd264
* removed write depend def, write only defs when needed
|
19 年之前 |
peter
|
2c7bc12ad6
* support indexed stored methods
|
19 年之前 |
Jonas Maebe
|
7528a28287
* keep track of a sym's initial location to use during the generation
|
19 年之前 |
Jonas Maebe
|
1f42ee201b
+ support for bitpacked records, except for:
|
19 年之前 |
peter
|
4506394cfa
* pass contextobjdef for visibility of methods. There are different
|
19 年之前 |
Jonas Maebe
|
4861472e7b
* declared tlabelsym.mangledname as override
|
19 年之前 |
florian
|
3261281184
* fixed stabs generation for static class variables
|
19 年之前 |
florian
|
627c7f2ae0
* allow assembler labels to be used in typed consts
|
19 年之前 |
Jonas Maebe
|
e344ee3cd7
+ support for register variables which contain records
|
19 年之前 |
Jonas Maebe
|
e0250bcdb4
* never remove regvar-ability of parameters passed by reference
|
19 年之前 |
florian
|
9da293678e
* fixed mm register parameters which were messed up by a previous commit
|
19 年之前 |