aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-31/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-155/+6
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-3/+50
* Make DWARFCompileUnit non-copyableAlexey Samsonov2013-08-231-0/+3
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-061-3/+3
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-151-24/+10
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-1/+1
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-2/+4
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-2/+6
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-021-4/+17
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-5/+11
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-0/+2
* Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov2012-07-041-1/+1
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-0/+5
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-151-0/+8
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-0/+5
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+98