aboutsummaryrefslogtreecommitdiffstats
path: root/lib/DebugInfo/DWARFDebugInfoEntry.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-160/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-39/+18
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+0
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-281-6/+0
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-281-3/+2
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-2/+7
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-171-12/+8
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-231-29/+23
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-271-1/+6
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-061-10/+15
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-081-3/+8
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-11/+43
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-171-2/+4
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-0/+7
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-051-2/+2
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-141-0/+4
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-141-0/+3
* Style & indentation tweaks.Benjamin Kramer2011-09-131-6/+3
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+131