aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
* New testcase for PR355Chris Lattner2004-06-081-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14062 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR355Chris Lattner2004-06-081-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14061 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR361Chris Lattner2004-06-071-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14052 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
* Make tool names end with .exe on windows. This isn't needed to run theChris Lattner2004-06-011-9/+9
| | | | | | | | | tools, but is required for rules that depend on the executables, e.g.: a: b $(LLVMAS) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13926 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the test pass by using the correct RUN: syntax.Reid Spencer2004-05-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13848 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
* Added a "RUN:" line so this file can be executed by TestRunner.shReid Spencer2004-05-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13829 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
* The -exprs pass is no longer with LLVM. *sniff*Chris Lattner2004-05-272-29/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13825 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct test. use "not grep" instead of "grep -v"Chris Lattner2004-05-271-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13824 91177308-0d34-0410-b5e6-96231b3b80d8
* gc_init now gets an argumentChris Lattner2004-05-271-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13816 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
* Make the test use the %A typeChris Lattner2004-05-261-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13789 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
* Testcases for andersen's alias analysis.Chris Lattner2004-05-233-0/+68
| | | | | | | I think this is all of the stuff I had pending in my tree.. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13703 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a simple testcase for garbage collection supportChris Lattner2004-05-231-0/+52
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13697 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR340: Verifier misses malformed switch instructionChris Lattner2004-05-211-0/+11
| | | | | | | This testcase was reduced by John, thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13617 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
* Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner2004-05-101-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13443 91177308-0d34-0410-b5e6-96231b3b80d8
* Add more casts. You can never have enough casts.Brian Gaeke2004-05-071-1/+49
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13408 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-05-071-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13402 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
* Regression test for PR#330.John Criswell2004-05-072-0/+69
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13399 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 for PR326Chris Lattner2004-04-211-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13098 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
* New testcaseChris Lattner2004-04-171-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13020 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that Brian provided which crashes the inlinerChris Lattner2004-04-151-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12969 91177308-0d34-0410-b5e6-96231b3b80d8
* Test for memory mapped I/O intrinsics.John Criswell2004-04-141-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12943 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes the fp stackifierChris Lattner2004-04-131-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12932 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-04-131-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12920 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-04-131-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12916 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the testcase more challengingChris Lattner2004-04-131-5/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12892 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase where loop simplify is not updating domfrontiers correctlyChris Lattner2004-04-131-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12889 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-04-121-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12873 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testcase to illustrate the coalescing problem. The previous one did ↵Alkis Evlogimenos2004-04-121-12/+4
| | | | | | not work because of a fix in the x86 instruction selector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12870 91177308-0d34-0410-b5e6-96231b3b80d8
* Added testcase for the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-121-0/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12868 91177308-0d34-0410-b5e6-96231b3b80d8
* Add same value coalescing testcaseAlkis Evlogimenos2004-04-121-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12865 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-04-111-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12845 91177308-0d34-0410-b5e6-96231b3b80d8