summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DWARF] Minor code style modification, no functionality change.Spyridoula Gravani2017-07-271-8/+5
* [DWARF] Generalized verification of .apple_names accelerator table to be appl...Spyridoula Gravani2017-07-261-4/+1
* Move DWARFSectionMap to a .cpp file.Rafael Espindola2017-07-241-0/+6
* [DWARF] Added check that verifies that no abbreviation declaration has more t...Spyridoula Gravani2017-07-201-0/+1
* Use llvm::make_unique once more to avoid ADL ambiguity with std::make_uniqueReid Kleckner2017-07-191-2/+3
* Use llvm::make_unique to try to fix the windows build.Rafael Espindola2017-07-191-2/+2
* Remove some leftover DWARFContextInMemory.Rafael Espindola2017-07-191-14/+0
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-229/+394
* [DWARF] Modification of code for the verification of .debug_info section.Spyridoula Gravani2017-07-181-2/+0
* [DWARF] Introduce verification for the unit header chain in .debug_info secti...Spyridoula Gravani2017-07-131-0/+2
* [DWARF] Fixing a bug with processing of DWARF v5 indexed strings in Mach-O ob...Wolfgang Pieb2017-07-131-4/+4
* Don't expose a map in the DWARFContext interface.Rafael Espindola2017-07-121-6/+6
* [DWARF] - Rename variable. NFC.George Rimar2017-07-101-3/+3
* [DWARF] - Remove unused variables. NFC.George Rimar2017-07-101-6/+2
* Fix variable names. NFC.Rafael Espindola2017-07-071-18/+18
* 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
OpenPOWER on IntegriCloud