dwarfdump: DWP type unit index dumping skeleton
[oota-llvm.git] / lib / DebugInfo / DWARF /
2015-11-11 David Blaikiedwarfdump: DWP type unit index dumping skeleton
2015-11-11 David BlaikieFormat my previous commit
2015-11-11 David Blaikiedwarfdump: First piece of support for DWP dumping
2015-10-21 Matt ArsenaultUse numeric_limits instead of LLONG_MAX
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-08-23 Frederic Riss[dwarfdump] Do not apply relocations in mach-o files...
2015-08-08 Benjamin KramerFix some comment typos.
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-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-28 Ed MasteDebugInfo: .debug_line DWARF64 support
2015-05-25 Benjamin KramerRefactor: Simplify boolean conditional return statement...
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-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-12 Keith Walker[DWARF] Add CIE header fields address_size and segment_...
2015-04-23 Zachary TurnerMove DIContext.h to common DebugInfo location.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-04 Frederic RissDWARFFormValue: Add getAsSignedConstant method.
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-25 Frederic Riss[dwarfdump] Fix frame info register number dump.
2015-02-25 Frederic RissTry to appease buildbots.
2015-02-25 Frederic Riss[dwarfdump] Make debug_frame dump actually useful.
2015-02-25 Frederic Riss[dwarfdump] Don't print meaningless pointer.
2015-02-25 Frederic RissDWARFDebugFrame: Move some code around. NFC.
2015-02-25 Frederic RissDWARFDebugFrame: Add some trivial accessors. NFC.
2015-02-25 Frederic RissDWARFDebugFrame: Actually collect CIEs associated with...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.