[dwarfdump] Dump DW_AT_(decl|call)_line attribute values as decimal values.
[oota-llvm.git] / lib / DebugInfo / DWARFDebugInfoEntry.cpp
2014-09-05 Frederic Riss[dwarfdump] Dump DW_AT_(decl|call)_line attribute value...
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-06-13 Alexey Samsonov[DWARF parser] Use distinction between DW_AT_ranges_bas...
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-04-18 Benjamin KramerDebugInfo: Remove some initializer lists to make MSVC...
2014-04-18 Alexey Samsonov[DWARF parser] Refactor fetching DIE address ranges.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2013-10-28 Alexey SamsonovMerge DWARFDIE::extractFast and DWARFDIE::extract into...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDWARF parser: since DWARF4, DW_AT_high_pc may be a...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-17 Alexey Samsonov[DebugInfo] Delete dead code, simplify and fix code...
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...
2013-08-27 Alexey SamsonovAdd support for DebugFission to DWARF parser
2013-08-19 David Blaikiellvm-dwarfdump: Do not include address offsets for...
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-04-17 Alexey SamsonovCreate a stub for DWARF parser unittests
2013-04-08 Alexey SamsonovDWARF parser: remove duplicated code and fix code style...
2013-01-17 Eric ChristopherFix the assembly and dissassembly of DW_FORM_sec_offset...
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 Eric ChristopherUpdate comment.
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-10-30 Eric ChristopherReformat and 80-column this. It's not strictly conforming
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-08-24 Eric ChristopherAdd support for some missing DW_FORM_*.
2012-08-24 Eric ChristopherFormatting.
2012-08-23 Eric Christopher80-col.
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-09-15 Benjamin KramerDWARF: wire up .debug_str dumping.
2011-09-15 Benjamin KramerDWARF: Make DIE printing more bulletproof.
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
2011-09-14 Benjamin KramerDWARF: Improve indentation of DIE dumping so it's easie...
2011-09-14 Benjamin KramerDebugInfo: Don't print DIEs multiple times.
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Benjamin KramerSketch out a DWARF parser.