aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DwarfEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-10/+99
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-23/+17
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+9
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-5/+6
* Remove useless code from transitioning to new EH schemeKai Nacke2013-05-311-4/+1
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-201-4/+4
* No need to store the TargetMachine variable in this class.Bill Wendling2013-05-201-4/+2
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Relax the requirement that the exception object must be an instruction. DuringBill Wendling2012-05-171-6/+6
* Reapply r149159 with a fix to add to a PHI node with a non-null parent.Bill Wendling2012-01-281-34/+64
* Revert r149159 until I can fix tests.Bill Wendling2012-01-281-61/+32
* Don't always create a separate block for the call to _Unwind_Resume.Bill Wendling2012-01-281-32/+61
* When lowering the 'resume' instruction, look to see if we can eliminate theBill Wendling2012-01-201-2/+32
* This code is dead, what with the new EH model and the auto-upgraders in place.Bill Wendling2011-11-071-639/+12
* Update the dominator tree with the correct dominator for the new 'unwind' block.Bill Wendling2011-08-261-0/+5
* Look at only the terminators of the basic block. Also, if we're using the new EHBill Wendling2011-08-251-5/+9
* Modify for the new EH scheme.Bill Wendling2011-08-171-1/+57
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-57/+1
* Initial code to convert ResumeInsts into calls to _Unwind_Resume.Bill Wendling2011-07-281-1/+57
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-3/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+3
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-3/+1
* The ARM stuff already calls the Resume function, not the Resume_or_Rethrow. ItBill Wendling2011-06-011-4/+1
* Erase instructions _after_ checking their type.Benjamin Kramer2011-05-281-3/+4
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-281-25/+42
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-3/+3
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* There are some situations which can cause the URoR hack to infinitely recurseBill Wendling2011-03-151-6/+8
* This may be an ARM target, so check for _Unwind_SjLj_Resume.Bill Wendling2010-10-291-11/+15
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Reapply commit 112702 which was speculatively reverted by echristo.Duncan Sands2010-09-031-82/+80
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-011-80/+82
* Use the SSAUpdator to turn calls to eh.exception that are not in aDuncan Sands2010-09-011-82/+80
* Stop using the dom frontier in DwarfEHPrepare by not promoting alloca'sDuncan Sands2010-08-311-86/+9
* revert 112457, it looks like it broke selfhost.Chris Lattner2010-08-291-133/+23
* rewrite DwarfEHPrepare to use SSAUpdater to promote its allocasChris Lattner2010-08-291-23/+133
* inline function into its only caller.Chris Lattner2010-08-291-13/+6
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.Bill Wendling2010-07-261-4/+4
* A block dominates itself, by definition.Dan Gohman2010-07-261-1/+1
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-221-5/+5
* Use the catch-all selectors we already found when converting them to use theBill Wendling2010-06-301-16/+23
* It seems clear that this should return Changed.Duncan Sands2010-06-291-1/+1