aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* New test caseChris Lattner2001-07-222-0/+50
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268 91177308-0d34-0410-b5e6-96231b3b80d8
* Version of testmemory to test alloca, load and store.Vikram S. Adve2001-07-211-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238 91177308-0d34-0410-b5e6-96231b3b80d8
* Used a bigger constant in loopfunc.ll that doesn't fit in immed field.Vikram S. Adve2001-07-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237 91177308-0d34-0410-b5e6-96231b3b80d8
* New test case for prototype supportChris Lattner2001-07-151-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase from GCC doing array operationsChris Lattner2001-07-151-0/+30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192 91177308-0d34-0410-b5e6-96231b3b80d8
* add coverage of newly implemented instructions.Chris Lattner2001-07-081-3/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165 91177308-0d34-0410-b5e6-96231b3b80d8
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156 91177308-0d34-0410-b5e6-96231b3b80d8
* Added analyze to path for SetupOpt scriptChris Lattner2001-07-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135 91177308-0d34-0410-b5e6-96231b3b80d8
* Add analyze tool to path for Setup scriptChris Lattner2001-07-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134 91177308-0d34-0410-b5e6-96231b3b80d8
* Miscellaneous cleanups:Chris Lattner2001-06-271-0/+36
| | | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96 91177308-0d34-0410-b5e6-96231b3b80d8
* Put in test of SCCP. Watch out though, because we need to sort theChris Lattner2001-06-271-1/+9
| | | | | | | constant pool for the final check to work. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a useless phi for testing with InductionVariables stuffChris Lattner2001-06-241-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test case: an irreducible flow graph.Chris Lattner2001-06-211-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46 91177308-0d34-0410-b5e6-96231b3b80d8
* New test caseChris Lattner2001-06-201-0/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a more complex test caseChris Lattner2001-06-201-0/+43
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37 91177308-0d34-0410-b5e6-96231b3b80d8
* Updates to supportChris Lattner2001-06-112-2/+2
| | | | | | | | | * Changes in PHI node structure * We now run DCE after inlining because it helps clean up LOTS of inlining gunk. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26 91177308-0d34-0410-b5e6-96231b3b80d8
* inlining can change methods a second time, so don't rerun inliner when ↵Chris Lattner2001-06-071-1/+1
| | | | | | | | | testing for differences in optimizations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial revisionChris Lattner2001-06-0618-0/+382
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2 91177308-0d34-0410-b5e6-96231b3b80d8