| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax the requirement that the exception object must be an instruction. During | Bill Wendling | 2012-05-17 | 1 | -6/+6 |
* | Reapply r149159 with a fix to add to a PHI node with a non-null parent. | Bill Wendling | 2012-01-28 | 1 | -34/+64 |
* | Revert r149159 until I can fix tests. | Bill Wendling | 2012-01-28 | 1 | -61/+32 |
* | Don't always create a separate block for the call to _Unwind_Resume. | Bill Wendling | 2012-01-28 | 1 | -32/+61 |
* | When lowering the 'resume' instruction, look to see if we can eliminate the | Bill Wendling | 2012-01-20 | 1 | -2/+32 |
* | This code is dead, what with the new EH model and the auto-upgraders in place. | Bill Wendling | 2011-11-07 | 1 | -639/+12 |
* | Update the dominator tree with the correct dominator for the new 'unwind' block. | Bill Wendling | 2011-08-26 | 1 | -0/+5 |
* | Look at only the terminators of the basic block. Also, if we're using the new EH | Bill Wendling | 2011-08-25 | 1 | -5/+9 |
* | Modify for the new EH scheme. | Bill Wendling | 2011-08-17 | 1 | -1/+57 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -57/+1 |
* | Initial code to convert ResumeInsts into calls to _Unwind_Resume. | Bill Wendling | 2011-07-28 | 1 | -1/+57 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -2/+1 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -3/+1 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -1/+3 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -3/+1 |
* | The ARM stuff already calls the Resume function, not the Resume_or_Rethrow. It | Bill Wendling | 2011-06-01 | 1 | -4/+1 |
* | Erase instructions _after_ checking their type. | Benjamin Kramer | 2011-05-28 | 1 | -3/+4 |
* | Implement and document the llvm.eh.resume intrinsic, which is | John McCall | 2011-05-28 | 1 | -25/+42 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -3/+3 |
* | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -0/+1 |
* | There are some situations which can cause the URoR hack to infinitely recurse | Bill Wendling | 2011-03-15 | 1 | -6/+8 |
* | This may be an ARM target, so check for _Unwind_SjLj_Resume. | Bill Wendling | 2010-10-29 | 1 | -11/+15 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Reapply commit 112702 which was speculatively reverted by echristo. | Duncan Sands | 2010-09-03 | 1 | -82/+80 |
* | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher | 2010-09-01 | 1 | -80/+82 |
* | Use the SSAUpdator to turn calls to eh.exception that are not in a | Duncan Sands | 2010-09-01 | 1 | -82/+80 |
* | Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's | Duncan Sands | 2010-08-31 | 1 | -86/+9 |
* | revert 112457, it looks like it broke selfhost. | Chris Lattner | 2010-08-29 | 1 | -133/+23 |
* | rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas | Chris Lattner | 2010-08-29 | 1 | -23/+133 |
* | inline function into its only caller. | Chris Lattner | 2010-08-29 | 1 | -13/+6 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value. | Bill Wendling | 2010-07-26 | 1 | -4/+4 |
* | A block dominates itself, by definition. | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 1 | -5/+5 |
* | Use the catch-all selectors we already found when converting them to use the | Bill Wendling | 2010-06-30 | 1 | -16/+23 |
* | It seems clear that this should return Changed. | Duncan Sands | 2010-06-29 | 1 | -1/+1 |
* | use ArgOperand APIs | Gabor Greif | 2010-06-29 | 1 | -3/+3 |
* | simplify: we have solid argument iterator range | Gabor Greif | 2010-06-28 | 1 | -7/+4 |
* | use ArgOperand accessors | Gabor Greif | 2010-06-25 | 1 | -9/+14 |
* | use ArgOperand API (the simple part) | Gabor Greif | 2010-06-25 | 1 | -2/+2 |
* | Loosen up the requirements in the Horrible Hack(tm) to include all selectors | Bill Wendling | 2010-06-24 | 1 | -30/+10 |
* | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | When performing the Horrible Hack(tm-Duncan) on the EH code to convert a | Bill Wendling | 2010-06-12 | 1 | -26/+49 |
* | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman | 2010-04-19 | 1 | -5/+7 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -5/+5 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -5/+5 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -5/+5 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -5/+5 |