summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DWARF] - Take relocations in account when extracting ranges from .debug_rangesGeorge Rimar2017-04-241-4/+5
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-211-0/+10
* Add GNU_discriminator support for inline callsites in llvm-symbolizer.Dehao Chen2017-04-171-2/+4
* [DWARF] - Simplify (use dyn_cast instead of isa + cast).George Rimar2017-04-131-2/+2
* [DWARF] Fix compiler warnings in DWARFContext.cpp, NFCiKrasimir Georgiev2017-04-121-2/+1
* [DWARF] - Refactoring of DWARFContextInMemory implementation.George Rimar2017-04-121-64/+71
* [DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-03-011-10/+32
* Get function start line number from DWARF infoDavid Blaikie2017-02-061-12/+29
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-201-34/+46
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-131-3/+2
* [lib/Object] - Introduce Decompressor class.George Rimar2017-01-111-66/+12
* [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.George Rimar2016-12-171-41/+11
* Add the ability to get attribute values as Optional<T>Greg Clayton2016-12-141-8/+7
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-131-23/+19
* 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
OpenPOWER on IntegriCloud