Convert getSymbolSection to return an ErrorOr.
[oota-llvm.git] / lib / DebugInfo / DWARF / DWARFContext.cpp
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-31 Frederic Riss[dwarfdump] Ignore scattered relocations for mach-o.
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-19 Alexey Samsonov[DWARF parser] Make DWARF parser more robust against...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.