aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/CodeGenPrepare
AgeCommit message (Expand)Author
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-03-11Roll r127459 back in:Cameron Zwarich
2011-03-11Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar
2011-03-11Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich
2011-01-15temporarily revert r123526. While working on a follow-on patch IChris Lattner
2011-01-15fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient codeChris Lattner
2011-01-15Now that instruction optzns can update the iterator as they go, we can Chris Lattner
2010-12-19revert r122164, I'm going to go with a different approach.Chris Lattner
2010-12-19first step to fixing PR8642: don't fold away empty basic blocksChris Lattner
2010-12-19move this test into the ARM test so that it is only run when the arm backendChris Lattner
2010-11-19Add a test for CodeGenPrepare's ability to look through PHI nodes when perfor...Owen Anderson
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
2008-11-24reenable testChris Lattner
2008-11-24Temporarily XFAIL this test. r59976 and r59972 broke it.Bill Wendling
2008-11-24Fix 3113: If we have a dead cyclic PHI, replace the whole thingChris Lattner