typos
[oota-llvm.git] / lib / CodeGen / DwarfEHPrepare.cpp
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...