Add CFI directives-based frame information emission. Not hooked yet.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfException.h
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2011-01-14 Anton KorobeynikovSplit stuff as a preparation for CFI directives-based...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-04-07 Bill WendlingUse the "NamedGroupTimer" class to categorize DWARF...
2010-04-05 Chris Lattnerprivatize more stuff, eliminate vtables.
2010-04-05 Chris Lattnerreprivatize now that DwarfWriter is gone.
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 Lattnerremove the raw_ostream from various dwarf printing...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-12 Chris Lattnerremove dead code.
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-10 Bill WendlingUse an index instead of pointers into the vector. If...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-17 Nick LewyckyRemove VISIBILITY_HIDDEN from the classes in this direc...
2009-11-17 Bill WendlingRefactor the code that creates the "dot-label" differen...
2009-11-12 Bill WendlingRefactor code that checks if it's a call to a "nounwind...
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-18 Bill WendlingFactor out label difference creation.
2009-09-10 Bill WendlingAdd helpful comment.
2009-09-09 Bill WendlingBelieve it or not, this is a simplification. :-)
2009-08-25 Bill Wendling- Rename EmitCommonInformationEntry to EmitCIE.
2009-08-25 Bill WendlingRename functions to something more descriptive. At...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-17 Jim GrosbachMove the sjlj exception handling conversions to a back...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-07-29 Bill Wendling- Temporarily unbreak the build by forcing the TType...
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-17 Chris Lattnerfix include guard.
2009-06-25 Devang PatelSimplify.
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
2009-05-15 Bill WendlingSplit out the DwarfException class into its own file...