aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* New testcaseChris Lattner2002-08-202-0/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3399 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for anonymous recursive typesChris Lattner2002-08-202-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3398 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for instcombineChris Lattner2002-08-201-1/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3396 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-192-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3395 91177308-0d34-0410-b5e6-96231b3b80d8
* * Build with warningsChris Lattner2002-08-199-1/+37
| | | | | | | * Add a bunch of testcases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3393 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-191-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3390 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-191-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3385 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-191-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3383 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase.Chris Lattner2002-08-181-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3380 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a simple testcase that just uses a CPR instead of a CPR & ConstExprChris Lattner2002-08-171-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3373 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-171-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3372 91177308-0d34-0410-b5e6-96231b3b80d8
* Include a basic simple test.Chris Lattner2002-08-171-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3369 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new testcase for gep instruction -> get constexpr promotionChris Lattner2002-08-161-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3364 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typoChris Lattner2002-08-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3361 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase distilled from much larger problemChris Lattner2002-08-161-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3360 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert constexpr over to new syntaxChris Lattner2002-08-151-14/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3359 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2002-08-151-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3358 91177308-0d34-0410-b5e6-96231b3b80d8
* 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