summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
Commit message (Expand)AuthorAge
...
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcase that crashes simplifycfgChris Lattner2006-02-18
* expand testcase, which has been in my tree for a while nowChris Lattner2005-12-03
* new testcase, miscompiled by simplifycfg. This has been distilled from Ptrdi...Chris Lattner2005-12-03
* new testcase for PR635Chris Lattner2005-10-03
* new testcaseChris Lattner2005-09-23
* make this test harder: add a case where instructions are in the bb to beChris Lattner2005-09-20
* new testcaseChris Lattner2005-09-20
* new testcase.Chris Lattner2005-09-19
* Testcase that used to crash simplifycfgChris Lattner2005-08-03
* un-xfail thisChris Lattner2005-08-03
* This fails for nowChris Lattner2005-08-03
* New testcase that caused simplifycfg to crashChris Lattner2005-08-02
* new testcase for PR584Chris Lattner2005-06-17
* New testcase that crashes simplifycfg, identified accidentally by JohnMCChris Lattner2005-05-20
* testcase I've had in my treeChris Lattner2005-05-09
* new testcase for a simple optimization that simplifycfg is about to do.Chris Lattner2005-02-24
* add another testcase to make sure it gets turned into a switch (answer: yes i...Chris Lattner2005-02-24
* Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner2005-01-01
* Check in the right testChris Lattner2004-12-10
* New testcase for a bug exposed by the ipsccp pass, causing dparser to failChris Lattner2004-12-10
* New testcase for simplifycfgChris Lattner2004-11-30
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcaseChris Lattner2004-10-18
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-14
* test that unconditional branches to unwinds are always eliminatedChris Lattner2004-07-20
* Fix testcase. For some reason this was failing only with a release build andChris Lattner2004-07-01
* Fix a test that was "broken" by new optimizations. The transformation weChris Lattner2004-05-26
* New testcase:Chris Lattner2004-05-01
* New testcase for case that simplifycfg should catchChris Lattner2004-05-01
* Simplify cfg now eliminates all of the branches in this testcaseChris Lattner2004-04-09
* New testcaseChris Lattner2004-04-02
* Oops, actually USE the previously computed valueChris Lattner2004-03-30
* Test general value/value selection which we can do now that we use theChris Lattner2004-03-30
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-17
* Add a testcase for switch instruction inductionChris Lattner2004-02-28
* New testcase. Switch instructions that go to switch instructions should beChris Lattner2004-02-24
* The simplifycfg pass should be able to turn stuff like:Chris Lattner2004-02-24
* New testcase, details in the commentsChris Lattner2004-02-16
* New feature testcase for simplifycfg.Chris Lattner2004-02-11
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* New testcaseChris Lattner2003-08-24
* Add a new switch folding testcaseChris Lattner2003-08-23
* New testcase to ensure that switch folding happens correctlyChris Lattner2003-08-17
* New testcaseChris Lattner2003-08-17
* New testcaseChris Lattner2003-08-17
* new testcases that simplifycfg breaksChris Lattner2003-08-05
* Eliminate explicit control flow in testsChris Lattner2003-06-28