aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update this test to pass.Chris Lattner2005-01-051-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19285 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that trivial constants are not printed in hex notation.Chris Lattner2005-01-041-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19281 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a testcase to check that initializer that CAN be evaluated statically ARE.Chris Lattner2005-01-031-0/+8
| | | | | | | These used to result in dynamic initializations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19278 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix this script to work with hyphenated llvm-gcc and friend.Chris Lattner2005-01-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19277 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR481Chris Lattner2005-01-031-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19270 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR487Chris Lattner2005-01-031-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19268 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure the path is properly set in the llvmgcc and llvmgxx variables.Reid Spencer2005-01-031-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19267 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR494Chris Lattner2005-01-021-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19258 91177308-0d34-0410-b5e6-96231b3b80d8
* xfail these tests, whcih require more info in the code generator to implementChris Lattner2005-01-022-0/+6
| | | | | | | correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19257 91177308-0d34-0410-b5e6-96231b3b80d8
* Check in an old test that never made it into CVSChris Lattner2005-01-021-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19250 91177308-0d34-0410-b5e6-96231b3b80d8
* Add several testcases for new optimizations in the code generator.Chris Lattner2005-01-023-0/+62
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19244 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcases that we should combine.Chris Lattner2005-01-012-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19219 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for common bitfield manipulation instruction sequences.Chris Lattner2005-01-011-0/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19218 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a bunch of tests for cases that should be eliminated.Chris Lattner2005-01-011-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19217 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a bunch of tests for ANDs that should be eliminated.Chris Lattner2005-01-011-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19216 91177308-0d34-0410-b5e6-96231b3b80d8
* This now works.Chris Lattner2005-01-011-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19215 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner2005-01-011-0/+26
| | | | | | | dead instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19211 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a comment, add a new testcaseChris Lattner2004-12-292-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19179 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR491Chris Lattner2004-12-291-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19178 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR490Chris Lattner2004-12-291-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19175 91177308-0d34-0410-b5e6-96231b3b80d8
* XFAIL this test everywhere.Reid Spencer2004-12-291-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19174 91177308-0d34-0410-b5e6-96231b3b80d8
* XFAIL this everywhere, the CFE doesn't support bitfield initialization.Reid Spencer2004-12-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19173 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that theReid Spencer2004-12-241-3/+3
| | | | | | | CFE tools can find the correct LLVM tools to invoke. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19128 91177308-0d34-0410-b5e6-96231b3b80d8
* The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use theReid Spencer2004-12-241-2/+2
| | | | | | | correct variable to get a "set the path first" invocation of those tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19127 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR432:Reid Spencer2004-12-221-2/+2
| | | | | | | * Use LLVMGCC and LLVMGXX variables instead of computing the name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19097 91177308-0d34-0410-b5e6-96231b3b80d8
* Make this testcase a bit more challangingChris Lattner2004-12-171-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19019 91177308-0d34-0410-b5e6-96231b3b80d8
* Change the test to check to see that CSE happens not dead call elimChris Lattner2004-12-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19017 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that crashes the V9 backend.Chris Lattner2004-12-131-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18905 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix this testChris Lattner2004-12-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18900 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcases for simple things we can handle that occur now in vortex.Chris Lattner2004-12-122-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18837 91177308-0d34-0410-b5e6-96231b3b80d8
* Dejagnu doesn't work if you do TESTSUITE=.../Chris Lattner2004-12-121-1/+2
| | | | | | | You can't pass the trailing / into Dejagnu, so make the makefile strip it off git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18836 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that the PPC backend miscompiles. It is emittingChris Lattner2004-12-121-0/+3
| | | | | | | | | .comm _X,0 For X, which makes the linker thing that X is never defined. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18834 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. Shrinking the variable to a bool allows instcombine to deleteChris Lattner2004-12-121-0/+22
| | | | | | | the condition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18816 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner2004-12-111-0/+8
| | | | | | | if the other side is overdefined. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18806 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testChris Lattner2004-12-111-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18801 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that ipsccp should handle.Chris Lattner2004-12-111-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18789 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-12-101-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18780 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner2004-12-101-0/+11
| | | | | | | happen in practice, but IP-SCCP can trigger it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18773 91177308-0d34-0410-b5e6-96231b3b80d8
* Check in the right testChris Lattner2004-12-101-4/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18767 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for a bug exposed by the ipsccp pass, causing dparser to failChris Lattner2004-12-101-0/+62
| | | | | | | last night. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18765 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-12-101-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18750 91177308-0d34-0410-b5e6-96231b3b80d8
* Update testcaseAlkis Evlogimenos2004-12-101-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18742 91177308-0d34-0410-b5e6-96231b3b80d8
* Simple testcase for quoted label.Chris Lattner2004-12-101-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18740 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos2004-12-081-0/+22
| | | | | | | abstract type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18678 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcase and fix for another case where we query the size anAlkis Evlogimenos2004-12-081-0/+24
| | | | | | | abstract type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18676 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-12-081-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18675 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix this regression and remove the XFAIL from this test.Alkis Evlogimenos2004-12-081-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18674 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-29/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18672 91177308-0d34-0410-b5e6-96231b3b80d8
* This testcase causes the instruction combiner to go spiraling intoChris Lattner2004-12-081-0/+6
| | | | | | | an infinite loop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18669 91177308-0d34-0410-b5e6-96231b3b80d8
* Mark this as an XFAIL until a fix is worked out.Alkis Evlogimenos2004-12-081-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18651 91177308-0d34-0410-b5e6-96231b3b80d8