florian
|
d31d24ed16
* r33995 was not complete
|
9 年之前 |
florian
|
1cbae41cab
* proper fix for the issue detected in r33945
|
9 年之前 |
florian
|
2890927b10
* MovMov2MovMov1 requires that the allocation of the first register is extended
|
9 年之前 |
Jonas Maebe
|
cf6c7a0a1d
* missing instruction type check
|
9 年之前 |
florian
|
7f44774852
* i386 uses OptPass1And from aoptx86
|
9 年之前 |
florian
|
ff506eb219
* enabled And2Test optimization
|
9 年之前 |
florian
|
a5fc8b629a
* factored out OptPass1AND from x86-64 and moved it to aoptx86
|
9 年之前 |
florian
|
5e8e21c1be
* factored out OpPass2MOV code, x86-64 uses it as well now
|
9 年之前 |
florian
|
6609e8def2
* correctly set the size of the operation when carrying out Mov Op Mov optimizations
|
9 年之前 |
florian
|
b274599a47
* made some assembler optimizer methods class methods
|
9 年之前 |
florian
|
e56147ac6e
* integrated mov op mov -> op optimization in aoptx86
|
9 年之前 |
florian
|
9ed6638baa
* moved MovAnd2Mov optimization to aoptx86
|
9 年之前 |
florian
|
dfe41db13f
* call GetNextInstruction only once when carrying out mov optimizations
|
9 年之前 |
florian
|
ba54f7243e
* moved all i386 mov peephole optimization code into OptPass1MOV
|
9 年之前 |
florian
|
20807f4148
* factored out V<Op> optimizations into OptPass1VOP
|
9 年之前 |
florian
|
bd54a11f1c
+ TX86AsmOptimizer.OptPass1VMOVAP for i386 and x86-64
|
9 年之前 |
florian
|
ec92bc3390
* case of identifiers fixed
|
9 年之前 |
florian
|
3c2dab9878
* i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same
|
9 年之前 |
florian
|
c40240990e
* popt386 uses now also all routines of aoptx86
|
10 年之前 |
florian
|
53ea4fb7d4
* unify x86 peephole optimizer helpers
|
10 年之前 |