aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Collapse)AuthorAgeFilesLines
* New testcase for PR420Chris Lattner2004-09-151-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16345 91177308-0d34-0410-b5e6-96231b3b80d8
* Modify testcase to merit a warning, though no warning is still printed!Chris Lattner2004-08-241-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16029 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that the constifier should handleChris Lattner2004-08-141-0/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15734 91177308-0d34-0410-b5e6-96231b3b80d8
* New basic testcase for the constifierChris Lattner2004-08-141-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15733 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testChris Lattner2004-08-131-1/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15718 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, which causes the block extractor to barfChris Lattner2004-08-131-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15715 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that instcombine is getting wrongChris Lattner2004-08-111-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15637 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-08-091-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15592 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the new prcontext script.John Criswell2004-08-0216-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15427 91177308-0d34-0410-b5e6-96231b3b80d8
* Move Transforms/BasicAA to Analysis/BasicAAChris Lattner2004-07-2915-330/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15316 91177308-0d34-0410-b5e6-96231b3b80d8
* Due to a bug in BasicAA, DSE is incorrectly deleting the first store inChris Lattner2004-07-291-0/+10
| | | | | | | this testcase, causing the miscompilation of MallocBench/gs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15315 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Robert Bocchino2004-07-271-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15290 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. DSE should delete all of the DEAD instructions.Chris Lattner2004-07-271-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15253 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-07-261-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15231 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for DSEChris Lattner2004-07-251-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15198 91177308-0d34-0410-b5e6-96231b3b80d8
* Trivial testcase for dseChris Lattner2004-07-221-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15100 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-07-201-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15028 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that instcombine should help out with.Chris Lattner2004-07-201-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15023 91177308-0d34-0410-b5e6-96231b3b80d8
* test that unconditional branches to unwinds are always eliminatedChris Lattner2004-07-201-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15021 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcases missed by the instruction combinerChris Lattner2004-07-201-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15017 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-07-061-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14639 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-07-061-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14636 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new testcase for folding an add into a switchChris Lattner2004-07-031-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14586 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2004-07-011-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14516 91177308-0d34-0410-b5e6-96231b3b80d8
* -debug option does not exist in a release buildChris Lattner2004-07-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14515 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcase. For some reason this was failing only with a release build andChris Lattner2004-07-011-3/+1
| | | | | | | not with a debug build? Rather testrunner only caught it in that case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14514 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-06-271-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14442 91177308-0d34-0410-b5e6-96231b3b80d8
* Nullify this test as it causes infinite loop in optimized nightly test.Reid Spencer2004-06-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14279 91177308-0d34-0410-b5e6-96231b3b80d8
* New testChris Lattner2004-06-181-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14220 91177308-0d34-0410-b5e6-96231b3b80d8
* Add tests for isnanChris Lattner2004-06-111-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14149 91177308-0d34-0410-b5e6-96231b3b80d8
* More instcombine testcasesChris Lattner2004-06-091-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14094 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that is important for the Java FEChris Lattner2004-06-091-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14085 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for the instruction combiner that happen often in the Java FEChris Lattner2004-06-091-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14082 91177308-0d34-0410-b5e6-96231b3b80d8
* Maybe this will keep people from breaking -branch-combine!Brian Gaeke2004-06-011-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13928 91177308-0d34-0410-b5e6-96231b3b80d8
* Add back a test I accidentally removedChris Lattner2004-05-271-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13835 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testcaseChris Lattner2004-05-271-5/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13833 91177308-0d34-0410-b5e6-96231b3b80d8
* remove bogus testChris Lattner2004-05-271-12/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13827 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the test test what it is supposed toChris Lattner2004-05-271-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13826 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a test that was "broken" by new optimizations. The transformation weChris Lattner2004-05-261-0/+4
| | | | | | | | are doing is certainly correct, its just that we didn't have the capability to do it when the testcase was written (no select instr) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13799 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-05-251-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13739 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new test16 and fix some other tests that were not properly writtenChris Lattner2004-05-251-4/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13735 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that used to cause the unroller to try to unroll the loop 2G ↵Chris Lattner2004-05-131-0/+15
| | | | | | times. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13563 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR336Chris Lattner2004-05-071-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13401 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR332Chris Lattner2004-05-041-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13348 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase:Chris Lattner2004-05-011-0/+21
| | | | | | | Turn "if (A < B && B < C)" into "if (A < B & B < C)" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13310 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for case that simplifycfg should catchChris Lattner2004-05-011-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13305 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new testcase for X/-1, fix bug that prevented tests from running rightChris Lattner2004-04-261-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13171 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, distilled from PR324Chris Lattner2004-04-201-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13079 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-04-191-0/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13067 91177308-0d34-0410-b5e6-96231b3b80d8
* Another testcaseChris Lattner2004-04-181-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13037 91177308-0d34-0410-b5e6-96231b3b80d8