OSDN Git Service

Merging r338665:
[android-x86/external-llvm.git] / lib / DebugInfo / CodeView /
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-30 Alexandre GaneaThis fixes a crash when a second pass is required for...
2018-06-29 Zachary Turner[CodeView] Correctly compute the name of S_PROCREF...
2018-05-17 Zachary TurnerResubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
2018-05-17 Zachary TurnerRevert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
2018-05-17 Zachary Turner[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
2018-05-17 Reid Kleckner[codeview] Include record prefix in global type hashing
2018-04-16 Brock Wyma[CodeView] Initial support for emitting S_THUNK32 symbo...
2018-04-13 Mandeep Singh Grang[DebugInfo] Change std::sort to llvm::sort in response...
2018-04-10 Alexandre Ganea[DebugInfo][COFF] Fix reading variable-length encoded...
2018-04-10 Alexandre GaneaFix line endings (CR/LF -> LF) introduced by rL329613
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-04-01 Mandeep Singh Grang[DebugInfo] Change std::sort to llvm::sort in response...
2018-03-23 Zachary Turner[PDB] Make our PDBs look more like MS PDBs.
2018-03-22 Zachary Turner[Codeview/PDB] Rename some methods for clarity.
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Zachary TurnerResubmit "Support embedding natvis files in PDBs."
2018-03-19 Zachary TurnerRevert "Support embedding natvis files in PDBs."
2018-03-19 Zachary TurnerSupport embedding natvis files in PDBs.
2018-02-27 Reid Kleckner[CodeView] Lower __restrict and other pointer qualifier...
2018-02-27 Reid Kleckner[codeview] Remove unused variable
2018-01-30 Zachary Turner[CodeView] Micro-optimizations to speed up type merging.
2018-01-18 Zachary TurnerSpeed up iteration of CodeView record streams.
2017-12-14 Zachary Turner[COFF] Teach LLD to use the COFF .debug$H section.
2017-12-13 Zachary Turner[CodeView] Teach clang to emit the .debug$H COFF section.
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/DebugInfo.
2017-12-07 Zachary Turner[DebugInfo] Fix register variables not showing up in...
2017-12-05 Zachary TurnerTeach llvm-pdbutil to dump types from object files.
2017-12-05 Zachary TurnerFix -Wmissing-braces error.
2017-12-05 Zachary Turner[CodeView] Add support for content hashing CodeView...
2017-11-30 Zachary TurnerSimplify the DenseSet used for hashing CodeView records.
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-29 Zachary Turner[CodeView] Factor some code out of TypeTableBuilder.
2017-11-29 Zachary TurnerMake TypeTableBuilder inherit from TypeCollection.
2017-11-29 Zachary TurnerFix a warning.
2017-11-28 Zachary Turner[NFC] Minor cleanups in CodeView TypeTableBuilder.
2017-11-28 Rafael EspindolaFix non assert build warnings.
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-10-24 Reid Kleckner[codeview] Fix handling of S_HEAPALLOCSITE
2017-10-23 Reid Kleckner[codeview] Add support for inlinee lists
2017-10-23 Reid Kleckner[codeview] Recognize two records with no type index...
2017-10-03 Hans WennborgCodeView: Provide a .def file with the register ids
2017-10-02 Hans WennborgCodeView symbol dumper: use symbolic names for registers
2017-09-01 Zachary Turner[llvm-pdbutil] Support dumping CodeView from object...
2017-08-21 Zachary Turner[PDB] Serialize records into a stack-allocated buffer.
2017-08-17 Zachary TurnerRemove unused variable.
2017-08-17 Zachary Turner[llvm-pdbutil] Fix some dumping issues.
2017-08-11 Zachary Turner[LLD/PDB] Write actual records to the globals stream.
2017-08-08 Zachary Turner[PDB] Fix linking of function symbols and local variables.
2017-07-26 Reid Kleckner[PDB] Improve GSI hash table dumping for publics and...
2017-07-24 Reid Kleckner[codeview] Emit 'D' as the cv source language for D...
2017-07-17 Reid Kleckner[codeview] Fix YAML for LF_TYPESERVER2 by hoisting...
2017-07-17 Reid Kleckner[codeview] Don't use the type visitor to merge types
2017-07-17 Reid Kleckner[codeview] Remove TypeServerHandler and PDBTypeServerHa...
2017-07-15 Reid Kleckner[CodeView] Dump BuildInfoSym and ProcSym type indices
2017-07-13 Reid Kleckner[PDB] Fix type server handling for archives
2017-07-11 Reid Kleckner[codeview] Change readobj symbol dumping format
2017-07-11 Reid Kleckner[codeview] Fix type index discovery for four symbol...
2017-06-30 Eugene Zelenko[CodeView, PDB] Fix some Clang-tidy modernize and Inclu...
2017-06-30 Zachary Turner[llvm-pdbutil] Output the symbol offset when dumping.
2017-06-30 Zachary Turner[llvm-pdbutil] Add the ability to dump the dependency...
2017-06-29 Eugene Zelenko[CodeView] Fix some Clang-tidy modernize-use-using...
2017-06-23 Zachary Turner[llvm-pdbutil] Dump raw bytes of type and id records.
2017-06-21 Reid Kleckner[PDB] Add symbols to the PDB
2017-06-19 Reid Kleckner[PDB] Start emitting source file and line information
2017-06-19 Reid Kleckner[CodeView] Fix dumping of public symbol record flags
2017-06-18 Zachary TurnerDelete TypeDatabase.
2017-06-17 Zachary TurnerDon't crash if a type record can't be found.
2017-06-16 Zachary Turner[CodeView] Fix random access of type names.
2017-06-16 Zachary TurnerRemove some dead code / includes.
2017-06-15 Zachary Turner[llvm-pdbutil] Add support for dumping lines and inline...
2017-06-15 Zachary TurnerResubmit "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary TurnerRevert "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Zachary Turner[llvm-pdbutil] rewrite the "raw" output style.
2017-06-14 Zachary TurnerResubmit "[codeview] Make obj2yaml/yaml2obj support...
2017-06-14 Zachary TurnerRevert "[codeview] Make obj2yaml/yaml2obj support ...
2017-06-14 Zachary Turner[codeview] Make obj2yaml/yaml2obj support .debug$S...
2017-06-12 Sylvestre LedruSame expressions on both sides of the return
2017-06-09 Zachary Turner[pdb] Support CoffSymbolRVA debug subsection.
2017-06-09 Zachary TurnerAllow VarStreamArray to use stateful extractors.
2017-06-09 Bob Haarman[codeview] use 32-bit integer for RelocOffset in DebugL...
2017-06-09 Zachary Turner[pdb] Don't crash on unknown debug subsections.
2017-06-09 Zachary Turner[CodeView] Support remaining debug subsection types
2017-06-08 Zachary Turner[llvm-pdbdump] Support native ordering of subsections...
2017-06-05 Zachary Turner[CodeView] Fix endianness bug.
2017-06-05 Zachary Turner[CodeView] Handle Cross Module Imports and Exports.
2017-06-02 Zachary Turner[CodeView] Support CodeView subsections in any order.
2017-06-01 Zachary TurnerFix 2 more -Wreorder warnings.
2017-06-01 Zachary Turner[CodeView] Properly align symbol records on read/write.
2017-05-30 Zachary Turner[CodeView] Move CodeView YAML code to ObjectYAML.
2017-05-30 Zachary Turner[CodeView] Add more DebugSubsection implementations.
2017-05-30 Zachary Turner[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
2017-05-25 Zachary TurnerRemove unused member.
2017-05-25 Zachary Turner[CV Type Merging] Find nested type indices faster.
2017-05-25 Zachary Turner[CodeView Type Merging] Don't keep re-allocating temp...
2017-05-25 Zachary Turner[CodeView Type Merging] Avoid record deserialization...
2017-05-24 Zachary TurnerDon't do a full scan of the type stream before processi...
2017-05-23 Zachary Turner[CodeView] Eliminate redundant hashes and allocations.
2017-05-23 Reid KlecknerSpeculative build fix for non-Windows
2017-05-23 Reid Kleckner[PDB] Hash types up front when merging types instead...
next