summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfEHPrepare.cpp
Commit message (Expand)AuthorAge
...
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-18
* When performing the Horrible Hack(tm-Duncan) on the EH code to convert aBill Wendling2010-06-12
* Code that needs a TargetMachine should have access to one directly, ratherDan Gohman2010-04-19
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* typosGabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-02
* Re-add back in the slow way of determining of a clean-up should become aBill Wendling2010-03-29
* A more general (and simpler!) implementation of r99671. It performs a similarBill Wendling2010-03-29
* Return if we changed anything or not.Bill Wendling2010-03-27
* If a selector has a call to ".llvm.eh.catch.all.value" that we haven'tBill Wendling2010-03-27
* If we mark clean-ups as clean-ups, then it could break when inlining through anBill Wendling2010-03-26
* SjLj EH introduces can introduce an additional edge to a landing pad and padJim Grosbach2010-01-20
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-23
* Don't put in these EH changes.Bill Wendling2009-10-29
* Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.Bill Wendling2009-10-29
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-20
* Expand on comment.Eric Christopher2009-09-15
* Pull the creation of the "RewindFunction" function out of the loop. It's onlyBill Wendling2009-09-14
* If there's a calling convention attach it to the rewind function call.Eric Christopher2009-09-04
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* More LLVMContext-ification.Owen Anderson2009-07-05
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-22