summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF
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-274-34/+50
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-264-49/+34
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-264-34/+49
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-264-47/+34
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-264-34/+47
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-264-47/+34
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-264-34/+47
* libDebugInfo: Support symbolizing using DWP filesDavid Blaikie2017-05-232-13/+44
* FIX: Remove debugging assert left in previous commitDavid Blaikie2017-05-231-1/+0
* libDebugInfo: Avoid independently parsing the same .dwo file for two separate...David Blaikie2017-05-232-27/+38
* libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object filesDavid Blaikie2017-05-222-20/+22
* llvm-symbolizer: Support multiple CUs in a single DWO fileDavid Blaikie2017-05-201-6/+11
* [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] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-164-19/+18
* Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...George Rimar2017-05-162-8/+10
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-162-10/+8
* [DWARF] - Speedup handling of relocations in DWARFContextInMemory.George Rimar2017-05-151-4/+17
* [DWARF] Fix a parsing issue with type unit headers.Wolfgang Pieb2017-05-091-1/+5
* Revert "[Dwarf] Disable reference verification for now (PR32972)"Diana Picus2017-05-091-2/+1
* [Dwarf] Disable reference verification for now (PR32972)Renato Golin2017-05-091-1/+2
* Add const to "DWARFDie &Die" in a few functions as they can't change the DWAR...Greg Clayton2017-05-081-2/+2
* Fix typoEugene Zemtsov2017-05-081-1/+1
* Fix typo "veify" to "verify".Greg Clayton2017-05-081-1/+1
* [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
* clang-format and restyle DWARFFormValue before working on it. NFCPaul Robinson2017-05-031-280/+301
* Break verification down into smaller functions to keep code clean.Greg Clayton2017-05-031-142/+167
* Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...Greg Clayton2017-05-033-7/+261
* 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-022-3/+80
* [DWARFv5] Parse new line-table header format.Paul Robinson2017-05-021-18/+147
* Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"Greg Clayton2017-05-021-81/+142
* Make DWARFDebugLine use StringRef for directory/file tables. NFCPaul Robinson2017-05-021-16/+13
* Stylistic makeover of DWARFDebugLine before working on it. NFCPaul Robinson2017-05-011-180/+177
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-012-2/+117
* [DWARF] - Fix mistype in dump output of pub* tables. NFC.George Rimar2017-04-281-1/+1
* [llvm-dwarfdump] - Change format for .gdb_index dump.George Rimar2017-04-271-2/+3
* [DWARF] - Take relocations in account when extracting ranges from .debug_rangesGeorge Rimar2017-04-243-14/+22
* [DWARF] - Refactoring: localize handling of relocations in a single place.George Rimar2017-04-215-41/+27
* Code style change as suggested in https://reviews.llvm.org/D32177 (NFC)Dehao Chen2017-04-191-16/+11
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-192-43/+48
* Revert r300697 which causes buildbot failure.Dehao Chen2017-04-192-47/+43
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-192-43/+47
* Add GNU_discriminator support for inline callsites in llvm-symbolizer.Dehao Chen2017-04-172-3/+7
* [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
OpenPOWER on IntegriCloud