aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Some of this gets hoisted up to Makefile.commonChris Lattner2003-08-151-5/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7856 91177308-0d34-0410-b5e6-96231b3b80d8
* I must have missed these when eliminating the cast to bool cannonicalizationsChris Lattner2003-08-131-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7829 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B)Chris Lattner2003-08-131-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7827 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some tests for difficult reassociation casesChris Lattner2003-08-131-4/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7824 91177308-0d34-0410-b5e6-96231b3b80d8
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-136-35/+28
| | | | | | | In fact, we plan to eliminate cast to bool entirely. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7805 91177308-0d34-0410-b5e6-96231b3b80d8
* Update test to represent new cannonicalization rules for multipliesChris Lattner2003-08-131-4/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7804 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-08-121-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7791 91177308-0d34-0410-b5e6-96231b3b80d8
* Right, instcombine cannot remove ((X >> C) << C) if it's signed.Chris Lattner2003-08-121-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7790 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2003-08-121-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7789 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2003-08-121-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7781 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for feature we should support eventuallyChris Lattner2003-08-121-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7772 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-101-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7711 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the support for pool allocation testing. This will be in a separate ↵Sumant Kowshik2003-08-071-9/+0
| | | | | | TEST file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7664 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefile.common.John Criswell2003-08-061-1/+0
| | | | | | | | | Since we are including Makefile.test, we automatically get Makefile.common. Furthermore, the double inclusion of Makefile.common causes the test suite to be executed twice per invocation of the top level make. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7652 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-061-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7643 91177308-0d34-0410-b5e6-96231b3b80d8
* Added POOLFLAGS option to run pool allocationSumant Kowshik2003-08-061-1/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7624 91177308-0d34-0410-b5e6-96231b3b80d8
* Added LICM test cases to:Tanya Lattner2003-08-052-0/+47
| | | | | | | | 1) Check that trapping instructionns that are not guaranteed to execute are not hoisted. 2) Check that trapping instructions that are guaranteed to execute are hoisted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7613 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcases that simplifycfg breaksChris Lattner2003-08-052-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7598 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, identified by Vikram, reduced by BrianChris Lattner2003-08-041-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7582 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-041-0/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7575 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-041-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7560 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-041-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7557 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-033-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7525 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-08-031-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7517 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix problem executing the CBEChris Lattner2003-08-011-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7500 91177308-0d34-0410-b5e6-96231b3b80d8
* Add test of file inclusion capability for bugpointChris Lattner2003-07-302-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7435 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial tests for tblgenChris Lattner2003-07-303-0/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7430 91177308-0d34-0410-b5e6-96231b3b80d8
* Regression test for incorrect character emitted to char array.Vikram S. Adve2003-07-292-0/+78
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7379 91177308-0d34-0410-b5e6-96231b3b80d8
* Somehow "simplest" test became a hello world test. Rectify this.Chris Lattner2003-07-272-12/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7353 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify some makefile magic, no functional changesChris Lattner2003-07-251-11/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7336 91177308-0d34-0410-b5e6-96231b3b80d8
* Add fixmesChris Lattner2003-07-252-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7335 91177308-0d34-0410-b5e6-96231b3b80d8
* This test has been automatizedChris Lattner2003-07-251-32/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7333 91177308-0d34-0410-b5e6-96231b3b80d8
* Update to use more modern graph checkerChris Lattner2003-07-252-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7332 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, an automatized version of Vikrams ggcollapse.c fileChris Lattner2003-07-251-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7331 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove testcase which has been automatizedChris Lattner2003-07-251-34/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7325 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin of Vikram's ggfuncptr.c test adapted for automatic checkingChris Lattner2003-07-251-0/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7324 91177308-0d34-0410-b5e6-96231b3b80d8
* More testcases, which I'll implement laterChris Lattner2003-07-243-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7298 91177308-0d34-0410-b5e6-96231b3b80d8
* Modernize testcaseChris Lattner2003-07-241-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7297 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-07-241-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7296 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases for signed shiftsChris Lattner2003-07-241-1/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7294 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new tests, make existing tests more difficultChris Lattner2003-07-231-2/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7286 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-07-231-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7284 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2003-07-231-2/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7281 91177308-0d34-0410-b5e6-96231b3b80d8
* Renumber tests sequentiallyChris Lattner2003-07-232-19/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7280 91177308-0d34-0410-b5e6-96231b3b80d8
* Split the or and xor tests into two separate filesChris Lattner2003-07-232-60/+67
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7279 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove obscure testChris Lattner2003-07-231-11/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7278 91177308-0d34-0410-b5e6-96231b3b80d8
* Check in old testcase sitting in my treeChris Lattner2003-07-231-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7277 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-07-231-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7271 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-07-231-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7267 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-07-231-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7266 91177308-0d34-0410-b5e6-96231b3b80d8