aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Fix buggy testcaseChris Lattner2003-08-181-3/+4
* 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
* No need to print in the testcaseChris Lattner2003-08-162-2/+2
* new testcase narrowed down from xboardChris Lattner2003-08-152-0/+130
* I must have missed these when eliminating the cast to bool cannonicalizationsChris Lattner2003-08-131-2/+2
* Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B)Chris Lattner2003-08-131-0/+14
* Add some tests for difficult reassociation casesChris Lattner2003-08-131-4/+25
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-136-35/+28
* Update test to represent new cannonicalization rules for multipliesChris Lattner2003-08-131-4/+7
* new testcaseChris Lattner2003-08-121-0/+10
* Right, instcombine cannot remove ((X >> C) << C) if it's signed.Chris Lattner2003-08-121-5/+5
* New testcasesChris Lattner2003-08-121-0/+13
* New testcasesChris Lattner2003-08-121-0/+13
* Testcase for feature we should support eventuallyChris Lattner2003-08-121-0/+22
* Added LICM test cases to:Tanya Lattner2003-08-052-0/+47
* new testcases that simplifycfg breaksChris Lattner2003-08-052-0/+19
* More testcases, which I'll implement laterChris Lattner2003-07-243-0/+25
* Modernize testcaseChris Lattner2003-07-241-3/+3
* New testcaseChris Lattner2003-07-241-0/+7
* New testcases for signed shiftsChris Lattner2003-07-241-1/+12
* Add new tests, make existing tests more difficultChris Lattner2003-07-231-2/+9
* New testcaseChris Lattner2003-07-231-0/+10
* New testcasesChris Lattner2003-07-231-2/+14
* Renumber tests sequentiallyChris Lattner2003-07-232-19/+21
* Split the or and xor tests into two separate filesChris Lattner2003-07-232-60/+67
* Remove obscure testChris Lattner2003-07-231-11/+0
* New testcaseChris Lattner2003-07-231-0/+10
* New testcaseChris Lattner2003-07-231-0/+6
* New testcaseChris Lattner2003-07-231-0/+7
* New testcasesChris Lattner2003-07-232-1/+15
* New testcaseChris Lattner2003-07-232-0/+19
* New testcaseChris Lattner2003-07-231-0/+5
* New testsChris Lattner2003-07-231-0/+13
* New testcase that caused infinite loop in taildupChris Lattner2003-07-231-0/+13
* New testcasesChris Lattner2003-07-222-6/+22
* Regression test for the Instruction Combining optimizization.John Criswell2003-07-211-0/+46
* New testcaseChris Lattner2003-07-031-0/+12
* Updated the name of the LLVM disassembler so that the test does not fail.John Criswell2003-07-011-1/+1
* new testcaseChris Lattner2003-07-011-0/+11
* Remove usage of grep-not scriptChris Lattner2003-06-2820-20/+20
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-2857-279/+80
* Move DSGraph tests to test/Regression/Analysis/DSGraphChris Lattner2003-06-281-1/+0
* Move files to test/Regression/Analysis/DSGraphChris Lattner2003-06-281-10/+0
* No use in having CFGSimplify and SimplifyCFG directories!Chris Lattner2003-06-281-1/+0
* Eliminate explicit control flow in testsChris Lattner2003-06-286-24/+6
* Use not instead of grep-notChris Lattner2003-06-282-2/+2
* Switch tests over to use the 'not' script, instead of explicit control flowChris Lattner2003-06-2815-70/+19
* Force the interpreter for this testcaseChris Lattner2003-06-281-1/+1