Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / CodeGen / DwarfEHPrepare.cpp
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-26 Bill WendlingUsing llvm.eh.catch.all.value instead of .llvm.eh.catch...
2010-07-26 Dan GohmanA block dominates itself, by definition.
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-06-30 Bill WendlingUse the catch-all selectors we already found when conve...
2010-06-29 Duncan SandsIt seems clear that this should return Changed.
2010-06-29 Gabor Greifuse ArgOperand APIs
2010-06-28 Gabor Greifsimplify: we have solid argument iterator range
2010-06-25 Gabor Greifuse ArgOperand accessors
2010-06-25 Gabor Greifuse ArgOperand API (the simple part)
2010-06-24 Bill WendlingLoosen up the requirements in the Horrible Hack(tm...
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-12 Bill WendlingWhen performing the Horrible Hack(tm-Duncan) on the...
2010-04-19 Dan GohmanCode that needs a TargetMachine should have access...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2010-03-29 Bill WendlingRe-add back in the slow way of determining of a clean...
2010-03-29 Bill WendlingA more general (and simpler!) implementation of r99671...
2010-03-27 Bill WendlingReturn if we changed anything or not.
2010-03-27 Bill WendlingIf a selector has a call to ".llvm.eh.catch.all.value...
2010-03-26 Bill WendlingIf we mark clean-ups as clean-ups, then it could break...
2010-01-20 Jim GrosbachSjLj EH introduces can introduce an additional edge...
2009-11-23 Nick LewyckyPull LLVMContext out of PromoteMemToReg.
2009-10-29 Bill WendlingDon't put in these EH changes.
2009-10-29 Bill WendlingReverting r85338 for now. It's causing a bootstrap...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-15 Eric ChristopherExpand on comment.
2009-09-14 Bill WendlingPull the creation of the "RewindFunction" function...
2009-09-04 Eric ChristopherIf there's a calling convention attach it to the rewind...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...