[DebugInfo] Move all DWARF headers to the public include directory.
[oota-llvm.git] / lib / DebugInfo / DWARFUnit.cpp
2014-12-19 Frederic Riss[DebugInfo] Move all DWARF headers to the public includ...
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection down to DWARFUnit constru...
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection into DWARFUnitSection...
2014-10-06 Frederic RissFactor the Unit section parsing into the DWARFUnitSecti...
2014-09-15 Frederic RissIntroduce the DWARFUnitSection abstraction.
2014-09-05 Alexey Samsonov[DWARF parser] Fix nasty memory corruption in .dwo...
2014-09-04 Frederic RissAdd a DWARFContext& member in DWARFUnit.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-31 Rafael EspindolaDWOHolder takes ownership of the argument constructor...
2014-07-31 Rafael EspindolaUse a reference instead of a pointer.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-13 Alexey Samsonov[DWARF parser] Use distinction between DW_AT_ranges_bas...
2014-06-12 Alexey Samsonov[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission...
2014-04-29 Alexey Samsonov[DWARF parser] Compress DIEMinimal even further, simpli...
2014-04-24 Alexey Samsonov[DWARF parser] Make a few methods non-public
2014-04-24 Alexey Samsonov[DWARF parser] DWARFUnit ctor doesn't need both parsed...
2014-04-18 Alexey Samsonov[DWARF parser] Respect address ranges specified in...
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
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2013-10-31 Alexey SamsonovDWARFUnit: kill dead code and make a couple of function...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-09-23 David BlaikieUnbreak the build (from r191233)since we're calling...
2013-09-23 David BlaikieExract most of DWARFCompileUnit into a new DWARFUnit...