summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopStrengthReduce/ARM
AgeCommit message (Expand)Author
2025-02-01[MachineScheduler] Fix physreg dependencies of ExitSU (#123541)Sergei Barannikov
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-11-21[llvm] Remove `br i1 undef` from some regression tests [NFC] (#117112)Lee Wei
2024-10-01[SCEVExpander] Clear flags when reusing GEP (#109293)Nikita Popov
2024-09-19[LSR] Regenerate test checks (NFC)Nikita Popov
2023-12-05[Tests] Add disjoint flag to some tests (NFC)Nikita Popov
2023-10-09Revert "[CodeGen] Really renumber slot indexes before register allocation (#6...Jay Foad
2023-10-09[CodeGen] Really renumber slot indexes before register allocation (#67038)Jay Foad
2023-07-12[LSR] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-07-12[LSR] Move test to target-specific directory (NFC)Nikita Popov
2023-07-12[LSR] Convert some tests to opaque pointers (NFC)Nikita Popov
2023-07-12[LSR] Regenerate test checks (NFC)Nikita Popov
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov
2023-01-05[Transforms] Convert some tests to opaque pointers (NFC)Nikita Popov
2021-12-03[ARM] Use v2i1 for MVE and CDE intrinsicsDavid Green
2021-10-14[ARM] Simplify address calculation for NEON load/storeAndrew Savonichev
2020-12-29Precommit tests that have poison as shufflevector's placeholderJuneyoung Lee
2020-12-24Precommit transform tests that have poison as insertelement's placeholderJuneyoung Lee
2020-05-13[LSR][ARM] Add new TTI hook to mark some LSR chains as profitablePierre-vh
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2019-03-14[ARM] Run ARMParallelDSP in the IRPasses phaseSam Parker
2019-02-07[LSR] Generate cross iteration indexesSam Parker
2018-11-29[LoopStrengthReduce] ComplexityLimit as an optionSam Parker
2018-06-20Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnly...Alina Sbirlea
2017-04-20ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover
2017-04-06Turn on -addr-sink-using-gep by default.Eli Friedman
2017-03-04Set option enabling LSR alternative way to resolve complex solution to false.Evgeny Stupachenko
2017-02-21The patch introduces new way of narrowing complex (>UINT16 variants) solutions.Evgeny Stupachenko
2016-11-09[ARM] Loop Strength Reduction crashes when targeting ARM or Thumb.Alexandros Lamprineas
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-19[ARM] Re-re-apply VLD1/VST1 base-update combine.Ahmed Bougacha
2015-02-04Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin
2014-12-13Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."Ahmed Bougacha
2014-12-13Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."Renato Golin
2014-12-10[ARM] Combine base-updating/post-incrementing vector load/stores.Ahmed Bougacha
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2014-05-30ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover
2014-04-12Add the ability to use GEPs for address sinking in CGPHal Finkel
2014-04-03ARM: yet another round of ARM test clean upsSaleem Abdulrasool
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-02-09LSR IVChain improvement.Andrew Trick
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-06-15Unit test for LSR kind=Special fix: r158536.Andrew Trick