florian
|
1fb7603f61
* x86: ImulMov2Imul optimization
|
4 years ago |
florian
|
afb68dbcf3
* factored out OptPass1VPXor
|
5 years ago |
florian
|
9b54588d75
+ PXorPXor2PXor optimization
|
5 years ago |
yury
|
1b3a3a7983
* Removed lot of unused local vars. It is useful to turn on the notes in options. :)
|
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 |
svenbarth
|
0149d26adb
* in PeepHoleOptPass1Cpu when an instruction contains a segment, don't replace the current instruction with the next, cause then we get an infinite loop when compiling on Win32 with -dTEST_WIN32_SEH -O4
|
5 years ago |
florian
|
9e307f5c3a
- removed code not used for years
|
5 years ago |
florian
|
d444f750f9
* factored out TX86AsmOptimizer.OptPass1Cmp
|
5 years ago |
florian
|
dea1855126
o patch by J. Gareth Moreton, resolves #36352:
|
5 years ago |
pierre
|
c882828fd0
Minimalist change to avoid Invalid Typecast error on class when compiled with '-CriotR -O2' for i386-go32v2 target
|
5 years ago |
florian
|
87b3b089d6
* i386: more clean up of TCPUAsmOPtimizer.PeepHoleOptPass1Cpu
|
5 years ago |
florian
|
632f13c47a
* i386 does not use anymore its own assembler optimizer loops
|
5 years ago |
florian
|
20a47afe13
* more aggressive LeaCallLeaRet2Jmp
|
5 years ago |
florian
|
3487c34ed9
* unified TX86AsmOptimizer.OptPass1MOVAP and TX86AsmOptimizer.OptPass1VMOVAP
|
5 years ago |
Jonas Maebe
|
1b6425176b
* synchronised with trunk till r42049
|
6 years ago |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 years ago |
Jonas Maebe
|
5d28e2156b
+ support for generating Dwarf CFI using .cfi_* directives
|
6 years ago |
yury
|
a277a5f8db
* Removed unused local vars.
|
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
|
e8ebc00b3b
* redundant code removed, work is meanwhile done by aasmcpu.optimize_ref
|
6 years ago |
florian
|
72416edcc4
+ support for tlsm_general on i386-linux
|
6 years ago |
yury
|
30d64cec68
* Removed unused local vars.
|
6 years ago |
yury
|
4357caaad8
* Removed unused local vars.
|
6 years ago |
florian
|
59d5d6ec95
+ factored out TX86AsmOptimizer.PrePeepholeOptIMUL, used now by x86-64 and i386
|
6 years ago |
florian
|
2a016889de
* skip align directives after unconditional jumps
|
6 years ago |
florian
|
78943ea843
+ patch by J. Gareth Moreton: x86 optimisations for Jcc and SETcc, resolves #33899
|
7 years ago |
florian
|
af37ca8563
- remove SetccMovbLeaveRet2SetccLeaveRet optimization, this type of code is not generated anymore for years
|
7 years ago |