Historial de Commits

Autor SHA1 Mensaje Fecha
  J. Gareth "Curious Kit" Moreton 23217f4ac9 * x86: Added new post-peephole optimisations to convert BMI2 shift/rotate instructions to their smaller traditional versions if possible hace 1 mes
  J. Gareth "Curious Kit" Moreton 54f7127048 * x86: New "Not/And -> Andn/Not" peephole optimisation hace 1 mes
  J. Gareth "Curious Kit" Moreton e7b6a08eae * x86: New peephole optimisation for improving newly inserted (V)MOVD/(V)MOVQ instructions hace 5 meses
  J. Gareth "Curious Kit" Moreton 5536810075 * x86: Fixed bug where "aoc_ForceNewIteration" wouldn't update the registers properly in some circumstances hace 7 meses
  J. Gareth "Curious Kit" Moreton 8520dabebb * x86: New RET/lbl/RET optimisation hace 2 años
  J. Gareth "Curious Kit" Moreton 11b341cc97 * x86: Added new OptPass1CMOVcc peephole optimisation routine to dust up min/max code hace 1 año
  J. Gareth "Curious Kit" Moreton a7fe49f38f * x86: CMOVcc/Jcc pairs are now changed to MOV/Jcc if the register is not used if the jump doesn't branch hace 1 año
  J. Gareth "Curious Kit" Moreton 62495c964a * x86: New "aoc_DoPass2JccOpts" option to catch branch and hace 1 año
  J. Gareth "Curious Kit" Moreton 3e06242fd8 * x86: New "STC/CLC; MOV" peephole optimisation hace 1 año
  J. Gareth "Curious Kit" Moreton 2e441609be * Fixed issue where TryCmpCMovOpts produced bad hace 1 año
  florian c4fc5fc916 * disable OptPass2Test and OptPass2CMP for now as it seems to result in buggy code hace 1 año
  J. Gareth "Curious Kit" Moreton 63879e74cd * x86: Additional TEST/CMP optimisations to optimise CMOV blocks hace 1 año
  J. Gareth "Curious Kit" Moreton 47825610b8 * Pass 2 can now be run multiple times when hace 3 años
  J. Gareth "Curious Kit" Moreton b8933dd267 * x86: Some refactoring to use aoc_ForceNewIteration instead of manually advancing p hace 2 años
  J. Gareth "Curious Kit" Moreton 3cf8ae8433 * x86: New XOR->BTC peephole optimisation hace 2 años
  J. Gareth "Curious Kit" Moreton 6757bf3832 * x86: New SHR-based optimisations hace 3 años
  J. Gareth "Curious Kit" Moreton de650dea55 * x86: Fixed minor logic bug in aoc_ForceNewIteration check where UpdateUsedRegs was called at the wrong time. hace 3 años
  J. Gareth "Curious Kit" Moreton 9432a550e1 * x86: Bug fix where aoc_ForceNewIteration was hace 3 años
  J. Gareth "Curious Kit" Moreton 627fb9a25b * x86: New jump/label tracking in CrossJump optimisations hace 3 años
  florian fab610a927 * call OptPass1_V_MOVAP for MOVDQA on i386 hace 3 años
  J. Gareth "Curious Kit" Moreton b58fdc3e58 Improved ADD and SUB optimisations for LEA instructions hace 4 años
  J. Gareth "Curious Kit" Moreton fd28cc0db0 Better handling of zeroing upper parts of registers hace 4 años
  J. Gareth "Curious Kit" Moreton 674ed4069a Expanded MM block move to include YMM registers under AVX hace 4 años
  florian 2c180cf101 * by default, DEBUG_AOPTCPU is only enabled if the compiler is compiled with -dEXTDEBUG hace 4 años
  florian ec40db3da7 + (V)Cvtss2CvtSd(V)Cvtsd2ss2Nop optimization, resolves #39360 hace 4 años
  florian c67d35b8cc * patch by J. Gareth Moreton: x86: Minor bitwise optimisations, resolves #39299 hace 4 años
  florian 7d6b01bfc4 + SHXXMov2SHXX optimization hace 4 años
  florian bae583118a * patch by J. Gareth Moreton: x86 JccMovJmpMov2MovSetcc improvement, resolves #38761 hace 4 años
  florian 5726428dcc * patch by J. Gareth Moreton: Additional SETcc optimisations, resolves #38767 hace 4 años
  florian 578424cf51 * patch by J. Gareth Moreton: TEST chain shortcutting, resolves #38908 hace 4 años