florian
|
73fda1ccb6
* factored out OptPass1Sub
|
7 years ago |
florian
|
4da4b768ec
* factored out PostPeepholeOptTest
|
7 years ago |
florian
|
3097eaf8ee
* made PostPeepholeOptMov a function
|
7 years ago |
florian
|
a7ea7fb569
* factored out PostPeepholeOptCmp
|
7 years ago |
nickysn
|
80226e3af4
+ added an optimization pass, that optimizes x86 references
|
7 years ago |
florian
|
15b617546e
+ call TX86AsmOptimizer.OptPass1VOP for logical operations as well
|
8 years ago |
florian
|
05ecd784f2
* factored out OptPass1LEA and use it for x86-64 as well
|
8 years ago |
florian
|
22956c4393
+ TX86AsmOptimizer.OptPass1OP
|
8 years ago |
florian
|
0f16f6d94d
+ OptPass1MOVXX
|
8 years ago |
florian
|
535c990233
+ OptPass1MOVAP
|
8 years ago |
florian
|
b1dff29cbf
* removed unused units
|
8 years ago |
florian
|
52d3756c26
* factored out OptPass1Movx and merged i386 and x86-64 version
|
8 years ago |
florian
|
06c4c651fd
* factored out PrePeepholeOptSxx
|
8 years ago |
florian
|
4a43d992f5
* unified usage of MatchOpType
|
8 years ago |
florian
|
7afe762d22
* factored out OptPass2Jcc assembler optimization
|
8 years ago |
florian
|
e3f0b338d4
* SkipLabels moved to aoptutils
|
8 years ago |
florian
|
f68558b88c
* factored out TX86AsmOptimizer.OptPass2Imul
|
8 years ago |
yury
|
649823a246
* Removed unused vars.
|
9 years ago |
florian
|
a5fc8b629a
* factored out OptPass1AND from x86-64 and moved it to aoptx86
|
9 years ago |
florian
|
5e8e21c1be
* factored out OpPass2MOV code, x86-64 uses it as well now
|
9 years ago |
florian
|
4758271c91
* x86-64 uses OptPass1MOV
|
9 years ago |
florian
|
e56147ac6e
* integrated mov op mov -> op optimization in aoptx86
|
9 years ago |
florian
|
20807f4148
* factored out V<Op> optimizations into OptPass1VOP
|
9 years ago |
florian
|
bd54a11f1c
+ TX86AsmOptimizer.OptPass1VMOVAP for i386 and x86-64
|
9 years ago |
florian
|
ec92bc3390
* case of identifiers fixed
|
9 years ago |
florian
|
3c2dab9878
* i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same
|
9 years ago |
florian
|
f634387394
+ implement TCpuAsmOptimizer.RegLoadedWithNewValue for x86-64, resolves issue #29527
|
9 years ago |
florian
|
53ea4fb7d4
* unify x86 peephole optimizer helpers
|
10 years ago |
yury
|
47b316d0e2
* Removed unused vars for x86-64 compiler.
|
10 years ago |
florian
|
2fa066b003
* optimize vmovaps/vmovapd after avx instructions
|
11 years ago |