summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAge
* [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...Alexey Samsonov2014-06-13
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-15
* DebugInfo: Remove some initializer lists to make MSVC happy again.Benjamin Kramer2014-04-18
* [DWARF parser] Refactor fetching DIE address ranges.Alexey Samsonov2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-13
* Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.Alexey Samsonov2013-10-28
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-28
* DWARF parser: since DWARF4, DW_AT_high_pc may be a constant representing func...Alexey Samsonov2013-10-28
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* [DebugInfo] Delete dead code, simplify and fix code style for some existing c...Alexey Samsonov2013-10-17
* 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
* llvm-dwarfdump: Do not include address offsets for attributes, only for tagsDavid Blaikie2013-08-19
* Store compile unit corresponding to each chain of inlined debug info entries....Alexey Samsonov2013-08-06
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-17
* DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov2013-04-08
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Update comment.Eric Christopher2013-01-07
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-02
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-30
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Add support for some missing DW_FORM_*.Eric Christopher2012-08-24
* Formatting.Eric Christopher2012-08-24
* 80-col.Eric Christopher2012-08-23
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-17
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x andBenjamin Kramer2011-11-05
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-15
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-15
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-14
* DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer2011-09-14
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-14
* Style & indentation tweaks.Benjamin Kramer2011-09-13
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13