summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/LoopInfo
AgeCommit message (Expand)Author
2024-02-05[Analysis] Convert tests to opaque pointers (NFC)Nikita Popov
2024-01-03[LoopInfo][NewPM] Print function name in LoopPrinterPass (#76527)Björn Pettersson
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2020-09-22[LoopInfo][NewPM] Fix tests in Analysis/LoopInfo under NPMArthur Eubanks
2020-09-15[NewPM] Fix 2003-02-19-LoopInfoNestingBug.ll under NPMArthur Eubanks
2018-12-20Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse
2015-01-20[PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysisChandler Carruth
2013-08-22FileCheck-ize tests.Bill Wendling
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2009-10-24Update these tests to match what Loop::print now prints.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-02-27Update this test for the LoopInfo::print changes.Dan Gohman
2008-09-14Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-02-14Remove llvm-upgrade.Tanya Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer