summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce code duplication.Rafael Espindola2017-07-071-33/+27
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-34/+23
* [DWARF] - Fix message reporting about broken relocation.George Rimar2017-06-291-1/+1
* Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...George Rimar2017-06-281-9/+21
* Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar2017-06-281-21/+9
* [ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar2017-06-281-9/+21
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-231-8/+7
* [DWARF] Removed dead code. The verifier functionality is provided bySpyridoula Gravani2017-06-151-242/+0
* Added partial verification for .apple_names accelerator table in llvm-dwarfdu...Spyridoula Gravani2017-06-141-0/+5
* dwarfdump: Handle relocs to zlib (.zdebug*) compressed sectionsDavid Blaikie2017-06-101-1/+1
* Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl2017-06-061-2/+2
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-12/+133
* [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
OpenPOWER on IntegriCloud