summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFUnit.cpp
Commit message (Expand)AuthorAge
* [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...Alexey Samsonov2014-06-13
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12
* [DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.Alexey Samsonov2014-04-29
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-24
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-24
* [DWARF parser] Respect address ranges specified in compile unit DIE.Alexey Samsonov2014-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
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* DWARFUnit: kill dead code and make a couple of functions private. No function...Alexey Samsonov2013-10-31
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-28
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-23
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-23