This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 262370b [Hexagon] Use loop data prefetch on Hexagon new 6406b60 [pdb] Round-trip module & file info to/from YAML. new 44bd3bd [pdb] Move file layout header structs to RawTypes.h
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 29 +--- include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h | 31 +++- include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 7 +- include/llvm/DebugInfo/PDB/Raw/RawConstants.h | 2 + include/llvm/DebugInfo/PDB/Raw/RawError.h | 3 + include/llvm/DebugInfo/PDB/Raw/RawTypes.h | 179 +++++++++++++++++++++ lib/DebugInfo/CodeView/StreamWriter.cpp | 3 +- lib/DebugInfo/PDB/Raw/DbiStream.cpp | 123 +++++++------- lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 185 ++++++++++++++++++++-- lib/DebugInfo/PDB/Raw/ModInfo.cpp | 58 +------ lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 2 +- lib/DebugInfo/PDB/Raw/RawError.cpp | 6 + tools/llvm-pdbdump/PdbYaml.cpp | 7 + tools/llvm-pdbdump/PdbYaml.h | 14 ++ tools/llvm-pdbdump/YAMLOutputStyle.cpp | 14 ++ tools/llvm-pdbdump/llvm-pdbdump.cpp | 15 ++ tools/llvm-pdbdump/llvm-pdbdump.h | 2 + 17 files changed, 515 insertions(+), 165 deletions(-)