aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* New testcaseChris Lattner2004-09-281-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16560 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2004-09-281-0/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16556 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-09-281-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16548 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2004-09-281-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16547 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for a latent bug in instcombine that I have been chasing forChris Lattner2004-09-281-0/+9
| | | | | | | 1.5 days :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16545 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for LLVM PR445Chris Lattner2004-09-281-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16537 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that crashes the C++ FE, encountered while working on PR445Chris Lattner2004-09-281-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16532 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-09-271-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16527 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcases for rev 250 of InstructionCombining.cppChris Lattner2004-09-271-0/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16522 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some tests for shr-and foldingChris Lattner2004-09-241-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16507 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for a pattern that occurs 20 times in perlbmkChris Lattner2004-09-231-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16503 91177308-0d34-0410-b5e6-96231b3b80d8
* load null is undefined behavior, this should foldChris Lattner2004-09-231-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16498 91177308-0d34-0410-b5e6-96231b3b80d8
* Two testcases for invalid transformations that instcombine is doingChris Lattner2004-09-202-0/+44
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16446 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR362: Icky code generated for std::min/std::maxChris Lattner2004-09-191-0/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16408 91177308-0d34-0410-b5e6-96231b3b80d8
* Instcombine now helps out with theseChris Lattner2004-09-192-4/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16405 91177308-0d34-0410-b5e6-96231b3b80d8
* Add two new testcases that instcombine should handleChris Lattner2004-09-191-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16403 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR420Chris Lattner2004-09-151-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16345 91177308-0d34-0410-b5e6-96231b3b80d8
* Per Bug 257Reid Spencer2004-09-051-1/+1
| | | | | | | | | The "Programs" directory no longer lives here. It have been moved to its own cvs module. Check it out into llvm/projects and configure/build it there. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16182 91177308-0d34-0410-b5e6-96231b3b80d8
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-251-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16050 91177308-0d34-0410-b5e6-96231b3b80d8
* Modify testcase to merit a warning, though no warning is still printed!Chris Lattner2004-08-241-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16029 91177308-0d34-0410-b5e6-96231b3b80d8
* note pr#Brian Gaeke2004-08-241-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16015 91177308-0d34-0410-b5e6-96231b3b80d8
* A PR60 test caseBrian Gaeke2004-08-231-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16005 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that the vector support does not work with yet.Chris Lattner2004-08-201-0/+23
| | | | | | | This is also designed to make lowering a bitch :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15941 91177308-0d34-0410-b5e6-96231b3b80d8
* Added various tests in support of Packed Types.Reid Spencer2004-08-205-0/+74
| | | | | | | Tests kindly provided by Brad Jones. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15940 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a test case for packed types. Test case kindly provided by Brad JonesReid Spencer2004-08-201-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15939 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the test to actually run correctly.Reid Spencer2004-08-192-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15921 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test case test test 1.3 alignment removal and to test a regressionReid Spencer2004-08-192-0/+21089
| | | | | | | | on disassembly speed (where SlotMachine was being recomputed on each getSlot() call). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15920 91177308-0d34-0410-b5e6-96231b3b80d8
* Believe it or not, this was broken in LLVM 1.3Chris Lattner2004-08-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15812 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that the constifier should handleChris Lattner2004-08-141-0/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15734 91177308-0d34-0410-b5e6-96231b3b80d8
* New basic testcase for the constifierChris Lattner2004-08-141-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15733 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another testChris Lattner2004-08-131-1/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15718 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, which causes the block extractor to barfChris Lattner2004-08-131-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15715 91177308-0d34-0410-b5e6-96231b3b80d8
* Simple hand-coded tests to aid in early development of backends, along with aMisha Brukman2004-08-1120-0/+511
| | | | | | | Makefile to run ad-hoc tests easily. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15664 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that instcombine is getting wrongChris Lattner2004-08-111-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15637 91177308-0d34-0410-b5e6-96231b3b80d8
* This testcase causes the CBE to generate code that is not legal C.Chris Lattner2004-08-091-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15601 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-08-091-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15592 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for critical 1.3 featureChris Lattner2004-08-061-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15553 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the new prcontext script.John Criswell2004-08-0216-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15427 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for using the prcontext python script instead of grep -C.John Criswell2004-08-021-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8
* New python script that print a specified number of lines surrounding aJohn Criswell2004-08-021-0/+29
| | | | | | | | located pattern. In other words, grep -C for Solaris. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15425 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial testcase for bytecode compatibility regression test.Chris Lattner2004-08-012-0/+97
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15405 91177308-0d34-0410-b5e6-96231b3b80d8
* Move Transforms/BasicAA to Analysis/BasicAAChris Lattner2004-07-2915-330/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15316 91177308-0d34-0410-b5e6-96231b3b80d8
* Due to a bug in BasicAA, DSE is incorrectly deleting the first store inChris Lattner2004-07-292-0/+20
| | | | | | | this testcase, causing the miscompilation of MallocBench/gs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15315 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Robert Bocchino2004-07-271-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15290 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-07-271-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15259 91177308-0d34-0410-b5e6-96231b3b80d8
* Have some testcasesChris Lattner2004-07-272-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15258 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. DSE should delete all of the DEAD instructions.Chris Lattner2004-07-271-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15253 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for list slicingChris Lattner2004-07-271-0/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15248 91177308-0d34-0410-b5e6-96231b3b80d8
* Added another test case for double FP constants as well.Reid Spencer2004-07-261-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15233 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-07-261-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15231 91177308-0d34-0410-b5e6-96231b3b80d8