aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
AgeCommit message (Expand)Author
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-08-16Fix for PR3016: detect the tricky case, where there are Eli Friedman
2009-07-14Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen
2009-07-14Don't delete asm's just because their inputs are undefined;Dale Johannesen
2009-06-15Fix the crash in this test. This is basically the sameDale Johannesen
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-13Testcase for 71688.Dale Johannesen
2009-03-06While hoisting instruction to speculatively execute simple bb, ignore dbg int...Devang Patel
2009-02-26Ignore dbg info intrinsics when folding conditional branch to Zhou Sheng
2009-02-25Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng
2009-02-24While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel
2009-02-11If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel
2009-02-10Ignore dbg intrinsic while folding unconditional branch.Devang Patel
2009-02-05Ignore dbg intrinsics while folding switch instruction.Devang Patel
2009-02-04Ignore dbg intrinsics.Devang Patel
2009-02-04While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel
2009-02-04Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel
2009-02-03Do not let dbg intrinsic block folding of two entry phi node.Devang Patel
2009-01-22fix a testcase.Chris Lattner
2009-01-20Temporarily XFAIL until this can be looked at. r62557 is what caused it to st...Bill Wendling
2009-01-20another fix for PR3354Chris Lattner
2009-01-19Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner
2009-01-19convert this to an unfoldable potentially trapping constant expr.Chris Lattner
2009-01-19Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling
2009-01-19Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner
2008-12-16Add a helper to remove a branch and DCE the condition, and use it Eli Friedman
2008-12-07fix a bug I introduced in simplifycfg handling single entry phi Chris Lattner
2008-10-29Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner
2008-10-03Nick Lewycky's patch.Devang Patel
2008-09-17Do not hoist instruction above branch condition. The instruction may use bran...Devang Patel
2008-09-09Fix simplifycfg crash in handing block merge.Devang Patel
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson
2008-07-13Fix mishandling of the infinite loop case when merging two blocks. ThisChris Lattner
2008-06-07Speculatively execute a block when the the block is the then part of a triang...Evan Cheng
2008-06-07Fix run line.Evan Cheng
2008-05-23Restucture a part of the SimplifyCFG pass and include a testcase.Matthijs Kooijman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-04-28Fix PR2256, yet another miscompilation in simplifycfg of iChris Lattner
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-24Split some code out of the main SimplifyCFG loop into its own function.Chris Lattner
2008-03-19Upgrade tests.Tanya Lattner
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