aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/MemoryDependenceAnalysis
AgeCommit message (Expand)AuthorFilesLines
2023-03-17[test][MemDep] Correct the 'NOT' checks in the invalidation.ll test case. NFCBjorn Pettersson1-5/+8
2022-12-16[MemDep] Convert tests to opaque pointers (NFC)Nikita Popov8-207/+198
2022-12-16[MemDep] Run test through instnamer (NFC)Nikita Popov1-78/+97
2022-10-21[test] Use -passes syntax in Analysis testsBjorn Pettersson4-5/+5
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks4-5/+5
2022-03-08[test] Modify some tests to remove implicit -basic-aa in legacy PM RUN linesArthur Eubanks2-2/+2
2022-02-17[MemoryDependency] Relax the re-ordering of atomic store and unordered load/s...Serguei Katkov1-8/+2
2022-02-16Precommit tests from D119844, expanded with additional coveragePhilip Reames1-0/+142
2022-02-16[MemoryDependency] Relax the re-ordering with volatile store.Serguei Katkov1-4/+1
2022-02-16[MemoryDepndency] Add a test for re-ordering with volatile load/store.Serguei Katkov1-0/+97
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille1-2/+2
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille1-2/+2
2020-11-20OpaquePtr: Update more tests to use typed sretMatt Arsenault1-1/+1
2020-06-26[BasicAA] Rename deprecated -basicaa to -basic-aaFangrui Song1-2/+2
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman1-2/+2
2020-03-04Lost regression test from commit 5a63813dc7f.Evgeniy Brevnov1-0/+173
2020-02-21[DependenceAnalysis] Memory dependence analysis internal caching mechanism is...Evgeniy Brevnov1-0/+125
2020-02-14Reverting D73027 [DependenceAnalysis] Dependecies for loads marked with "ivna...Evgeniy Brevnov1-173/+0
2020-02-14[DependenceAnalysis] Dependecies for loads marked with "ivnariant.load" shoul...Evgeniy Brevnov1-0/+173
2019-12-24Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song1-2/+2
2019-04-30[AliasAnalysis/NewPassManager] Invalidate AAManager less often.Alina Sbirlea1-4/+3
2019-04-24Revert [AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea1-3/+4
2019-04-23[AliasAnalysis] AAResults preserves AAManager.Alina Sbirlea1-4/+3
2018-05-18[MemDep] Fixed handling of invariant.groupPiotr Padlewski1-0/+111
2017-01-15[PM] The assumption cache is fundamentally designed to be self-updating,Chandler Carruth1-14/+0
2016-12-27[PM] Teach MemDep to invalidate its result object when its cachedChandler Carruth1-0/+76
2015-07-21[MDA] change BlockScanLimit into a command line option.Jingyue Wu1-0/+15
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2-0/+20