summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfEHPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-4/+4
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-06-19Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling1-5/+6
2013-05-31Remove useless code from transitioning to new EH schemeKai Nacke1-4/+1
2013-05-20The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling1-4/+4
2013-05-20No need to store the TargetMachine variable in this class.Bill Wendling1-4/+2
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-05-17Relax the requirement that the exception object must be an instruction. DuringBill Wendling1-6/+6
2012-01-28Reapply r149159 with a fix to add to a PHI node with a non-null parent.Bill Wendling1-34/+64
2012-01-28Revert r149159 until I can fix tests.Bill Wendling1-61/+32
2012-01-28Don't always create a separate block for the call to _Unwind_Resume.Bill Wendling1-32/+61
2012-01-20When lowering the 'resume' instruction, look to see if we can eliminate theBill Wendling1-2/+32
2011-11-07This code is dead, what with the new EH model and the auto-upgraders in place.Bill Wendling1-639/+12
2011-08-26Update the dominator tree with the correct dominator for the new 'unwind' block.Bill Wendling1-0/+5
2011-08-25Look at only the terminators of the basic block. Also, if we're using the new EHBill Wendling1-5/+9
2011-08-17Modify for the new EH scheme.Bill Wendling1-1/+57
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling1-57/+1
2011-07-28Initial code to convert ResumeInsts into calls to _Unwind_Resume.Bill Wendling1-1/+57
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad1-2/+1
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-3/+1
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-1/+3
2011-07-11De-constify Types in FunctionType::get().Jay Foad1-3/+1
2011-06-01The ARM stuff already calls the Resume function, not the Resume_or_Rethrow. ItBill Wendling1-4/+1
2011-05-28Erase instructions _after_ checking their type.Benjamin Kramer1-3/+4
2011-05-28Implement and document the llvm.eh.resume intrinsic, which isJohn McCall1-25/+42
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-3/+3
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad1-0/+1
2011-03-15There are some situations which can cause the URoR hack to infinitely recurseBill Wendling1-6/+8
2010-10-29This may be an ARM target, so check for _Unwind_SjLj_Resume.Bill Wendling1-11/+15
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-09-03Reapply commit 112702 which was speculatively reverted by echristo.Duncan Sands1-82/+80
2010-09-01Speculatively revert 112699 and 112702, they seem to be causingEric Christopher1-80/+82
2010-09-01Use the SSAUpdator to turn calls to eh.exception that are not in aDuncan Sands1-82/+80
2010-08-31Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands1-86/+9
2010-08-29revert 112457, it looks like it broke selfhost.Chris Lattner1-133/+23
2010-08-29rewrite DwarfEHPrepare to use SSAUpdater to promote its allocasChris Lattner1-23/+133
2010-08-29inline function into its only caller.Chris Lattner1-13/+6
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-26Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.Bill Wendling1-4/+4
2010-07-26A block dominates itself, by definition.Dan Gohman1-1/+1
2010-07-22mass elimination of reliance on automatic iterator dereferencingGabor Greif1-5/+5
2010-06-30Use the catch-all selectors we already found when converting them to use theBill Wendling1-16/+23