Jonas Maebe
|
283018a3bf
* changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can
|
15 năm trước cách đây |
Jonas Maebe
|
9bc15a5f61
* renamed a_param_* to a_load_*_cgpara
|
15 năm trước cách đây |
Jonas Maebe
|
d8a902b4c4
* fixed internalerror in case the from-value of a for-loop has loc_jump
|
15 năm trước cách đây |
paul
|
e2fdfc426f
compiler: fix safecall result handling if it is placed to a register
|
15 năm trước cách đây |
paul
|
b884d568e1
compiler: fix 64bit safecall handling
|
15 năm trước cách đây |
paul
|
cf0a1b1af9
compiler: safecall exception handling:
|
15 năm trước cách đây |
florian
|
c1f3d8dcaa
* unified names of system_*/systems_* sets
|
15 năm trước cách đây |
Jonas Maebe
|
4838ebe73b
* renamed mark_InlineStart/mark_InlineEnd to mark_NoLineinfoStart/
|
15 năm trước cách đây |
Jonas Maebe
|
d644fc87a1
* handle loc_jump/loc_flags in for-loop upper bound (mantis #15169)
|
15 năm trước cách đây |
Jonas Maebe
|
1f6ec379de
* moved field definitions before method/property definitions (see mantis
|
16 năm trước cách đây |
Jonas Maebe
|
c1e327c8c4
* insert register allocation/deallocation information for the exception
|
16 năm trước cách đây |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 năm trước cách đây |
Jonas Maebe
|
718694d1d6
* always specify an explicit alignment for tgobj.gettemp (so e.g.
|
16 năm trước cách đây |
Jonas Maebe
|
a23630260b
+ "weakexternal" support for imported procedures and variables.
|
16 năm trước cách đây |
Jonas Maebe
|
c65f8e7652
* safecall is only supposed to do anything for Windows targets. Removed
|
17 năm trước cách đây |
florian
|
050627ea1d
* allow goto inside finally blocks
|
17 năm trước cách đây |
Jonas Maebe
|
2348c7ea00
* allow ssa to happen for outer for-loop control variables
|
17 năm trước cách đây |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 năm trước cách đây |
Jonas Maebe
|
1f1a43d7f0
* fixed crash when compiling inlined procedures containing labels
|
17 năm trước cách đây |
daniel
|
4ca3a590e8
* Labels that are defined or referenced in a different lexical level
|
17 năm trước cách đây |
peter
|
6058b2c247
* renamed t_times to executionweight and moved it to
|
17 năm trước cách đây |
peter
|
1dd62b8686
* write also asmblocklabel for a connected labelsym
|
18 năm trước cách đây |
yury
|
9844174e5e
* It is needed to destroy exception object in safecall procedure as well.
|
18 năm trước cách đây |
yury
|
78fe68859b
* Pop the last exception object in safecall procedure.
|
18 năm trước cách đây |
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 năm trước cách đây |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 năm trước cách đây |
Jonas Maebe
|
fdc813db9a
* no need to synchronise the upper bound of a for-loop after the loop
|
18 năm trước cách đây |
Jonas Maebe
|
2c5a284060
* upper bound of for-loop cannot be a regvar, because the regvar may
|
18 năm trước cách đây |
Jonas Maebe
|
21f87ef1de
* fixed instances of passing properties as var parameter
|
18 năm trước cách đây |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 năm trước cách đây |