| Commit message (Expand) | Author | Age | Files | Lines |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 77 | -78/+78 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -2/+0 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -0/+2 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -2/+0 |
* | Fix for PR3016: detect the tricky case, where there are | Eli Friedman | 2009-08-16 | 1 | -1/+0 |
* | Revert 75571; I'm convinced this isn't the right thing to do. | Dale Johannesen | 2009-07-14 | 1 | -11/+0 |
* | Don't delete asm's just because their inputs are undefined; | Dale Johannesen | 2009-07-14 | 1 | -0/+11 |
* | Fix the crash in this test. This is basically the same | Dale Johannesen | 2009-06-15 | 1 | -0/+557 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 4 | -10/+10 |
* | Testcase for 71688. | Dale Johannesen | 2009-05-13 | 1 | -0/+47 |
* | While hoisting instruction to speculatively execute simple bb, ignore dbg int... | Devang Patel | 2009-03-06 | 1 | -0/+108 |
* | Ignore dbg info intrinsics when folding conditional branch to | Zhou Sheng | 2009-02-26 | 1 | -0/+70 |
* | Don't block basic block with only SwitchInst to fold into predecessors. | Zhou Sheng | 2009-02-25 | 1 | -0/+116 |
* | While folding unconditional return move DbgRegionEndInst into the predecessor... | Devang Patel | 2009-02-24 | 1 | -2/+4 |
* | If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun... | Devang Patel | 2009-02-11 | 1 | -0/+1 |
* | Ignore dbg intrinsic while folding unconditional branch. | Devang Patel | 2009-02-10 | 1 | -0/+70 |
* | Ignore dbg intrinsics while folding switch instruction. | Devang Patel | 2009-02-05 | 1 | -0/+58 |
* | Ignore dbg intrinsics. | Devang Patel | 2009-02-04 | 1 | -0/+122 |
* | While folding vallue comparison terminators ignore dbg intrinsics. | Devang Patel | 2009-02-04 | 1 | -0/+49 |
* | Ignore dbg intrinsics while hoisting common code in the two blocks up into th... | Devang Patel | 2009-02-04 | 1 | -0/+33 |
* | Do not let dbg intrinsic block folding of two entry phi node. | Devang Patel | 2009-02-03 | 1 | -0/+28 |
* | fix a testcase. | Chris Lattner | 2009-01-22 | 1 | -2/+1 |
* | Temporarily XFAIL until this can be looked at. r62557 is what caused it to st... | Bill Wendling | 2009-01-20 | 1 | -0/+1 |
* | another fix for PR3354 | Chris Lattner | 2009-01-20 | 1 | -1/+12 |
* | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner | 2009-01-19 | 1 | -0/+20 |
* | convert this to an unfoldable potentially trapping constant expr. | Chris Lattner | 2009-01-19 | 1 | -2/+4 |
* | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling | 2009-01-19 | 1 | -0/+1 |
* | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner | 2009-01-19 | 1 | -0/+30 |
* | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman | 2008-12-16 | 1 | -0/+46 |
* | fix a bug I introduced in simplifycfg handling single entry phi | Chris Lattner | 2008-12-07 | 1 | -0/+13 |
* | Fix PR2967 by not deleting volatile load/stores that occur before unreachable. | Chris Lattner | 2008-10-29 | 1 | -0/+19 |
* | Nick Lewycky's patch. | Devang Patel | 2008-10-03 | 1 | -0/+36 |
* | Do not hoist instruction above branch condition. The instruction may use bran... | Devang Patel | 2008-09-17 | 1 | -0/+18 |
* | Fix simplifycfg crash in handing block merge. | Devang Patel | 2008-09-09 | 1 | -0/+60 |
* | Remove GCSE and LoadVN from the testsuite. | Owen Anderson | 2008-08-16 | 1 | -1/+1 |
* | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner | 2008-07-13 | 1 | -0/+36 |
* | Speculatively execute a block when the the block is the then part of a triang... | Evan Cheng | 2008-06-07 | 1 | -0/+21 |
* | Fix run line. | Evan Cheng | 2008-06-07 | 1 | -1/+1 |
* | Restucture a part of the SimplifyCFG pass and include a testcase. | Matthijs Kooijman | 2008-05-23 | 1 | -0/+131 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 4 | -4/+4 |
* | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner | 2008-04-28 | 1 | -0/+30 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -61/+0 |
* | Split some code out of the main SimplifyCFG loop into its own function. | Chris Lattner | 2008-04-24 | 1 | -0/+43 |
* | Upgrade tests. | Tanya Lattner | 2008-03-19 | 1 | -62/+62 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-18 | 23 | -501/+453 |
* | Check to see if a two-entry PHI block can be simplified | Dan Gohman | 2008-03-11 | 1 | -0/+15 |
* | Make this test more challenging to help it avoid being | Dan Gohman | 2008-03-11 | 1 | -2/+8 |
* | Upgrade this test. | Dan Gohman | 2008-03-11 | 1 | -6/+6 |