paul
|
731c4dfe66
compiler: move all for-in loop helpers to the nflw unit
|
15 yıl önce |
florian
|
db196d76c2
+ strength reduction for array accesses inside for loops
|
17 yıl önce |
florian
|
0b5951fa14
+ first full implementation of induction variable strength reduction
|
17 yıl önce |
florian
|
ecd05a1043
+ framework for strength reduction of induction variables
|
17 yıl önce |
florian
|
3294c59a73
* renamed optunrol into optloop
|
17 yıl önce |
peter
|
060bdbcb47
* fix writing of goto node to ppu
|
17 yıl önce |
florian
|
1c0bd054f4
+ tfornode.simply which removes for loops being never executed
|
17 yıl önce |
florian
|
19e723c869
* germanism fixed (aktexceptblock -> current_exceptblock)
|
17 yıl önce |
florian
|
085d5423ac
* transform tryfinally nodes with an empty try parts into the finally block
|
17 yıl önce |
Jonas Maebe
|
2df5878ee4
* deref childs of loopnodes (needed to fix mantis #11182 on 2.2.1;
|
17 yıl önce |
peter
|
6058b2c247
* renamed t_times to executionweight and moved it to
|
17 yıl önce |
peter
|
6434772c3c
* error message when a goto label is optimized away
|
18 yıl önce |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 yıl önce |
peter
|
1dd62b8686
* write also asmblocklabel for a connected labelsym
|
18 yıl önce |
Jonas Maebe
|
1a522594ec
* fixed tonnode.getcopy crash in case there is no exception variable
|
18 yıl önce |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 yıl önce |
Jonas Maebe
|
21f87ef1de
* fixed instances of passing properties as var parameter
|
18 yıl önce |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 yıl önce |
Jonas Maebe
|
e4e6f8112d
* fixed some warnings about hidden constructors
|
18 yıl önce |
tom_at_work
|
3b6d5c3676
- cleanup, fixing of uninitialized variables, missing return values and unused variables
|
18 yıl önce |
florian
|
c947295cb8
+ ttertiarynode
|
19 yıl önce |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 yıl önce |
florian
|
85d63d9fa9
* settings refactored
|
19 yıl önce |
peter
|
3078a1927f
* remove ttype
|
19 yıl önce |
florian
|
3d85bfbf7b
* fixed coping of goto/label nodes
|
19 yıl önce |
Jonas Maebe
|
d75b19e484
* removed/conditionalised several unused variables
|
19 yıl önce |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 yıl önce |
peter
|
38c0ae73da
Merged revisions 2775,2788-2789 via svnmerge from
|
19 yıl önce |
Jonas Maebe
|
1375615279
+ automatic prefetching for "while assigned(x) .." and
|
19 yıl önce |
Jonas Maebe
|
765fe2b2ab
* fixed bug #4737 (check for potential range errors in for-loop
|
19 yıl önce |