summaryrefslogtreecommitdiff
path: root/test/Transforms/CodeGenPrepare
Commit message (Expand)AuthorAge
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-19
* CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg2012-09-19
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-14
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* temporarily revert r123526. While working on a follow-on patch IChris Lattner2011-01-15
* fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient codeChris Lattner2011-01-15
* Now that instruction optzns can update the iterator as they go, we can Chris Lattner2011-01-15
* revert r122164, I'm going to go with a different approach.Chris Lattner2010-12-19
* first step to fixing PR8642: don't fold away empty basic blocksChris Lattner2010-12-19
* move this test into the ARM test so that it is only run when the arm backendChris Lattner2010-12-19
* Add a test for CodeGenPrepare's ability to look through PHI nodes when perfor...Owen Anderson2010-11-19
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* reenable testChris Lattner2008-11-24
* Temporarily XFAIL this test. r59976 and r59972 broke it.Bill Wendling2008-11-24
* Fix 3113: If we have a dead cyclic PHI, replace the whole thingChris Lattner2008-11-24