aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* New testcase that breaks the CFE.Chris Lattner2002-09-191-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3821 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for a bug fixed in the GCC SSA construction algorithm:Chris Lattner2002-09-191-0/+24
| | | | | | | http://gcc.gnu.org/ml/gcc/2002-09/msg00760.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3817 91177308-0d34-0410-b5e6-96231b3b80d8
* New regression testChris Lattner2002-09-171-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3782 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert to use long indexes instead of uintChris Lattner2002-09-171-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3781 91177308-0d34-0410-b5e6-96231b3b80d8
* Run the cee pass testsChris Lattner2002-09-161-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3765 91177308-0d34-0410-b5e6-96231b3b80d8
* Checking testcases for cee passChris Lattner2002-09-163-0/+186
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3764 91177308-0d34-0410-b5e6-96231b3b80d8
* Check for cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3670 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up pointer using testcasesChris Lattner2002-09-103-50/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3662 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove a testcase that is irrelevant now, fix a pointer adding testcaseChris Lattner2002-09-102-70/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3659 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for poitner problemChris Lattner2002-09-101-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3657 91177308-0d34-0410-b5e6-96231b3b80d8
* Run indvars testsChris Lattner2002-09-101-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3643 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new testcase for broken indvars caseChris Lattner2002-09-102-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3642 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase no longer applicable since shifts of pointers are no longer allowedChris Lattner2002-09-091-20/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3629 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate multiply of pointer typeChris Lattner2002-09-091-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3628 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for a bug identified by VikramChris Lattner2002-09-081-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3625 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that tests for array pointer analysis type stuffChris Lattner2002-09-082-0/+84
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3615 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bug in testcase now that load-vn is not built into gcseChris Lattner2002-09-072-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3614 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken testChris Lattner2002-09-072-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3613 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure that setcc is implemented for bools.Chris Lattner2002-09-031-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3575 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-312-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3556 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-301-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3554 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure to run these tests with load value #'ingChris Lattner2002-08-302-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3530 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate hardcoded paths using LLVMGCCDIR variable.Vikram S. Adve2002-08-301-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3529 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-262-0/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3510 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that demorgan's law is instcombined successfullyChris Lattner2002-08-231-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3494 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new testcases for instcombineChris Lattner2002-08-221-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3477 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-221-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3472 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a testcase that checks to make sure LICM uses basicaa correctly.Chris Lattner2002-08-224-0/+94
| | | | | | | Add another gcse testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3471 91177308-0d34-0410-b5e6-96231b3b80d8
* Add readme file describing directoryChris Lattner2002-08-221-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3469 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial testcases for basicaa alias analysisChris Lattner2002-08-224-0/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3462 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert testcases to not use indexed loads/storesChris Lattner2002-08-224-5/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3460 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert testcases to not use indexed loads/storesChris Lattner2002-08-221-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3459 91177308-0d34-0410-b5e6-96231b3b80d8
* Covnert testcases to not use indexed loads/storesChris Lattner2002-08-222-6/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3458 91177308-0d34-0410-b5e6-96231b3b80d8
* Covnert testcases to not use indexed loads/storesChris Lattner2002-08-223-11/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3457 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove obsolete testChris Lattner2002-08-221-30/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3456 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove ancient testChris Lattner2002-08-221-59/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3455 91177308-0d34-0410-b5e6-96231b3b80d8
* Covnert tests to not use indexed load/storesChris Lattner2002-08-224-7/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3454 91177308-0d34-0410-b5e6-96231b3b80d8
* Add functions castbool and boolexpr.Vikram S. Adve2002-08-222-0/+48
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3448 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Vikram S. Adve2002-08-221-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3447 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcase to not use indexing in non-gep instructionsChris Lattner2002-08-211-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3439 91177308-0d34-0410-b5e6-96231b3b80d8
* Test the C backend on all of the feature tests as well.Chris Lattner2002-08-211-1/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3437 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix store to not indexChris Lattner2002-08-212-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3429 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert testcase to not use indexing on loads & storesChris Lattner2002-08-212-14/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3428 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase for the not (setcc A, B) caseChris Lattner2002-08-211-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3418 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup testsuiteChris Lattner2002-08-202-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3411 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up testcases to make them properChris Lattner2002-08-202-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3410 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for constexpr problem.Chris Lattner2002-08-201-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3409 91177308-0d34-0410-b5e6-96231b3b80d8
* Provide a way to actually run testsChris Lattner2002-08-201-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3408 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix buggy testcaseChris Lattner2002-08-201-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3403 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't stop the testing process if dis segfaultsChris Lattner2002-08-201-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3400 91177308-0d34-0410-b5e6-96231b3b80d8