aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LCSSA
AgeCommit message (Expand)Author
2009-06-26Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-21Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman
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-03-25Byebye llvm-upgrade!Tanya Lattner
2007-07-31Bunch of tests to check loop passes.Devang Patel
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-26For PR761:Reid Spencer
2007-01-06Accomodate new name manglinge done by llvm-upgradeReid Spencer
2007-01-03Update test cases that grepped for register names that have now changedReid Spencer
2007-01-02For PR1070:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-31another testcase for PR977Chris Lattner
2006-10-31testcase for PR977Chris Lattner
2006-10-27Improve cvs ignoring of test results.Reid Spencer
2006-07-09Add a test for the LCSSA issue I just fixed.Owen Anderson
2006-06-12Make sure that LCSSA works properly when it encounters an exit block that hasOwen Anderson
2006-06-04Update the regression tests, and add a new one encountered while compiling cr...Owen Anderson
2006-05-29Require both tests to pass.Owen Anderson
2006-05-29Update the testcase to check the full extent of LCSSA.Owen Anderson
2006-05-26Trivial testcase that LCSSA can already handle.Owen Anderson