florian
|
1fb7603f61
* x86: ImulMov2Imul optimization
|
4 years ago |
florian
|
afb68dbcf3
* factored out OptPass1VPXor
|
5 years ago |
florian
|
809fb83334
* adapt optimizer to handle push/pop for stack alignment
|
5 years ago |
florian
|
9b54588d75
+ PXorPXor2PXor optimization
|
5 years ago |
florian
|
892454ff17
* patch by J. Gareth Moreton: optimize MOVSXD as well, resolves #36700
|
5 years ago |
florian
|
993144b91b
* patch by J. Gareth Moreton: x86 SUB and LEA optimisations, resolves #36622
|
5 years ago |
florian
|
16152cf948
* patch by J. Gareth Moreton: get rid of another pass through the assembler list by integrating OptReferences
|
5 years ago |
florian
|
124c64152d
* patch by J. Gareth Moreton: EAX -> EDX:EAX sign extension shortcuts, and MOVSX shortcuts for AX register, part 2 of #36551
|
5 years ago |
florian
|
d444f750f9
* factored out TX86AsmOptimizer.OptPass1Cmp
|
5 years ago |
florian
|
20a47afe13
* more aggressive LeaCallLeaRet2Jmp
|
5 years ago |
florian
|
3487c34ed9
* unified TX86AsmOptimizer.OptPass1MOVAP and TX86AsmOptimizer.OptPass1VMOVAP
|
5 years ago |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 years ago |
florian
|
c7bb028d35
* factored out OptPass1FLD, used bx x86-64 now as well
|
6 years ago |
florian
|
24f6cc0da5
* factored out OptPass1FSTP, used by x86-64 now as well
|
6 years ago |
florian
|
59d5d6ec95
+ factored out TX86AsmOptimizer.PrePeepholeOptIMUL, used now by x86-64 and i386
|
6 years ago |
florian
|
78943ea843
+ patch by J. Gareth Moreton: x86 optimisations for Jcc and SETcc, resolves #33899
|
7 years ago |
florian
|
9b18e39c81
* enable Lea2AddBase and Lea2AddIndex in TX86AsmOptimizer.PostPeepholeOptLea as we have flag tracking now
|
7 years ago |
florian
|
5fbecc5501
+ use TX86AsmOptimizer.OptPass1SHLSAL on x86-64
|
7 years ago |
florian
|
91514da267
* factored out TX86AsmOptimizer.PostPeepholeOptCall
|
7 years ago |
florian
|
31f78ea2b6
+ implementation of the vectorcall calling convention by J. Gareth Moreton
|
7 years ago |
florian
|
810acd82b2
* patch by J. Gareth Moreton that makes some improvements to the Peephole Optimizer for x86 and x86-64 code, as well as some cleanup with formatting, code syntax consistency, and debug messages.
|
7 years ago |
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
|
7 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 |