[PM] Port LoopInfo to the new pass manager, adding both a LoopAnalysis
[oota-llvm.git] / test / Analysis / LoopInfo / 2003-05-15-NestingProblem.ll
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2013-08-22 Bill WendlingFileCheck-ize tests.
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2009-10-24 Dan GohmanUpdate these tests to match what Loop::print now prints.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-02-27 Dan GohmanUpdate this test for the LoopInfo::print changes.
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-02-14 Tanya LattnerRemove llvm-upgrade.
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-08-27 Chris LattnerUpdate tests now that opt no longer reads .ll files
2006-08-18 Reid SpencerFor PR872:
2003-10-23 Chris LattnerFix buggy test
2003-05-15 Chris LattnerNew test