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 年之前 |
Jonas Maebe
|
c65f8e7652
* safecall is only supposed to do anything for Windows targets. Removed
|
17 年之前 |
florian
|
050627ea1d
* allow goto inside finally blocks
|
17 年之前 |
Jonas Maebe
|
2348c7ea00
* allow ssa to happen for outer for-loop control variables
|
17 年之前 |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 年之前 |
Jonas Maebe
|
1f1a43d7f0
* fixed crash when compiling inlined procedures containing labels
|
17 年之前 |
daniel
|
4ca3a590e8
* Labels that are defined or referenced in a different lexical level
|
17 年之前 |
peter
|
6058b2c247
* renamed t_times to executionweight and moved it to
|
18 年之前 |
peter
|
1dd62b8686
* write also asmblocklabel for a connected labelsym
|
18 年之前 |
yury
|
9844174e5e
* It is needed to destroy exception object in safecall procedure as well.
|
18 年之前 |
yury
|
78fe68859b
* Pop the last exception object in safecall procedure.
|
18 年之前 |
yury
|
a7d1508959
* Fixed safecall procedures by generating implicit try/finally and setting correct return value if exception was occurred or not. Now safecall is fully Delphi compatible.
|
18 年之前 |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 年之前 |
Jonas Maebe
|
fdc813db9a
* no need to synchronise the upper bound of a for-loop after the loop
|
18 年之前 |
Jonas Maebe
|
2c5a284060
* upper bound of for-loop cannot be a regvar, because the regvar may
|
18 年之前 |
Jonas Maebe
|
21f87ef1de
* fixed instances of passing properties as var parameter
|
18 年之前 |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 年之前 |
Jonas Maebe
|
97cd8c4f62
* no SSU in try/except/finally (could be enabled in finally in theory,
|
19 年之前 |
florian
|
ef7bd58c54
* germanism removed (aktfilepos -> current_filepos)
|
19 年之前 |
florian
|
85d63d9fa9
* settings refactored
|
19 年之前 |
peter
|
3078a1927f
* remove ttype
|
19 年之前 |
Jonas Maebe
|
c25aba7592
* cleaned up subsetreg support (put everything in a record)
|
19 年之前 |
Jonas Maebe
|
e531c4f125
+ very limited SSA support (only outside control flow
|
19 年之前 |
Jonas Maebe
|
4c41e2c677
* fixed IE when using a field of a record regvar as loop control variable
|
19 年之前 |
peter
|
0ec2921bbe
* split newasmsymbol to refasmsymbol and defineasmsymbol
|
19 年之前 |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 年之前 |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 年之前 |
Jonas Maebe
|
ac24965242
* procedures which use goto/label revert to the older and less
|
20 年之前 |
Jonas Maebe
|
61ef30381c
* Only synchronise regvars after a loop (and only those regvars
|
20 年之前 |
Jonas Maebe
|
2aa9653a61
- removed code commented out in previous commit
|
20 年之前 |