]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DwarfException.h
Don't pre-populate the set of keys in the map with variable locations history.
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DwarfException.h
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2012-11-19 Anton KorobeynikovFactor out type info emission into separate routine.
2012-09-05 Logan ChienReorder the comments of EmitExceptionTable.
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-10 Rafael EspindolaProduce a __debug_frame section on darwin ARM when...
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-05 Rafael EspindolaRemove DwarfTableException.
2011-05-05 Rafael EspindolaImplement a really simple DwarfSjLjException.
2011-04-29 Rafael EspindolaChange DwarfCFIException's member variables to track...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
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...