Historial de Commits

Autor SHA1 Mensaje Fecha
  J. Gareth "Curious Kit" Moreton bb49c190af New MOV optimisation that helps reduce instruction count and memory accesses hace 3 años
  J. Gareth "Curious Kit" Moreton 67a1d52806 JccAdd2SetccAdd modified to make use of GetIntRegisterBetween hace 3 años
  J. Gareth "Curious Kit" Moreton 30166f8eb7 Procedure-saved registers are now recorded for peephole optimizers to use hace 3 años
  J. Gareth "Curious Kit" Moreton 15a5a62eb4 New backward MOV optimisation hace 3 años
  J. Gareth "Curious Kit" Moreton 33cf86ff9f PostPeepholeOptTestOr now removes TEST when dealing with POPCNT and LZCNT hace 3 años
  J. Gareth "Curious Kit" Moreton 116c861af6 MOV/CMP optimisation is now in both Pass 1 and Pass 2 to catch more hace 3 años
  J. Gareth "Curious Kit" Moreton 8609c0803e Fixed MovxOp2Op failing on i386 due to lack of register check hace 3 años
  J. Gareth "Curious Kit" Moreton f289f2694a x86: Additions to OptPass2Movx to better synergise with new CMP optimisation under -O2 hace 3 años
  J. Gareth "Curious Kit" Moreton 683a92bcc8 i386: Correction to GetIntRegisterBetween to ensure we only get 8-bit registers that we can actually encode hace 3 años
  J. Gareth "Curious Kit" Moreton 1da7ce46de x86: New double CMP optimisation to remove a branch hace 3 años
  J. Gareth "Curious Kit" Moreton cafd708b6d Refactoring of OptPass2Movx to remove goto hace 3 años
  J. Gareth "Curious Kit" Moreton 22cd8d5d62 Fixed bug in MovxMovx2Movx optimisation that would specify a 64-bit destination instead of 32-bit one hace 3 años
  J. Gareth "Curious Kit" Moreton b4c8c1da12 Overflow bug fixes to MovZX/SX optimisations when CMP instructions are encountered. hace 3 años
  florian 6dbe71cd30 * TX86AsmOptimizer.OptPass1MOVXX should search only over other instructions if it works with registers only hace 3 años
  florian 6147d6d8a0 * compilation with i386 fixed hace 3 años
  J. Gareth "Curious Kit" Moreton d083cc7247 New MovxAndTest2Test optimisation to mirror the regular MovAndTest2Test optimisation hace 3 años
  J. Gareth "Curious Kit" Moreton 5b4c104aaf Massive overhaul to OptPass2Movx to favour operand shrinkage hace 3 años
  J. Gareth "Curious Kit" Moreton d255ffba8b Improved handling of signed sequences in OptPass2Movx hace 3 años
  J. Gareth "Curious Kit" Moreton 01e5f4855a MovZX->MovSX optimisation hace 3 años
  J. Gareth "Curious Kit" Moreton 4825d2d16c New Movz ###,%ecx, shift/rotate %cl,... optimisation hace 3 años
  J. Gareth "Curious Kit" Moreton f02b7508de Bolder OptPass2Movx optimisations, including a simplification fix hace 3 años
  J. Gareth "Curious Kit" Moreton da899df6b2 New MovxMovxOp2OpMovx optimisation hace 3 años
  J. Gareth "Curious Kit" Moreton 40196f4a43 Fixes to ADD/SUB 128 optimisation that didn't check flags properly, and also handling ADC/SBB properly hace 3 años
  J. Gareth "Curious Kit" Moreton b4bd15a5c0 Removed incorrect logic in TEST optimisation hace 3 años
  J. Gareth "Curious Kit" Moreton be448e29f6 Fixed bug in new TEST optimisation where a FLAGS check always returned "in use" hace 3 años
  J. Gareth "Curious Kit" Moreton 42c429bf45 New optimisation that merges small constants written to the stack hace 3 años
  J. Gareth "Curious Kit" Moreton 7a15312b54 Safety checks on TEST removals and better FLAG tracking hace 3 años
  J. Gareth "Kit" Moreton f60523a3b9 x86: New TEST optimisations hace 3 años
  Yuriy Sydorov 7b2cd0bcdc * Prevent a range check error in case of big unsigned values. hace 3 años
  J. Gareth "Curious Kit" Moreton 2dc0995067 - Bug fix to new ADD/SUB optimisation where conditions are concerned hace 3 años