summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Make 'features' testsuite work with the /shared changes.Chris Lattner2002-08-153-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3357 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert testcase to use correct syntaxChris Lattner2002-08-151-14/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3356 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testcaseChris Lattner2002-08-151-2/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3355 91177308-0d34-0410-b5e6-96231b3b80d8
* There seem to be issues with constant exprsChris Lattner2002-08-152-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3349 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a bunch of testcases for cast-of-casts that should be removed.Chris Lattner2002-08-151-0/+32
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3345 91177308-0d34-0410-b5e6-96231b3b80d8
* Add tests for unary NOT operations.Vikram S. Adve2002-08-152-0/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3340 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcase to actually test what we think we areChris Lattner2002-08-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3338 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Chris Lattner2002-08-142-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3333 91177308-0d34-0410-b5e6-96231b3b80d8
* This file does not belong here.Chris Lattner2002-08-141-136/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3332 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix tests that use the now dead not instructionChris Lattner2002-08-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3331 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcases that used to now dead 'not' instructionChris Lattner2002-08-141-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3330 91177308-0d34-0410-b5e6-96231b3b80d8
* Change not's to xorsChris Lattner2002-08-141-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3329 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove illegal test now that not instruction does not exist.Chris Lattner2002-08-141-10/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3312 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure there is SOME output always so the test is not rerun when unneccesary.Chris Lattner2002-08-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3311 91177308-0d34-0410-b5e6-96231b3b80d8
* The not instruction is just a specialized form of XORChris Lattner2002-08-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3310 91177308-0d34-0410-b5e6-96231b3b80d8
* Tools are now moved into /sharedChris Lattner2002-08-121-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8
* Add commentChris Lattner2002-08-121-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3287 91177308-0d34-0410-b5e6-96231b3b80d8
* xor x, ALLONES should -> not xChris Lattner2002-08-091-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3285 91177308-0d34-0410-b5e6-96231b3b80d8
* setcc of booleans should always be eliminatedChris Lattner2002-08-091-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3284 91177308-0d34-0410-b5e6-96231b3b80d8
* Add more strength reduction testcasesChris Lattner2002-08-091-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3283 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a sequence of GEPs with constant indices, for folding.Vikram S. Adve2002-08-042-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3247 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for stuff instcombine should do eventuallyChris Lattner2002-08-031-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3240 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some more features that we could instcombine awayChris Lattner2002-08-031-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3239 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Chris Lattner2002-08-031-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3238 91177308-0d34-0410-b5e6-96231b3b80d8
* Run both *.ll and *.c tests.Vikram S. Adve2002-08-031-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3232 91177308-0d34-0410-b5e6-96231b3b80d8
* Added expected decomposed sequence in comments, plus a couple of new cases.Vikram S. Adve2002-08-031-4/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3231 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix yet another bug in the testcaseChris Lattner2002-08-021-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3224 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bug in testcaseChris Lattner2002-08-021-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3223 91177308-0d34-0410-b5e6-96231b3b80d8
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-0214-14/+14
| | | | | | | If instcombine is making dead instructions, ALL that should be used is -die git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3221 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testcase that isn't failing because of another bug in instcombineChris Lattner2002-08-021-7/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3220 91177308-0d34-0410-b5e6-96231b3b80d8
* Change test to really test the cases we can hitChris Lattner2002-08-021-16/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3219 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-021-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3218 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about where to put miscompilation tests.Chris Lattner2002-08-021-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3212 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for dominator problemChris Lattner2002-08-021-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3209 91177308-0d34-0410-b5e6-96231b3b80d8
* The verify pass is implicitChris Lattner2002-08-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3208 91177308-0d34-0410-b5e6-96231b3b80d8
* New testChris Lattner2002-08-021-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3207 91177308-0d34-0410-b5e6-96231b3b80d8
* Tweak makefile after movingChris Lattner2002-08-021-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3205 91177308-0d34-0410-b5e6-96231b3b80d8
* Verify is implicit for optChris Lattner2002-08-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3204 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix makefile to work.Chris Lattner2002-08-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3203 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix broken testcaseChris Lattner2002-08-012-8/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3202 91177308-0d34-0410-b5e6-96231b3b80d8
* Make testcase legal LLVMChris Lattner2002-08-012-30/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3201 91177308-0d34-0410-b5e6-96231b3b80d8
* Feature test for stack size bigger than immed. field of SAVE instruction.Vikram S. Adve2002-08-011-0/+79
| | | | | | | Also tests code generation for code with mixed indices. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3197 91177308-0d34-0410-b5e6-96231b3b80d8
* NEw testcaseChris Lattner2002-07-311-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3194 91177308-0d34-0410-b5e6-96231b3b80d8
* Trim down testcase a bitChris Lattner2002-07-311-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3190 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for level-raise crash inspired by SPECChris Lattner2002-07-311-0/+31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3189 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcaseChris Lattner2002-07-311-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3182 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-07-311-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3181 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase that was triggering an incorrect assertion failureChris Lattner2002-07-311-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3180 91177308-0d34-0410-b5e6-96231b3b80d8
* Verify pass has been run for a long time nowChris Lattner2002-07-311-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3179 91177308-0d34-0410-b5e6-96231b3b80d8
* This testcase is independant of varargsnessChris Lattner2002-07-301-2/+2
| | | | | | | Simplify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3174 91177308-0d34-0410-b5e6-96231b3b80d8