florian
|
cd134ea5bb
+ DebugMsg
|
8 năm trước cách đây |
florian
|
7afe762d22
* factored out OptPass2Jcc assembler optimization
|
8 năm trước cách đây |
florian
|
e3f0b338d4
* SkipLabels moved to aoptutils
|
8 năm trước cách đây |
nickysn
|
0cd70844f1
+ take into account the fact that lea doesn't read the segment register of its
|
8 năm trước cách đây |
nickysn
|
d5d53e7017
* fixed operand order in the check for sse movsd in i386's
|
8 năm trước cách đây |
nickysn
|
ff1ee6836d
+ fix RegReadByInstruction for the x86 MOVSD instruction
|
8 năm trước cách đây |
nickysn
|
b741e38f98
+ precise handling for x86 conditions and their flag bits in i386's
|
8 năm trước cách đây |
nickysn
|
0f010430cc
+ better precision in determining the registers, read by mul/imul/div/idiv in
|
8 năm trước cách đây |
nickysn
|
916c09af55
+ also check the register type when checking for specific integer registers in
|
8 năm trước cách đây |
nickysn
|
618b6292ee
+ support testing for individual bits from the x86 flags register in i386's
|
8 năm trước cách đây |
nickysn
|
1d34e96064
+ added x86 instruction flag Ch_RFLAGScc, indicating instructions that read
|
8 năm trước cách đây |
nickysn
|
1146b7c12c
+ added detailed information for individual flag bits use for most x86
|
8 năm trước cách đây |
nickysn
|
869f395a31
+ added knowledge to the compiler for the x86 instructions, that don't read
|
8 năm trước cách đây |
nickysn
|
9303a8f61a
* changed the x86 TInsProp.Ch structure from a 3-element array to a pascal set;
|
8 năm trước cách đây |
florian
|
f68558b88c
* factored out TX86AsmOptimizer.OptPass2Imul
|
8 năm trước cách đây |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
8 năm trước cách đây |
yury
|
649823a246
* Removed unused vars.
|
9 năm trước cách đây |
florian
|
7f44774852
* i386 uses OptPass1And from aoptx86
|
9 năm trước cách đây |
florian
|
5e8e21c1be
* factored out OpPass2MOV code, x86-64 uses it as well now
|
9 năm trước cách đây |
florian
|
e56147ac6e
* integrated mov op mov -> op optimization in aoptx86
|
9 năm trước cách đây |
florian
|
ba54f7243e
* moved all i386 mov peephole optimization code into OptPass1MOV
|
9 năm trước cách đây |
florian
|
20807f4148
* factored out V<Op> optimizations into OptPass1VOP
|
9 năm trước cách đây |
florian
|
bd54a11f1c
+ TX86AsmOptimizer.OptPass1VMOVAP for i386 and x86-64
|
9 năm trước cách đây |
florian
|
ec92bc3390
* case of identifiers fixed
|
9 năm trước cách đây |
florian
|
f0e75de730
* properly update allocation info of the involved register when carrying out an MovMovCmp2MovCmp optimization, resolves issue #30052
|
9 năm trước cách đây |
florian
|
8d9f6bbe0b
* disable some debugging code which does not work anymore due to the unification of the peephole optimizer
|
9 năm trước cách đây |
florian
|
77b4709e7a
+ i386 compiler tracks now flag usage if needed, so the mov $0,reg -> xor reg,reg transformation can be enabled
|
9 năm trước cách đây |
florian
|
3c2dab9878
* i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same
|
9 năm trước cách đây |