summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Testcase for instances where a constant only occurs as an operand to a phi node.Owen Anderson2007-06-19
* Add a new testcase for memory corruption issues.Owen Anderson2007-06-19
* testcase for PR1513Chris Lattner2007-06-19
* New test case: identity operation of RHS / LHS of a VECTOR_SHUFFLE.Evan Cheng2007-06-19
* Modify annotate intrinsic to take 2 additional args: file and line number.Tanya Lattner2007-06-18
* ensure we don't regress on these tests. We generate aweful code in x86-32 forChris Lattner2007-06-17
* XFAILing until I can fix properly.Bill Wendling2007-06-16
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-16
* Testcase for MMX int to MMX register failure.Bill Wendling2007-06-16
* Testcase where GVNPRE was getting confused by invoke instructions.Owen Anderson2007-06-16
* test case for annotate attributeTanya Lattner2007-06-15
* make this test harder, include a tied register.Chris Lattner2007-06-15
* Workaround for PR1508.Duncan Sands2007-06-15
* Add a testcase where GVNPRE what getting confused by a loop.Owen Anderson2007-06-15
* Use "ignore" rather than grep tricks.Duncan Sands2007-06-15
* add vector versions of this testChris Lattner2007-06-15
* testcase for PR1510Chris Lattner2007-06-15
* Do not treat FP_REG_KILL as terminator in branch analysis (X86).Dale Johannesen2007-06-14
* Add a test where phi translation was producing a null result.Owen Anderson2007-06-12
* Testcase where GVNPRE crashes on functions with no exit nodes.Owen Anderson2007-06-12
* Make the run line for this test correct. Thanks to Chris for spotting it.Owen Anderson2007-06-12
* Add a GVN-PRE basic regression test.Owen Anderson2007-06-12
* rename C files to end with .cChris Lattner2007-06-09
* Make the struct bigger, in an attempt to get a "struct return" on moreDuncan Sands2007-06-07
* Make this test pass if llvm-g++ was built without exception handling support.Duncan Sands2007-06-07
* Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner2007-06-06
* Really use attribute.Tanya Lattner2007-06-06
* Test case for noinline attribute.Tanya Lattner2007-06-06
* Revert changes for noinline.Tanya Lattner2007-06-06
* Add a test for PR1499.Lauro Ramos Venancio2007-06-06
* "Simplified" testcase for PR1422.Duncan Sands2007-06-06
* Ignore llvm.noinlineTanya Lattner2007-06-06
* new testcase for PR1487Nick Lewycky2007-06-06
* new testcase for PR1495Chris Lattner2007-06-06
* New test.Devang Patel2007-06-05
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-05
* New test.Evan Cheng2007-06-05
* Tail merging wasn't working for predecessors of landing pads. PR 1496.Dale Johannesen2007-06-04
* new testcase for PR1491Chris Lattner2007-06-04
* Implement smarter algorithm for choosing which blocks to tail-merge.Dale Johannesen2007-06-01
* Add a test for PR1424.Lauro Ramos Venancio2007-05-31
* new testcase for PR1473Chris Lattner2007-05-30
* Testcase forDuncan Sands2007-05-30
* Testcase for PR1421Chris Lattner2007-05-30
* new testcase for PR1421Chris Lattner2007-05-30
* testcase for PR1446Chris Lattner2007-05-24
* Add a new test case.Evan Cheng2007-05-24
* tail merging shrinks this code a bit. Could do more in future.Dale Johannesen2007-05-23
* new testcase for PR1435Chris Lattner2007-05-23
* new testcases for -enable-tail-merge default handlingDale Johannesen2007-05-22