aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG
Commit message (Expand)AuthorAgeFilesLines
* Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner2005-01-011-0/+26
* Check in the right testChris Lattner2004-12-101-4/+1
* New testcase for a bug exposed by the ipsccp pass, causing dparser to failChris Lattner2004-12-101-0/+62
* New testcase for simplifycfgChris Lattner2004-11-301-0/+11
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* New testcaseChris Lattner2004-10-181-0/+29
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-141-0/+29
* test that unconditional branches to unwinds are always eliminatedChris Lattner2004-07-201-0/+12
* Fix testcase. For some reason this was failing only with a release build andChris Lattner2004-07-011-3/+1
* Fix a test that was "broken" by new optimizations. The transformation weChris Lattner2004-05-261-0/+4
* New testcase:Chris Lattner2004-05-011-0/+21
* New testcase for case that simplifycfg should catchChris Lattner2004-05-011-0/+20
* Simplify cfg now eliminates all of the branches in this testcaseChris Lattner2004-04-091-0/+15
* New testcaseChris Lattner2004-04-021-0/+18
* Oops, actually USE the previously computed valueChris Lattner2004-03-301-0/+1
* Test general value/value selection which we can do now that we use theChris Lattner2004-03-301-1/+2
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-171-2/+2
* Add a testcase for switch instruction inductionChris Lattner2004-02-281-0/+36
* New testcase. Switch instructions that go to switch instructions should beChris Lattner2004-02-241-0/+46
* The simplifycfg pass should be able to turn stuff like:Chris Lattner2004-02-241-0/+33
* New testcase, details in the commentsChris Lattner2004-02-161-0/+32
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-1616-16/+16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
* New testcaseChris Lattner2003-08-241-0/+19
* Add a new switch folding testcaseChris Lattner2003-08-231-0/+11
* New testcase to ensure that switch folding happens correctlyChris Lattner2003-08-171-0/+49
* New testcaseChris Lattner2003-08-171-0/+24
* New testcaseChris Lattner2003-08-171-0/+20
* new testcases that simplifycfg breaksChris Lattner2003-08-052-0/+19
* Eliminate explicit control flow in testsChris Lattner2003-06-286-24/+6
* New testcaseChris Lattner2003-03-071-0/+22
* Add new testcaseChris Lattner2003-03-051-0/+24
* New testcase for feature simplifycfg should handleChris Lattner2003-03-051-0/+21
* Add testcase for new feature for simplifycfg passChris Lattner2003-03-051-0/+26
* New feature test for something we have done for a long timeChris Lattner2002-09-241-0/+19
* New testcase that causes SimplifyCFG to assert out.Chris Lattner2002-09-241-0/+12
* Hrm, testcase was checking the wrong pass. :(Chris Lattner2002-07-291-1/+1
* Testcase for unimplemented featureChris Lattner2002-06-241-0/+17
* Update run lineChris Lattner2002-05-211-1/+1
* This testcase was very broken! The block could not be merged because thenChris Lattner2002-05-211-5/+2
* New testcaseChris Lattner2002-05-211-0/+19
* Testcase for missed merge opportunityChris Lattner2002-05-061-0/+22
* Initial testcases for CFG simplify (which is part of DCE for now)Chris Lattner2002-05-062-0/+37