aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
AgeCommit message (Expand)Author
2008-03-18Upgrade tests to not use llvm-upgrade.Tanya Lattner
2008-03-11Check to see if a two-entry PHI block can be simplifiedDan Gohman
2008-03-11Make this test more challenging to help it avoid beingDan Gohman
2008-03-11Upgrade this test.Dan Gohman
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-10Turn unwind_to into "unwinds to".Nick Lewycky
2008-03-09Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky
2008-03-09A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky
2008-03-09Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky
2008-01-03don't hoist FP additions into unconditional adds + selects. This Chris Lattner
2007-12-28Test -simplifycfg only.Devang Patel
2007-12-22If succ has succ itself as one of the predecessors then doDevang Patel
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-22Turn invokes of nounwind functions into ordinary calls.Duncan Sands
2007-11-14Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner
2007-11-13Implement PR1786 by iterating between dead cycle eliminationChris Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-22For PR1146:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-13Can't grep for bool any more.Reid Spencer
2007-01-04Remove a manual renaming of a variable that was introduced beforeReid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-16fix buggy testcaseChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-18converting massive blocks of phis into selects like this is silly.Chris Lattner
2006-10-29new testcaseChris Lattner
2006-10-20new testcase for PR957Chris Lattner
2006-08-03new testcase for pr867Chris Lattner
2006-06-12TEstcase that makes simplifycfg infloop.Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-02-18new testcase that crashes simplifycfgChris Lattner
2005-12-03expand testcase, which has been in my tree for a while nowChris Lattner
2005-12-03new testcase, miscompiled by simplifycfg. This has been distilled from Ptrdi...Chris Lattner
2005-10-03new testcase for PR635Chris Lattner
2005-09-23new testcaseChris Lattner
2005-09-20make this test harder: add a case where instructions are in the bb to beChris Lattner
2005-09-20new testcaseChris Lattner
2005-09-19new testcase.Chris Lattner
2005-08-03Testcase that used to crash simplifycfgChris Lattner
2005-08-03un-xfail thisChris Lattner
2005-08-03This fails for nowChris Lattner
2005-08-02New testcase that caused simplifycfg to crashChris Lattner
2005-06-17new testcase for PR584Chris Lattner