summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFContext.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-191-292/+0
* [dwarfdump] Handle relocations in Dwarf accelerator tablesFrederic Riss2014-11-141-12/+12
* Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-141-0/+12
* Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-131-12/+0
* [dwarfdump] Add support for dumping accelerator tables.Frederic Riss2014-11-121-0/+12
* Constify input argument of RelocVisitor and DWARFContext constructors. NFC.Alexey Samsonov2014-10-201-1/+1
* [DebugInfo] Turn DWARFContext::Section into DWARFSection (NFC).Alexey Samsonov2014-10-071-25/+21
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-291-6/+8
* Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a singl...Frederic Riss2014-09-261-7/+6
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-261-6/+7
* Introduce the DWARFUnitSection abstraction.Frederic Riss2014-09-151-8/+6
* Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.Frederic Riss2014-09-041-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Use a reference instead of a pointer.Rafael Espindola2014-07-311-1/+1
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-1/+1
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-251-0/+7
* [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...Alexey Samsonov2014-03-131-7/+5
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-36/+48
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-7/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-30/+30
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-241-0/+3
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-091-0/+24
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-5/+6
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-6/+5
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-5/+6
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-251-0/+3
* llvm-dwarfdump support for gnu_pubtypesDavid Blaikie2013-09-241-0/+3
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-231-0/+24
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-231-26/+17
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-191-0/+3
* Make DWARFCompileUnit non-copyableAlexey Samsonov2013-08-231-4/+5
* Add LLVM-style RTTI to DIContext/DWARFContext classesAlexey Samsonov2013-08-061-1/+6
* Allow 4 as a valid debug info version.Eric Christopher2013-08-061-1/+1
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-191-0/+11
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-231-0/+3
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-121-0/+3
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-0/+11
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-261-0/+2
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+3
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-251-1/+1
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-0/+5
* Whitespace and 80-col.Eric Christopher2013-01-071-1/+3
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-0/+5
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-021-3/+50
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-121-26/+9
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-121-4/+4
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-3/+8
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-2/+2
OpenPOWER on IntegriCloud