Историја ревизија

Аутор SHA1 Порука Датум
  J. Gareth "Curious Kit" Moreton 9ee1821622 * arm / a64: Extended the AND; CMP -> ANDS family of optimisations to catch BIC as well as AND пре 1 година
  Pierre Muller 53bf5dc6ef Avoid wrong typecast by adding check that p1 is an instuction before casting it to taicpu пре 1 година
  J. Gareth "Curious Kit" Moreton 271f69db12 * arm/a64: "OptPass2AND" and "OptPass2CMP" adapted to remove vestigial CMP and TST instructions пре 1 година
  J. Gareth "Curious Kit" Moreton 6b2e4fa413 * arm: "OpCmp2OpS" moved to Pass 2 so it doesn't conflict with AND; CMP -> TST optimisation пре 1 година
  J. Gareth "Curious Kit" Moreton b18c10d0d8 * arm/a64: New "OptPass2TST" routine to catch "TST; B.c; AND -> ANDS; B.c" optimisation пре 1 година
  J. Gareth "Curious Kit" Moreton 9f19f582c4 * arm/a64: New AND/CMP -> TST or ANDS optimisation пре 1 година
  J. Gareth "Curious Kit" Moreton 29916bc6f6 * arm: Fixed "RegInInstruction" and "RegModifiedByInstruction" not handling the flags properly пре 1 година
  Pierre Muller 6e9521d99a Fix for trunk arm STM optimize bug пре 1 година
  J. Gareth "Curious Kit" Moreton d6ff4ed967 * arm/a64: New sbfx/ubfx -> mov optimisation пре 3 година
  florian bbcc396644 * ARM: fix for Merge Add/Sub optimization пре 4 година
  florian 50648f2a60 + ARM: PushPop optimziation пре 4 година
  florian e1d9d1be0a + Merge Add/Sub optimization пре 4 година
  florian 7ee31ae252 * optimization "Merging stores: STR/STR -> STM" cannot be carried out when generating thumb code пре 4 година
  florian 776667366f * patch by J. Gareth Moreton: ARM - str/str -> stm optimisation, second part of #38975 пре 4 година
  florian 214936b90e * patch by J. Gareth Moreton: refactoring to standardise the "Peephole Optimization: " prefix on peephole debug messages, part of #38975 пре 4 година
  florian 134bc7eb42 * ARM: split TCpuThumb2AsmOptimizer.PeepHoleOptPass1Cpu пре 4 година
  florian d936280c6b * (modified) patch by J. Gareth Moreton to unify ldr/str optimizations on Aarch64/ARM, part of #38841 пре 4 година
  yury 9b1567f054 * Corrected method's visibility. пре 4 година
  yury 64c586b86d * Removed/ifdefed lots of unused variables. пре 4 година
  pierre 19d5e43615 Avoid internalerror in RemoveCurrentP for arm compiler пре 4 година
  florian 1014e53081 * patch by J. Gareth Moreton: fixes crash on ARM with -CriotR, resolves #38116 пре 4 година
  pierre 3d374727dd Move explicit typecast to after check to avoid RTE when compiled with -CR пре 4 година
  florian eec51afadd * patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch64 peephole optimizer, first part of #37526 пре 5 година
  florian c5d7e6807c * ARM: factor out TARMAsmOptimizer.OptPass1And пре 5 година
  florian 0acae47310 * ARM: get rid of more unneeded sxtb/h uxtb/h instructions пре 5 година
  florian 651f5cb8a1 * ARM: (V)LDM do not load from the registers in the reg. set пре 5 година
  florian a084c8829f * patch by J. Gareth Moreton: refactor RemoveCurrentP пре 5 година
  florian 099faf2d2b * factored out and improved TARMAsmOptimizer.RedundantMovProcess пре 5 година
  florian 9176efbab4 * factored out TARMAsmOptimizer.OptPass1SXTH пре 5 година
  florian 19a9d4c4ac * factored out TARMAsmOptimizer.OptPass1SXTB пре 5 година