summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
Commit message (Expand)AuthorAge
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* fix two bogus tests that the asmparser now rejects.Chris Lattner2009-12-30
* Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner2009-12-22
* convert to filecheckChris Lattner2009-12-22
* Optimize test more.Dan Gohman2009-11-10
* optimize testChris Lattner2009-11-10
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-31
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-31
* Add a testcase for the recent duplicate PHI elimination changes.Dan Gohman2009-10-30
* if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner2009-10-30
* change simplifycfg to not duplicate 'unwind' instructions. HopefullyChris Lattner2009-10-13
* convert to filecheckChris Lattner2009-10-13
* rename testChris Lattner2009-10-13
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-11
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-16
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-14
* Don't delete asm's just because their inputs are undefined;Dale Johannesen2009-07-14
* Fix the crash in this test. This is basically the sameDale Johannesen2009-06-15
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Testcase for 71688.Dale Johannesen2009-05-13
* While hoisting instruction to speculatively execute simple bb, ignore dbg int...Devang Patel2009-03-06
* Ignore dbg info intrinsics when folding conditional branch to Zhou Sheng2009-02-26
* Don't block basic block with only SwitchInst to fold into predecessors.Zhou Sheng2009-02-25
* While folding unconditional return move DbgRegionEndInst into the predecessor...Devang Patel2009-02-24
* If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel2009-02-11
* Ignore dbg intrinsic while folding unconditional branch.Devang Patel2009-02-10
* Ignore dbg intrinsics while folding switch instruction.Devang Patel2009-02-05
* Ignore dbg intrinsics.Devang Patel2009-02-04
* While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel2009-02-04
* Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel2009-02-04
* Do not let dbg intrinsic block folding of two entry phi node.Devang Patel2009-02-03
* fix a testcase.Chris Lattner2009-01-22
* Temporarily XFAIL until this can be looked at. r62557 is what caused it to st...Bill Wendling2009-01-20
* another fix for PR3354Chris Lattner2009-01-20
* Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner2009-01-19
* convert this to an unfoldable potentially trapping constant expr.Chris Lattner2009-01-19
* Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling2009-01-19
* Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner2009-01-19
* Add a helper to remove a branch and DCE the condition, and use it Eli Friedman2008-12-16
* fix a bug I introduced in simplifycfg handling single entry phi Chris Lattner2008-12-07
* Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner2008-10-29
* Nick Lewycky's patch.Devang Patel2008-10-03
* Do not hoist instruction above branch condition. The instruction may use bran...Devang Patel2008-09-17