Don't own the buffer in object::Binary.
[oota-llvm.git] / lib / DebugInfo / DWARFUnit.cpp
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...