summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfEHPrepare.cpp
Commit message (Expand)AuthorAge
...
* 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