[BBVectorize] Remove two more redundant assignments.
[oota-llvm.git] / lib / DebugInfo / DWARFContext.h
2014-11-14 Frederic Riss[dwarfdump] Handle relocations in Dwarf accelerator...
2014-11-14 Frederic RissReapply "[dwarfdump] Add support for dumping accelerato...
2014-11-13 Frederic RissRevert "[dwarfdump] Add support for dumping accelerator...
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-10-20 Alexey SamsonovConstify input argument of RelocVisitor and DWARFContex...
2014-10-07 Alexey Samsonov[DebugInfo] Turn DWARFContext::Section into DWARFSectio...
2014-09-29 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-26 Frederic RissRevert "Store TypeUnits in a SmallVector<DWARFUnitSecti...
2014-09-26 Frederic RissStore TypeUnits in a SmallVector<DWARFUnitSection>...
2014-09-15 Frederic RissIntroduce the DWARFUnitSection abstraction.
2014-09-04 Frederic RissRename DWARFContext::getLineTableForCompileUnit to...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-13 Alexey Samsonov[C++11] DWARF parser: use SmallVector<std::unique_ptr...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-01-09 David Blaikiellvm-dwarfdump: type unit dwo support
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-09-25 Eric ChristopherDump the normal dwarf pubtypes section as well.
2013-09-24 David Blaikiellvm-dwarfdump support for gnu_pubtypes
2013-09-23 David Blaikiellvm-dwarfdump/libDebugInfo support for type units
2013-09-23 David BlaikieDebugInfo: Wrap section data and relocs together for...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Eric ChristopherAllow 4 as a valid debug info version.
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-07 Eric ChristopherWhitespace and 80-col.
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-08-30 Alexey SamsonovRefactor fetching file/line info from DWARFContext...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-15 Benjamin KramerDWARF: Put all the pieces we have together and provide...
2011-09-15 Benjamin KramerDWARF: Remove accessors that parse the whole line table...
2011-09-15 Benjamin KramerDWARF: Add basic support for line tables.
2011-09-14 Benjamin KramerDWARF: Port support for parsing .debug_aranges section...
2011-09-13 Benjamin KramerSketch out a DWARF parser.