aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove this test. This test is already in PR269, so it should beChris Lattner2005-01-201-15/+0
* Add some new testsChris Lattner2005-01-191-0/+14
* New testcase for rotate instructions. Each function should codegen to aChris Lattner2005-01-191-0/+91
* Add a test for 16-bit sh*d.Chris Lattner2005-01-191-1/+9
* Ensure that each these functions generates a sh[rl]d instruction.Chris Lattner2005-01-191-0/+22
* This is a carefully contrived testcase where the X86 ISel is emitting all loadsChris Lattner2005-01-171-0/+45
* New testcase for a problem that occurred in 132.ijpegChris Lattner2005-01-171-0/+16
* New testcase, problem found by Rob.Chris Lattner2005-01-141-0/+3
* Testcase that crashes the PPC backend. Thanks to Rob for finding this.Chris Lattner2005-01-141-0/+8
* More testcasesChris Lattner2005-01-141-0/+15
* new testcaseChris Lattner2005-01-131-0/+17
* The pattern isel is aggressively codegen'ing all of the loads in theseChris Lattner2005-01-111-0/+72
* Test fails on all platforms, not just linuxJeff Cohen2005-01-081-1/+1
* New testcase.Chris Lattner2005-01-081-0/+19
* Cleanup a bunch of tests. In particular do not allow target directives inChris Lattner2005-01-079-241/+5
* Make this test a bit more interesting by making there actually be a use of theChris Lattner2005-01-071-1/+1
* modernize and clean up this test.Chris Lattner2005-01-071-13/+6
* Add a testcase I forgot to commit earlier.Chris Lattner2005-01-071-0/+5
* New testcaseChris Lattner2005-01-061-0/+6
* Update this test to pass.Chris Lattner2005-01-051-1/+1
* Test that trivial constants are not printed in hex notation.Chris Lattner2005-01-041-0/+6
* Add a testcase to check that initializer that CAN be evaluated statically ARE.Chris Lattner2005-01-031-0/+8
* Fix this script to work with hyphenated llvm-gcc and friend.Chris Lattner2005-01-031-1/+1
* new testcase for PR481Chris Lattner2005-01-031-0/+10
* New testcase for PR487Chris Lattner2005-01-031-0/+24
* Make sure the path is properly set in the llvmgcc and llvmgxx variables.Reid Spencer2005-01-031-2/+2
* Testcase for PR494Chris Lattner2005-01-021-0/+3
* xfail these tests, whcih require more info in the code generator to implementChris Lattner2005-01-022-0/+6
* Check in an old test that never made it into CVSChris Lattner2005-01-021-0/+8
* Add several testcases for new optimizations in the code generator.Chris Lattner2005-01-023-0/+62
* New testcases that we should combine.Chris Lattner2005-01-012-0/+16
* New testcase for common bitfield manipulation instruction sequences.Chris Lattner2005-01-011-0/+54
* Add a bunch of tests for cases that should be eliminated.Chris Lattner2005-01-011-0/+27
* Add a bunch of tests for ANDs that should be eliminated.Chris Lattner2005-01-011-0/+13
* This now works.Chris Lattner2005-01-011-1/+0
* Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner2005-01-011-0/+26
* Add a comment, add a new testcaseChris Lattner2004-12-292-0/+13
* New testcase for PR491Chris Lattner2004-12-291-0/+10
* new testcase for PR490Chris Lattner2004-12-291-0/+5
* XFAIL this test everywhere.Reid Spencer2004-12-291-1/+2
* XFAIL this everywhere, the CFE doesn't support bitfield initialization.Reid Spencer2004-12-291-1/+1
* Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that theReid Spencer2004-12-241-3/+3
* The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use theReid Spencer2004-12-241-2/+2
* For PR432:Reid Spencer2004-12-221-2/+2
* Make this testcase a bit more challangingChris Lattner2004-12-171-1/+9
* Change the test to check to see that CSE happens not dead call elimChris Lattner2004-12-171-1/+1
* New testcase that crashes the V9 backend.Chris Lattner2004-12-131-0/+6
* Fix this testChris Lattner2004-12-131-1/+1
* Add testcases for simple things we can handle that occur now in vortex.Chris Lattner2004-12-122-0/+12
* Dejagnu doesn't work if you do TESTSUITE=.../Chris Lattner2004-12-121-1/+2