[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / test / Transforms / LCSSA /
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-03-15 Cameron ZwarichDo not add PHIs with no users when creating LCSSA form...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2010-07-26 Dan GohmanAvoid depending on LCSSA implicitly pulling in LoopSimp...
2010-03-09 Dan GohmanMake isLCSSA ignore uses in blocks not reachable from...
2009-11-10 Dan GohmanTrim a bunch of unneeded code from this testcase.
2009-11-09 Dan GohmanGeneralize LCSSA to handle loops with exits with predec...
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarQuote another '%S' in a test.
2009-06-26 Dan GohmanFix LCSSA to avoid emitting a PHI node for the unwind...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-21 Eli FriedmanFix broken logic in DominatorTreeBase::Split. Part...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-26 Reid SpencerFor PR761:
2007-01-06 Reid SpencerAccomodate new name manglinge done by llvm-upgrade
2007-01-03 Reid SpencerUpdate test cases that grepped for register names that...
2007-01-02 Reid SpencerFor PR1070:
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-31 Chris Lattneranother testcase for PR977
2006-10-31 Chris Lattnertestcase for PR977
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-07-09 Owen AndersonAdd a test for the LCSSA issue I just fixed.
2006-06-12 Owen AndersonMake sure that LCSSA works properly when it encounters...
2006-06-04 Owen AndersonUpdate the regression tests, and add a new one encounte...
2006-05-29 Owen AndersonRequire both tests to pass.
2006-05-29 Owen AndersonUpdate the testcase to check the full extent of LCSSA.
2006-05-26 Owen AndersonTrivial testcase that LCSSA can already handle.