Commit History

Author SHA1 Message Date
  florian 703941dde5 + x86: MovxMov2Mov optimization 4 years ago
  florian 8bbc7d5df3 * patch by J. Gareth Moreton to improve LEA/SHL -> LEA optimisation, resolves #37954 4 years ago
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 4 years ago
  florian f284a6eda9 * improved (V)MOVA*(V)MOVA*2(V)MOVA* 2 optimization 4 years ago
  florian 8e62bf649e * load 0.0 by (V)XORPS/D instead of (V)PXOR in mm registers 4 years ago
  florian e4f53a7e41 * don't do illegal type conversions on GetNextInstructionUsingReg results 4 years ago
  florian 549bc49c4a + more pxor/vpxor optimizations 4 years ago
  florian 284aca7348 + x86: FstpFld2Fst optimization (re-enabled for safe cases) 4 years ago
  florian 1fb7603f61 * x86: ImulMov2Imul optimization 4 years ago
  florian 9d6e34ffc8 * compilation on i386 fixed 4 years ago
  florian b55c740702 * extended AndMovzToAnd to support more variants 4 years ago
  florian 08b61997ca * MovzAnd2Movz* optimization improved 4 years ago
  florian 2c54477807 * patch by J. Gareth Moreton: introduce RemoveInstruction and make as much as possible use of RemoveCurrentP, resolves #37399 4 years ago
  Jonas Maebe ad7c3d9a09 * don't convert lea to add/inc/dec/sub if there's a symbol in the reference 5 years ago
  florian 8761545848 * patch by J. Gareth Moreton: Long-range MOV + MOVS/Z optimisation, resolves #37390 5 years ago
  Jonas Maebe 06a5ec5b5c * fixed peephole optimizer replace lea by add even if the flags were in use 5 years ago
  florian 941020af1a * patch by J. Gareth Moreton: Minor oversight in MovAnd2Mov 3 optimisation, resolves #37442 5 years ago
  florian 55c4986c8d * modified patch by J. Gareth Moreton: MovOpMov2Op/Lea2Add/Lea2Sub consolidation, resolves #37422 5 years ago
  florian 09125e834f + patch by J. Gareth Moreton: SHL-centric peephole optimisations, resolves #37389 5 years ago
  florian 3caacc529a * fix abs() intrinsic optimisation, resolves #37301 5 years ago
  florian d41f4c7c4e * correctly handle sign/zero extensions for optimization "var3", resolves #37254 5 years ago
  florian b776d48367 + x86: optimziation MovMov2MovMov 2 5 years ago
  florian 84a1f614d9 * fix several double ; 5 years ago
  florian afb68dbcf3 * factored out OptPass1VPXor 5 years ago
  florian 0bce44e342 * compilation on i386 fixed 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 b239365479 * improved LeaLea2Lea 5 years ago
  florian 05091cf0dd + MovAndTest2Test optimization 5 years ago
  yury c1d124d497 * x86: Fixed peephole optimization introduced in r44233. tb0219 and tb0548 tests have failed with -O2 since then. 5 years ago