summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-031-1/+1
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-3013-56/+78
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-301-4/+24
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-301-0/+19
* [DWARF] Added verification checks for the .apple_names section.Spyridoula Gravani2017-06-292-3/+102
* [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
* [CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-2911-46/+127
* Introduce symbol cache to PDB NativeSessionAdrian McCarthy2017-06-282-5/+20
* 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
* [pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner2017-06-251-6/+18
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-8/+28
* [DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko2017-06-237-35/+61
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-232-1/+18
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-16/+36
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-231-0/+8
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-231-0/+8
* Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy2017-06-222-2/+5
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-225-10/+17
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-222-5/+4
* [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb2017-06-211-1/+17
* [PDB] Add symbols to the PDBReid Kleckner2017-06-211-0/+82
* [PDB] Don't write uninitialized bytes to a PDB file.Zachary Turner2017-06-202-0/+3
* Remove convenient but probably not worthwhile macro for lambda workaroundDavid Blaikie2017-06-191-15/+18
* [PDB] Start emitting source file and line informationReid Kleckner2017-06-193-12/+32
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-193-2/+12
* Delete TypeDatabase.Zachary Turner2017-06-185-585/+86
* Don't crash if a type record can't be found.Zachary Turner2017-06-171-0/+9
* [CodeView] Fix random access of type names.Zachary Turner2017-06-163-10/+258
* Remove some dead code / includes.Zachary Turner2017-06-162-4/+0
* [DWARF] Corrected behavior for when no .apple_names section is present in the...Spyridoula Gravani2017-06-161-3/+3
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-153-9/+17
* [llvm-pdbutil] Add back support for dumping file checksums.Zachary Turner2017-06-151-0/+9
* [llvm-pdbutil] Add back the ability to dump hashes and index offsets.Zachary Turner2017-06-151-0/+1
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-155-77/+96
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-155-96/+77
* [DWARF] Removed dead code. The verifier functionality is provided bySpyridoula Gravani2017-06-151-242/+0
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-155-77/+96
* Specified ReportError as noreturn friendly to old compilers.Galina Kistanova2017-06-141-9/+14
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-148-38/+67
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-147-65/+37
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-147-37/+65
* 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
OpenPOWER on IntegriCloud