aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-051-0/+2
* Fix another bug, this time in PREing select instructions.Owen Anderson2007-07-041-0/+18
* Nested try-catch-filter testcase.Duncan Sands2007-07-041-0/+32
* Fix a typo that was killing GVNPRE of select instructions.Owen Anderson2007-07-041-0/+9
* Fix an error in phi translation of GEPs that was causing failures.Owen Anderson2007-07-041-0/+14
* Allow a GR64 to be moved into an MMX register via the "movd" instruction.Bill Wendling2007-07-042-1/+20
* Add support for performing GVNPRE on GEP instructions.Owen Anderson2007-07-031-0/+17
* Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson2007-07-031-0/+17
* New testcases for rev 37847 (PR's 1489 and 1505).Dale Johannesen2007-07-033-0/+140
* Add a basic test-case for passing and returning <4 x double> andDan Gohman2007-07-021-0/+14
* New test case. DAGCombiner should be able to fold -sin(-x)Dan Gohman2007-07-021-0/+12
* Test case for recent patch for IndVarSimplify.cppZhou Sheng2007-07-021-0/+25
* New test.Evan Cheng2007-06-291-0/+50
* New test.Evan Cheng2007-06-291-0/+11
* Convert .cvsignore filesJohn Criswell2007-06-2974-210/+0
* New test.Evan Cheng2007-06-291-0/+85
* New tests.Evan Cheng2007-06-292-0/+27
* Fix an assertion failure in legalizing bitcast operators on targets whereDan Gohman2007-06-291-0/+13
* Add a test for performing GVNPRE on select instructions.Owen Anderson2007-06-281-0/+17
* Fix PR 1526.Devang Patel2007-06-281-0/+5
* Update. Now, -etforest is an invalid option.Devang Patel2007-06-271-1/+1
* Add tests for performing GVNPRE on the three vector-specific instructions.Owen Anderson2007-06-273-0/+54
* new testcase, the inliner shouldn't inline this.Chris Lattner2007-06-251-0/+14
* Rename variables to expose the fact that this test is failing.Owen Anderson2007-06-241-16/+16
* Fix tests.Evan Cheng2007-06-212-1/+3
* new testcase miscompiled by instcombine, reduced from perlChris Lattner2007-06-211-0/+9
* New tests.Evan Cheng2007-06-211-0/+16
* Added some if-conversion tests.Evan Cheng2007-06-208-0/+201
* Testcase for instances where a constant only occurs as an operand to a phi node.Owen Anderson2007-06-191-0/+22
* Add a new testcase for memory corruption issues.Owen Anderson2007-06-191-0/+26
* testcase for PR1513Chris Lattner2007-06-191-0/+11
* New test case: identity operation of RHS / LHS of a VECTOR_SHUFFLE.Evan Cheng2007-06-191-0/+11
* Modify annotate intrinsic to take 2 additional args: file and line number.Tanya Lattner2007-06-182-3/+2
* ensure we don't regress on these tests. We generate aweful code in x86-32 forChris Lattner2007-06-171-0/+13
* XFAILing until I can fix properly.Bill Wendling2007-06-161-0/+1
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-161-0/+7
* Testcase for MMX int to MMX register failure.Bill Wendling2007-06-161-0/+17
* Testcase where GVNPRE was getting confused by invoke instructions.Owen Anderson2007-06-161-0/+70
* test case for annotate attributeTanya Lattner2007-06-151-0/+25
* make this test harder, include a tied register.Chris Lattner2007-06-151-0/+7
* Workaround for PR1508.Duncan Sands2007-06-152-1/+5
* Add a testcase where GVNPRE what getting confused by a loop.Owen Anderson2007-06-151-0/+22
* Use "ignore" rather than grep tricks.Duncan Sands2007-06-151-1/+2
* add vector versions of this testChris Lattner2007-06-151-1/+20
* testcase for PR1510Chris Lattner2007-06-151-0/+27
* Do not treat FP_REG_KILL as terminator in branch analysis (X86).Dale Johannesen2007-06-141-0/+137
* Add a test where phi translation was producing a null result.Owen Anderson2007-06-121-0/+19
* Testcase where GVNPRE crashes on functions with no exit nodes.Owen Anderson2007-06-121-0/+9
* Make the run line for this test correct. Thanks to Chris for spotting it.Owen Anderson2007-06-121-2/+2
* Add a GVN-PRE basic regression test.Owen Anderson2007-06-122-0/+41