aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-06-16XFAILing until I can fix properly.Bill Wendling
2007-06-16Call the correct function name. Patch from Stephane Letz.Nick Lewycky
2007-06-16Testcase for MMX int to MMX register failure.Bill Wendling
2007-06-16Testcase where GVNPRE was getting confused by invoke instructions.Owen Anderson
2007-06-15test case for annotate attributeTanya Lattner
2007-06-15make this test harder, include a tied register.Chris Lattner
2007-06-15Workaround for PR1508.Duncan Sands
2007-06-15Add a testcase where GVNPRE what getting confused by a loop.Owen Anderson
2007-06-15Use "ignore" rather than grep tricks.Duncan Sands
2007-06-15add vector versions of this testChris Lattner
2007-06-15testcase for PR1510Chris Lattner
2007-06-14Do not treat FP_REG_KILL as terminator in branch analysis (X86).Dale Johannesen
2007-06-12Add a test where phi translation was producing a null result.Owen Anderson
2007-06-12Testcase where GVNPRE crashes on functions with no exit nodes.Owen Anderson
2007-06-12Make the run line for this test correct. Thanks to Chris for spotting it.Owen Anderson
2007-06-12Add a GVN-PRE basic regression test.Owen Anderson
2007-06-09rename C files to end with .cChris Lattner
2007-06-07Make the struct bigger, in an attempt to get a "struct return" on moreDuncan Sands
2007-06-07Make this test pass if llvm-g++ was built without exception handling support.Duncan Sands
2007-06-06Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner
2007-06-06Really use attribute.Tanya Lattner
2007-06-06Test case for noinline attribute.Tanya Lattner
2007-06-06Revert changes for noinline.Tanya Lattner
2007-06-06Add a test for PR1499.Lauro Ramos Venancio
2007-06-06"Simplified" testcase for PR1422.Duncan Sands
2007-06-06Ignore llvm.noinlineTanya Lattner
2007-06-06new testcase for PR1487Nick Lewycky
2007-06-06new testcase for PR1495Chris Lattner
2007-06-05New test.Devang Patel
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-06-05New test.Evan Cheng
2007-06-04Tail merging wasn't working for predecessors of landing pads. PR 1496.Dale Johannesen
2007-06-04new testcase for PR1491Chris Lattner
2007-06-01Implement smarter algorithm for choosing which blocks to tail-merge.Dale Johannesen
2007-05-31Add a test for PR1424.Lauro Ramos Venancio
2007-05-30new testcase for PR1473Chris Lattner
2007-05-30Testcase forDuncan Sands
2007-05-30Testcase for PR1421Chris Lattner
2007-05-30new testcase for PR1421Chris Lattner
2007-05-24testcase for PR1446Chris Lattner
2007-05-24Add a new test case.Evan Cheng
2007-05-23tail merging shrinks this code a bit. Could do more in future.Dale Johannesen
2007-05-23new testcase for PR1435Chris Lattner
2007-05-22new testcases for -enable-tail-merge default handlingDale Johannesen
2007-05-22Test assumes tail merging is off; this must now be explicit.Dale Johannesen
2007-05-22new testcase for a recent regressionChris Lattner
2007-05-21Add test for PR1259.Evan Cheng
2007-05-19Make sure we can round-trip an escaped value in a name.Reid Spencer
2007-05-19new testcaseChris Lattner
2007-05-19add sourceChris Lattner