summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/MemoryDependenceAnalysis
AgeCommit message (Expand)Author
2025-10-23[Analysis][test] Remove unsafe-fp-math uses (NFC) (#164605)paperchalice
2025-04-11[AMDGPU][InstCombine][InstSimplify] Pre-commit tests for PR130742 (#135305)Yingwei Zheng
2024-11-21[MemDepAnalysis] Don't reuse NonLocalPointerDeps cache if memory location siz...Arthur Eubanks
2024-11-21[test] Precommit test for #116936Arthur Eubanks
2024-11-07Remove `br i1 undef` from some regression tests [NFC] (#115130)Lee Wei
2023-03-17[test][MemDep] Correct the 'NOT' checks in the invalidation.ll test case. NFCBjorn Pettersson
2022-12-16[MemDep] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-16[MemDep] Run test through instnamer (NFC)Nikita Popov
2022-10-21[test] Use -passes syntax in Analysis testsBjorn Pettersson
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks
2022-03-08[test] Modify some tests to remove implicit -basic-aa in legacy PM RUN linesArthur Eubanks
2022-02-17[MemoryDependency] Relax the re-ordering of atomic store and unordered load/s...Serguei Katkov
2022-02-16Precommit tests from D119844, expanded with additional coveragePhilip Reames
2022-02-16[MemoryDependency] Relax the re-ordering with volatile store.Serguei Katkov
2022-02-16[MemoryDepndency] Add a test for re-ordering with volatile load/store.Serguei Katkov
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2020-11-20OpaquePtr: Update more tests to use typed sretMatt Arsenault
2020-06-26[BasicAA] Rename deprecated -basicaa to -basic-aaFangrui Song
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-03-04Lost regression test from commit 5a63813dc7f.Evgeniy Brevnov
2020-02-21[DependenceAnalysis] Memory dependence analysis internal caching mechanism is...Evgeniy Brevnov
2020-02-14Reverting D73027 [DependenceAnalysis] Dependecies for loads marked with "ivna...Evgeniy Brevnov
2020-02-14[DependenceAnalysis] Dependecies for loads marked with "ivnariant.load" shoul...Evgeniy Brevnov
2019-12-24Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song
2019-04-30[AliasAnalysis/NewPassManager] Invalidate AAManager less often.Alina Sbirlea
2019-04-24Revert [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea
2019-04-23[AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea
2018-05-18[MemDep] Fixed handling of invariant.groupPiotr Padlewski
2017-01-15[PM] The assumption cache is fundamentally designed to be self-updating,Chandler Carruth
2016-12-27[PM] Teach MemDep to invalidate its result object when its cachedChandler Carruth
2015-07-21[MDA] change BlockScanLimit into a command line option.Jingyue Wu
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
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault