summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-2912-94/+96
* [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
* [DWARF] NFC: Make string-offset handling more like address-table handling; Paul Robinson2017-06-272-12/+3
* [DWARF] NFC: Give DwarfFormat a 1-byte base type.Paul Robinson2017-06-261-2/+2
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-265-150/+99
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-234-19/+21
* [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb2017-06-211-1/+17
* Remove convenient but probably not worthwhile macro for lambda workaroundDavid Blaikie2017-06-191-15/+18
* [DWARF] Corrected behavior for when no .apple_names section is present in the...Spyridoula Gravani2017-06-161-3/+3
* [DWARF] Removed dead code. The verifier functionality is provided bySpyridoula Gravani2017-06-151-242/+0
* Specified ReportError as noreturn friendly to old compilers.Galina Kistanova2017-06-141-9/+14
* Added partial verification for .apple_names accelerator table in llvm-dwarfdu...Spyridoula Gravani2017-06-143-0/+46
* Reverted r305339 as MSVC is not happy with noreturn in lambda.Galina Kistanova2017-06-131-1/+2
* Specified LLVM_ATTRIBUTE_NORETURN for ReportError.Galina Kistanova2017-06-131-2/+1
* dwarfdump: Handle relocs to zlib (.zdebug*) compressed sectionsDavid Blaikie2017-06-101-1/+1
* Added llvm_unreachable as ReportError cannot be specified as noreturn.Galina Kistanova2017-06-101-0/+1
* Update libdeps to add BinaryFormat, introduced in r304864.NAKAMURA Takumi2017-06-071-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-079-9/+12
* Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl2017-06-063-20/+25
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0613-17/+17
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-063-33/+176
* [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
OpenPOWER on IntegriCloud