aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DwarfEHPrepare.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-2/+2
* Expand on comment.Eric Christopher2009-09-151-1/+4
* Pull the creation of the "RewindFunction" function out of the loop. It's onlyBill Wendling2009-09-141-14/+25
* If there's a calling convention attach it to the rewind function call.Eric Christopher2009-09-041-1/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-6/+9
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-2/+2
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+2
* More LLVMContext-ification.Owen Anderson2009-07-051-1/+1
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-221-0/+397