Jonas Maebe
|
3b72bf98b0
* fixed short/smallint add/sub peephole in case of operations with
|
%!s(int64=17) %!d(string=hai) anos |
Jonas Maebe
|
a3b877247c
* don't perform call/jmp into push/jmp in case we're generating
|
%!s(int64=17) %!d(string=hai) anos |
daniel
|
459382faa8
+ Teach peephole optimizer the cmc/adc trick I used in int_str.
|
%!s(int64=17) %!d(string=hai) anos |
peter
|
cbac667753
* check for eax,edx,ecx,ebx that support 8,16 bit registers in shortint add/sub peephole
|
%!s(int64=17) %!d(string=hai) anos |
peter
|
fcb37c4fa4
* peephole added for non-longint:=non-longint+X
|
%!s(int64=17) %!d(string=hai) anos |
florian
|
c219b1f753
* fixed/enabled andl/addl/... xx,reg1 orl reg1,reg1 setxx/jxx/cmovxx optimization
|
%!s(int64=18) %!d(string=hai) anos |
Jonas Maebe
|
20206500aa
* don't change a sequence of shifts and sub/adds into a lea() in case
|
%!s(int64=18) %!d(string=hai) anos |
daniel
|
c23bbe24bf
+ Add peoplehole optimization to optimize "smallset+[x]" and "smallset-[x]".
|
%!s(int64=18) %!d(string=hai) anos |
florian
|
85d63d9fa9
* settings refactored
|
%!s(int64=19) %!d(string=hai) anos |
Jonas Maebe
|
01cf70d354
* don't change "mov const,ref; mov ref,reg" into "mov const,reg; mov reg,ref"
|
%!s(int64=19) %!d(string=hai) anos |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
%!s(int64=19) %!d(string=hai) anos |
peter
|
d8dc5679e3
* aktcputype and aktoptimizecputype was missing in the previous optimization commits
|
%!s(int64=19) %!d(string=hai) anos |
peter
|
b6e35a200e
* rewrite of optimizer options
|
%!s(int64=19) %!d(string=hai) anos |
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
|
%!s(int64=19) %!d(string=hai) anos |
peter
|
5ac78d1ec3
* fix range error
|
%!s(int64=19) %!d(string=hai) anos |
daniel
|
e138c9c081
+ Add nice little peephole trick
|
%!s(int64=19) %!d(string=hai) anos |
Jonas Maebe
|
a68ca7eb2a
* fixed web bug #4768 + test
|
%!s(int64=19) %!d(string=hai) anos |
florian
|
e43a1223ff
* fixed refs book keeping
|
%!s(int64=19) %!d(string=hai) anos |
florian
|
8b01dce70a
* cmov ref,reg disabled because ref might be never nil
|
%!s(int64=20) %!d(string=hai) anos |
peter
|
a3ab2053c9
* support multiple asmlabel types, renamed getlabel to
|
%!s(int64=20) %!d(string=hai) anos |
fpc
|
790a4fe2d3
* log and id tags removed
|
%!s(int64=20) %!d(string=hai) anos |
fpc
|
50778076c3
initial import
|
%!s(int64=20) %!d(string=hai) anos |
florian
|
33ec5d49c5
* USECMOV fixed
|
%!s(int64=20) %!d(string=hai) anos |
Jonas Maebe
|
ec959955bd
* fixed generic jumps optimizer and enabled it for ppc (the label table
|
%!s(int64=20) %!d(string=hai) anos |
Jonas Maebe
|
04b1263e7f
* fixed uninitialised function result in getfinaldestination() when
|
%!s(int64=20) %!d(string=hai) anos |
peter
|
e417e34496
* truncate log
|
%!s(int64=20) %!d(string=hai) anos |
florian
|
c279c13d17
* the optimization fstp f;fld f to fst f disabled; leads to rounding problems
|
%!s(int64=20) %!d(string=hai) anos |
peter
|
6458bd0ce1
* tvarsym splitted
|
%!s(int64=21) %!d(string=hai) anos |
Jonas Maebe
|
cf085fb9d0
* several fixes to allocregbetween()
|
%!s(int64=21) %!d(string=hai) anos |
peter
|
f5471aef6e
* more spilling rewrites
|
%!s(int64=21) %!d(string=hai) anos |