aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2007-06-15Workaround for PR1508.Duncan Sands
2007-06-06"Simplified" testcase for PR1422.Duncan Sands
2007-05-22Test assumes tail merging is off; this must now be explicit.Dale Johannesen
2007-05-17add testcase for 128-bit add/subChris Lattner
2007-05-15Fix an infinite recursion in GetNegatedExpression.Lauro Ramos Venancio
2007-05-08move to CodeGen/ARM/2007-05-07-tailmerge-1.llChris Lattner
2007-05-07Fix test case.Evan Cheng
2007-05-07Handle some non-exit blocks in tail merging.Dale Johannesen
2007-05-05the sparc v8 backend handles this correctlyChris Lattner
2007-05-05unxfail this, llc doesn't support this feature yet, so don't run it.Chris Lattner
2007-05-05Check that the right eh personality function is used.Duncan Sands
2007-05-04Test that the eh lowering code can handle constant folded bitcasts.Duncan Sands
2007-05-01Split target dependent test portions to target-specific directories.Reid Spencer
2007-04-30testcase for PR1228Chris Lattner
2007-04-30For PR1370:Reid Spencer
2007-04-28ensure the operand prints.Chris Lattner
2007-04-28new testcaseChris Lattner
2007-04-28update syntaxChris Lattner
2007-04-27make this testcase harder, to cover PR1326Chris Lattner
2007-04-27Test that eh_selector lowering accepts global variables as well as bitcastsDuncan Sands
2007-04-26Unxfail testsAnton Korobeynikov
2007-04-26Add test to proper place. Also, XFAIL until ppc bootstrap will be ok.Anton Korobeynikov
2007-04-17new testcaseChris Lattner
2007-04-16Also validate that the code generation of IntrinsicLowering for LLI works.Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-14xfail for nowChris Lattner
2007-04-14Fix PR1325: Case range optimization was performed in the case itAnton Korobeynikov
2007-04-13Fix PR1323 : we haven't updated phi nodes in good manner :)Anton Korobeynikov
2007-04-12make this really work on linux :)Chris Lattner
2007-04-12make this happier on linux hostsChris Lattner
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-11change test name.Chris Lattner
2007-04-11new testcaseChris Lattner
2007-04-09Next stage into switch lowering refactoringAnton Korobeynikov
2007-04-09new testcase for PR1308Chris Lattner
2007-04-05XFAIL this test for now. It will be a while before I can implement thisReid Spencer
2007-04-05Fix testAnton Korobeynikov
2007-04-04Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer
2007-04-04Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov
2007-04-02new testcase for PR1296Chris Lattner
2007-04-02Revert the name changes for llvm.bswap to allow (and test) llvm-upgrade ofReid Spencer
2007-04-01For PR1297:Reid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-25Add "feature" testcase for new switch lowering codeAnton Korobeynikov
2007-03-04new testcase, corresponds to:Chris Lattner