summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARF/DWARFContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar1-15/+53
2016-05-24Revert r270543 ("Recommit r270540")George Rimar1-53/+15
2016-05-24Recommit r270540George Rimar1-15/+53
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar1-53/+15
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar1-15/+53
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-1/+11
2016-01-26Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky1-2/+18
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper1-18/+2
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper1-2/+18
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie1-12/+4
2015-11-18Replace dyn_cast with isa in places that weren't using the returned value for...Craig Topper1-1/+1
2015-11-17dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie1-1/+4
2015-11-17dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie1-0/+22
2015-11-12dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud1-0/+16
2015-11-12dwarfdump: Add error checking to fix the buildbots/correctnessDavid Blaikie1-4/+4
2015-11-11dwarfdump: DWP type unit index dumping skeletonDavid Blaikie1-0/+10
2015-11-11Format my previous commitDavid Blaikie1-1/+2
2015-11-11dwarfdump: First piece of support for DWP dumpingDavid Blaikie1-0/+10
2015-08-23[dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...Frederic Riss1-0/+8
2015-08-08Fix some comment typos.Benjamin Kramer1-2/+2
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-1/+1
2015-07-31[dwarfdump] Ignore scattered relocations for mach-o.Frederic Riss1-3/+9
2015-07-28[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames1-4/+7
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola1-1/+7
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-4/+1
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-2/+1
2015-06-29Don't return error_code from function that never fails.Rafael Espindola1-2/+1
2015-06-19Make getRelocationSection MachO only.Rafael Espindola1-2/+7
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-2/+2
2015-05-21Make it easier to use DwarfContext with MCJITKeno Fischer1-3/+41
2015-05-19[DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov1-8/+11
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner1-0/+696