summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-011-2/+6
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-23/+36
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-35/+23
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-23/+35
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-33/+23
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-23/+33
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-33/+23
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-23/+33
* libDebugInfo: Support symbolizing using DWP filesDavid Blaikie2017-05-231-7/+41
* libDebugInfo: Avoid independently parsing the same .dwo file for two separate...David Blaikie2017-05-231-0/+22
* libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object filesDavid Blaikie2017-05-221-13/+15
* [DWARF] - Simplify RelocVisitor implementation.George Rimar2017-05-181-2/+2
* [lib/Object] - Minor API update for llvm::Decompressor.George Rimar2017-05-181-1/+1
* [DWARF] - Cleanup relocations proccessing.George Rimar2017-05-171-39/+22
* [DWARF] - Add RelocAddrEntry for cleanup. NFCi.George Rimar2017-05-161-2/+2
* [DWARF] - Speedup handling of relocations in DWARFContextInMemory.George Rimar2017-05-151-4/+17
* [llvm-dwarfdump] - Print an error message if section decompression failed.George Rimar2017-05-051-10/+25
* Don't return an invalid line table if the DW_AT_stmt_list value is not in the...Greg Clayton2017-05-041-0/+4
* Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...Greg Clayton2017-05-031-7/+8
* Verify that no compile units share the same line table in "llvm-dwarfdump --v...Greg Clayton2017-05-031-2/+19
* Add line table verification to lldb-dwarfdump --verifyGreg Clayton2017-05-021-0/+73
* Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"Greg Clayton2017-05-021-81/+142
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-0/+113
* [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
OpenPOWER on IntegriCloud