Jonas Maebe
|
99994c0603
Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 lat temu |
Jonas Maebe
|
2d5f97953d
* store vmt procdefs in the ppu files so we don't have to use a hack to
|
17 lat temu |
Jonas Maebe
|
fbac599784
+ initial implementation of whole-program optimisation framework
|
17 lat temu |
florian
|
d2214685c3
* fixes compiler crash with out of memory on illegal array declarations
|
17 lat temu |
yury
|
4cabbe0e39
* Fixed compiler cycling with enabled range and overflow checking.
|
17 lat temu |
peter
|
6c586e4eca
* store specializations in globalsymtable for units, use localsymtable
|
17 lat temu |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 lat temu |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 lat temu |
florian
|
2d91fef4f1
+ accept system.string, resolves #10489
|
17 lat temu |
peter
|
1e123d66ba
* improved generics
|
18 lat temu |
florian
|
7229dcfdcb
* setup a proper symtable stack before parsing the generic declaration itself, resolves #9419
|
18 lat temu |
Jonas Maebe
|
0040eecf9f
+ support for extra packing of sets whose lower element number
|
18 lat temu |
Jonas Maebe
|
eddc507a13
* disallow widechar sets (Delphi 7 compatible, and were handled wrongly
|
18 lat temu |
florian
|
4b9669a081
* give proper error location if something is wrong with the type argument list, resolves #9112
|
18 lat temu |
florian
|
fa2a2b0bd0
* generics without specialization can't be used as a type, resolves #9225
|
18 lat temu |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 lat temu |
florian
|
301be02148
* forbid anonymous generic specializations
|
18 lat temu |
peter
|
91dbd27a42
* cleanup deleting of defs
|
18 lat temu |
florian
|
11aa2b483e
* kicked ignore_equal, usage was wrong anyways
|
19 lat temu |
florian
|
c4d96ec538
* only non generic types can be used when specializing generics, fixes 7735
|
19 lat temu |
peter
|
9ae8e9fa21
* refactor tclassheader in tvmtbuilder and tvmtwriter
|
19 lat temu |
florian
|
b0104f2ec8
* fixed parsing of spezialitions taking more than one argument
|
19 lat temu |
peter
|
84a96d66de
* move rtti and vmt table generation into write_persistent_type_info
|
19 lat temu |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 lat temu |
florian
|
bce905b106
* give correct error locations for errors when specializing templates
|
19 lat temu |
florian
|
85d63d9fa9
* settings refactored
|
19 lat temu |
peter
|
3078a1927f
* remove ttype
|
19 lat temu |
peter
|
71af18855e
* remove sym from ttype, we can now reference any def in any unit directly
|
19 lat temu |
Jonas Maebe
|
3bb41dcf9a
* fixed writing "packed" status of bitpacked records to ppu files.
|
19 lat temu |
Jonas Maebe
|
2b3250aac0
* no support yet for packed records which need to be initialized
|
19 lat temu |