summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/MustExecute
AgeCommit message (Expand)Author
2024-10-31Ensure `collectTransitivePredecessors` returns Pred only from the Loop. (#113...Manish Kausik H
2024-05-14[MustExec] Drop duplicate RUN line (NFC)Nikita Popov
2024-05-03[test] Convert text files from CRLF to LFFangrui Song
2022-12-09[NFC] Port all Analysis/MustExecute tests to `-passes=` syntaxRoman Lebedev
2022-12-08[opt] Disincentivize new tests from using old pass syntaxRoman Lebedev
2022-12-02Analysis: Update some tests for opaque pointersMatt Arsenault
2022-10-23[test] Use new pass manager syntax in some testsArthur Eubanks
2022-10-11[MustExec][LICM] Handle latch being part of an inner cycle (PR57780)Nikita Popov
2022-09-26[MustExecute] Add additional test for PR57780 (NFC)Nikita Popov
2020-11-03Port print-must-be-executed-contexts and print-mustexecute to NPMArthur Eubanks
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-02-20[MustExecute] Add backward exploration for must-be-executed-contextHideto Ueno
2019-10-31[MustExecute] Forward iterate over conditional branchesJohannes Doerfert
2019-08-23[MustExec] Add a generic "must-be-executed-context" explorerJohannes Doerfert
2019-05-27[MustExecute] Improve MustExecute to correctly handle loop nestXing Xue
2018-08-17[MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514Max Kazantsev
2018-08-10[NFC] Add tests that demonstrate that MustExecute is fundamentally brokenMax Kazantsev
2018-05-18[LICM] Extend the MustExecute scopeSerguei Katkov
2018-03-20[MustExecute] Shwo the effect of using full loop info variantPhilip Reames
2018-03-20[MustExecute] Add simplest possible test for LoopSafetyOnfoPhilip Reames
2018-03-20[MustExecute] Use the annotation style printerPhilip Reames
2018-03-20Add an analysis printer for must execute reasoningPhilip Reames