Workaround the breakage in r100616 by guarding all timers with
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfException.cpp
2010-04-07 Torok EdwinWorkaround the breakage in r100616 by guarding all...
2010-04-07 Bill WendlingUse the "NamedGroupTimer" class to categorize DWARF...
2010-04-05 Chris Lattnerprune #includes, MMI can never be null
2010-04-05 Chris Lattnermake DwarfException not inherit from DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnereliminate the "isEH" argument to EmitSectionOffset.
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnerinline EmitDifference away.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Chris Lattnerremove the raw_ostream from various dwarf printing...
2010-03-31 Chris Lattnerreduce indentation
2010-03-29 Chris Lattneruse RAII for ExceptionTimer too
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerremove now-dead code, all labels use MCSymbols.
2010-03-14 Chris Lattnerfix a bug I introduced in r98459, causing some NNT...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnersimplify EmitFrameMoves to take BaseLabel in as a symbol
2010-03-13 Chris Lattnerfactor some labels, simplify some code.
2010-03-12 Chris Lattnerremove dead code.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnermcize the rest of EH emission, only one more directive...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Chris Lattneradd some fixme's for MCizing. EH still has a few thing...
2010-03-10 Chris Lattnermcize uses of PrintRelDirective and eliminate it.
2010-03-09 Chris Lattnereliminate EOL, adding all comments with the OutStreamer...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-02-26 Bill WendlingA much cleaner (and less code!) way of inserting the...
2010-02-26 Bill WendlingComment typo.
2010-02-26 Bill WendlingFix comments.
2010-02-26 Bill WendlingAdd another (and hopefully the last) exception case...
2010-02-26 Bill WendlingAnd should use the correct variable.
2010-02-26 Bill WendlingGot assertion check backwards.
2010-02-25 Bill WendlingCatch a corner case where adding the padding to the...
2010-02-25 Bill WendlingMake comment more meaningful.
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-15 Anton KorobeynikovUse ttype encoding consistently
2010-02-15 Anton KorobeynikovIt turns out that we emitted completely wrong common...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-11 Bill WendlingUse .empty() instead of .size().
2010-02-10 Bill WendlingUse an index instead of pointers into the vector. If...
2010-02-10 Bill WendlingImprove comments a even more.
2010-02-10 Bill WendlingImprove comments a bit more.
2010-02-09 Bill WendlingImprove comments in the LSDA somewhat. They can be...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Chris Lattneradd a new DwarfPrinter::EmitEncodingByte method which...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Bill WendlingRetrying r91337:
2009-12-28 Chris Lattnermove these out of their own timer groups into the ...
2009-12-17 Bill WendlingTemporarily revert 91337. It's causing testcase failures.
2009-12-14 Bill WendlingThe CIE says that the LSDA point in the FDE section...
2009-11-19 Bill WendlingReverting the EH table patches.
2009-11-19 Bill WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-18 Bill WendlingAttempt #2:
2009-11-17 Bill WendlingRefactor the code that creates the "dot-label" differen...
2009-11-12 Bill WendlingSimplify code a bit
2009-11-12 Bill WendlingRefactor code that checks if it's a call to a "nounwind...
2009-11-12 Bill WendlingIf there's more than one function operand to a call...
2009-11-11 Bill WendlingDon't mark a call as potentially throwing if the functi...
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-10-22 Bill WendlingTidying up some code and comments. No functionality...
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Bill WendlingHere's fun! It turns out that these filter functions...
2009-09-18 Bill WendlingFactor out label difference creation.
2009-09-18 Bill WendlingIt's inefficient to have place the exception tables...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattnerstrength reduce a call to PrintRelDirective(true).
2009-09-10 Bill WendlingExit early if exception handling isn't supported.
2009-09-10 Bill WendlingComment and whitespace cleanups. No intentional functio...
next