Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 years ago |
Jonas Maebe
|
7bfe1f7865
* fixed indentation
|
17 years ago |
florian
|
e27937106f
- removed obsolete USECMOV define
|
17 years ago |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 years ago |
yury
|
fd0ed50331
* Removed/commented more unused variables.
|
17 years ago |
Jonas Maebe
|
3b72bf98b0
* fixed short/smallint add/sub peephole in case of operations with
|
17 years ago |
Jonas Maebe
|
a3b877247c
* don't perform call/jmp into push/jmp in case we're generating
|
17 years ago |
daniel
|
459382faa8
+ Teach peephole optimizer the cmc/adc trick I used in int_str.
|
17 years ago |
peter
|
cbac667753
* check for eax,edx,ecx,ebx that support 8,16 bit registers in shortint add/sub peephole
|
17 years ago |
peter
|
fcb37c4fa4
* peephole added for non-longint:=non-longint+X
|
17 years ago |
florian
|
c219b1f753
* fixed/enabled andl/addl/... xx,reg1 orl reg1,reg1 setxx/jxx/cmovxx optimization
|
18 years ago |
Jonas Maebe
|
20206500aa
* don't change a sequence of shifts and sub/adds into a lea() in case
|
18 years ago |
daniel
|
c23bbe24bf
+ Add peoplehole optimization to optimize "smallset+[x]" and "smallset-[x]".
|
18 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
Jonas Maebe
|
01cf70d354
* don't change "mov const,ref; mov ref,reg" into "mov const,reg; mov reg,ref"
|
19 years ago |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 years ago |
peter
|
d8dc5679e3
* aktcputype and aktoptimizecputype was missing in the previous optimization commits
|
19 years ago |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 years ago |
peter
|
785550d7e3
Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,2722-2723,2728-2730,2740,2769 via svnmerge from
|
19 years ago |
peter
|
5ac78d1ec3
* fix range error
|
19 years ago |
daniel
|
e138c9c081
+ Add nice little peephole trick
|
19 years ago |
Jonas Maebe
|
a68ca7eb2a
* fixed web bug #4768 + test
|
19 years ago |
florian
|
e43a1223ff
* fixed refs book keeping
|
19 years ago |
florian
|
8b01dce70a
* cmov ref,reg disabled because ref might be never nil
|
20 years ago |
peter
|
a3ab2053c9
* support multiple asmlabel types, renamed getlabel to
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
florian
|
33ec5d49c5
* USECMOV fixed
|
20 years ago |
Jonas Maebe
|
ec959955bd
* fixed generic jumps optimizer and enabled it for ppc (the label table
|
20 years ago |
Jonas Maebe
|
04b1263e7f
* fixed uninitialised function result in getfinaldestination() when
|
20 years ago |