summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/SimplifyCFG
Commit message (Collapse)AuthorAgeFilesLines
...
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-171-2/+2
| | | | | | | | | in the QMTest Testrunner tests. Please note that putting output files in the Output directory no longer works, as QMTest does not build Output directories anymore (nor does the test run in a separate subdirectory, anyway). llvm-svn: 12466
* Add a testcase for switch instruction inductionChris Lattner2004-02-281-0/+36
| | | | llvm-svn: 11965
* New testcase. Switch instructions that go to switch instructions should beChris Lattner2004-02-241-0/+46
| | | | | | merged. llvm-svn: 11796
* The simplifycfg pass should be able to turn stuff like:Chris Lattner2004-02-241-0/+33
| | | | | | | | | | if (X == 4 || X == 7) and if (X != 4 && X != 7) into switch instructions. llvm-svn: 11791
* New testcase, details in the commentsChris Lattner2004-02-161-0/+32
| | | | llvm-svn: 11495
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35
| | | | llvm-svn: 11306
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-1616-16/+16
| | | | llvm-svn: 8558
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
| | | | llvm-svn: 8548
* New testcaseChris Lattner2003-08-241-0/+19
| | | | llvm-svn: 8125
* Add a new switch folding testcaseChris Lattner2003-08-231-0/+11
| | | | llvm-svn: 8092
* New testcase to ensure that switch folding happens correctlyChris Lattner2003-08-171-0/+49
| | | | llvm-svn: 7922
* New testcaseChris Lattner2003-08-171-0/+24
| | | | llvm-svn: 7920
* New testcaseChris Lattner2003-08-171-0/+20
| | | | llvm-svn: 7918
* new testcases that simplifycfg breaksChris Lattner2003-08-052-0/+19
| | | | llvm-svn: 7598
* Eliminate explicit control flow in testsChris Lattner2003-06-286-24/+6
| | | | llvm-svn: 6961
* New testcaseChris Lattner2003-03-071-0/+22
| | | | llvm-svn: 5721
* Add new testcaseChris Lattner2003-03-051-0/+24
| | | | llvm-svn: 5701
* New testcase for feature simplifycfg should handleChris Lattner2003-03-051-0/+21
| | | | llvm-svn: 5698
* Add testcase for new feature for simplifycfg passChris Lattner2003-03-051-0/+26
| | | | llvm-svn: 5697
* New feature test for something we have done for a long timeChris Lattner2002-09-241-0/+19
| | | | llvm-svn: 3914
* New testcase that causes SimplifyCFG to assert out.Chris Lattner2002-09-241-0/+12
| | | | llvm-svn: 3912
* Hrm, testcase was checking the wrong pass. :(Chris Lattner2002-07-291-1/+1
| | | | llvm-svn: 3126
* Testcase for unimplemented featureChris Lattner2002-06-241-0/+17
| | | | llvm-svn: 2766
* Update run lineChris Lattner2002-05-211-1/+1
| | | | llvm-svn: 2693
* This testcase was very broken! The block could not be merged because thenChris Lattner2002-05-211-5/+2
| | | | | | there would be a broken PHI node llvm-svn: 2692
* New testcaseChris Lattner2002-05-211-0/+19
| | | | llvm-svn: 2691
* Testcase for missed merge opportunityChris Lattner2002-05-061-0/+22
| | | | llvm-svn: 2477
* Initial testcases for CFG simplify (which is part of DCE for now)Chris Lattner2002-05-062-0/+37
llvm-svn: 2466
OpenPOWER on IntegriCloud