summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFCompileUnit.h
Commit message (Expand)AuthorAge
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-24
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-23
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-27
* Make DWARFCompileUnit non-copyableAlexey Samsonov2013-08-23
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-06
* DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...Alexey Samsonov2013-07-15
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-02
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Fix a bug in DebugInfo lib, extend a comment for one of the methodsAlexey Samsonov2012-07-04
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* DWARF: Print line tables per compile unit, so they get the right address size.Benjamin Kramer2011-09-15
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-14
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13