aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFContext.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-8/+2
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-301-6/+17
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-2/+8
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-1/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-151-0/+5
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-151-2/+3
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-0/+5
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-141-2/+5
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+104