[C++11] Convert DWARF parser to range-based for loops
[oota-llvm.git] / lib / DebugInfo / DWARFDebugInfoEntry.h
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 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-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-04-08 Alexey SamsonovDWARF parser: remove duplicated code and fix code style...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-09-14 Benjamin KramerDWARF: Generate the address lookup table from the DIE...
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.