summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-181-3/+4
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-2/+4
* Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...George Rimar2016-09-231-0/+17
* Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."George Rimar2016-09-231-17/+0
* [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.George Rimar2016-09-231-0/+17
* Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.hReid Kleckner2016-07-061-0/+2
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-3/+7
* Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar2016-05-241-15/+53
* Revert r270543 ("Recommit r270540")George Rimar2016-05-241-53/+15
* Recommit r270540George Rimar2016-05-241-15/+53
* Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar2016-05-241-53/+15
* [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar2016-05-241-15/+53
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-1/+11
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-2/+18
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-18/+2
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-2/+18
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-12/+4
* Replace dyn_cast with isa in places that weren't using the returned value for...Craig Topper2015-11-181-1/+1
* dwarfdump: Reference the appropriate line table segment when dumping dwp filesDavid Blaikie2015-11-171-1/+4
* dwarfdump: Use the index to find the right abbrev offset in DWP filesDavid Blaikie2015-11-171-0/+22
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-121-0/+16
* dwarfdump: Add error checking to fix the buildbots/correctnessDavid Blaikie2015-11-121-4/+4
* dwarfdump: DWP type unit index dumping skeletonDavid Blaikie2015-11-111-0/+10
* Format my previous commitDavid Blaikie2015-11-111-1/+2
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-111-0/+10
* [dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...Frederic Riss2015-08-231-0/+8
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-1/+1
* [dwarfdump] Ignore scattered relocations for mach-o.Frederic Riss2015-07-311-3/+9
* [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRefLang Hames2015-07-281-4/+7
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-1/+7
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+1
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-2/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-2/+1
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-2/+7
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-3/+41
* [DWARF parser] Make DWARF parser more robust against missing compile/type units.Alexey Samsonov2015-05-191-8/+11
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-0/+696
OpenPOWER on IntegriCloud