aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DwarfEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* use ArgOperand APIsGabor Greif2010-06-291-3/+3
* simplify: we have solid argument iterator rangeGabor Greif2010-06-281-7/+4
* use ArgOperand accessorsGabor Greif2010-06-251-9/+14
* use ArgOperand API (the simple part)Gabor Greif2010-06-251-2/+2
* Loosen up the requirements in the Horrible Hack(tm) to include all selectorsBill Wendling2010-06-241-30/+10
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-1/+1
* When performing the Horrible Hack(tm-Duncan) on the EH code to convert aBill Wendling2010-06-121-26/+49
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-191-5/+7
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-5/+5
* reapply r101434Gabor Greif2010-04-161-5/+5
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-5/+5
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-5/+5
* typosGabor Greif2010-04-151-2/+2
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-5/+5
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-5/+5
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-021-2/+2
* Re-add back in the slow way of determining of a clean-up should become aBill Wendling2010-03-291-0/+135
* A more general (and simpler!) implementation of r99671. It performs a similarBill Wendling2010-03-291-122/+59
* Return if we changed anything or not.Bill Wendling2010-03-271-11/+9
* If a selector has a call to ".llvm.eh.catch.all.value" that we haven'tBill Wendling2010-03-271-8/+38
* If we mark clean-ups as clean-ups, then it could break when inlining through anBill Wendling2010-03-261-7/+215
* SjLj EH introduces can introduce an additional edge to a landing pad and padJim Grosbach2010-01-201-0/+13
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-231-1/+1
* Don't put in these EH changes.Bill Wendling2009-10-291-291/+35
* Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.Bill Wendling2009-10-291-35/+291
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1