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 |
florian
|
0e5cf6529e
+ peephole optimizations AndMovzToAnd, MovMov2Mov1 and MovMov2MovMov1 for x86-64
|
11 years ago |
florian
|
53c39d5420
* fixes peephole optimizer problems with -O3 on x86-64
|
13 years ago |
pierre
|
bf1690458a
Partial fix for x86_64 peephole optimization
|
13 years ago |
florian
|
fc673340fe
+ implemented x86-64 mov optimization to test register usage tracking framework
|
13 years ago |
florian
|
9e105677db
* optimize mov/and sequences on x86-64
|
13 years ago |
florian
|
d24b70d22b
* ported part of the i386 peep hole optimizer to x86-64 to see if it is possible to create a shared x86 peep hole optimizer
|
13 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
peter
|
ed9f8f54e7
* generic optimizer
|
20 years ago |