This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0245f1cd627 [AMDGPU] change test to avoid NaN math new e8989cc97b9 Make ConstantDataArray::get constructor templated. Will sup [...] new c010893e584 Support embedding natvis files in PDBs.
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: .../CodeView/DebugStringTableSubsection.h | 14 +- include/llvm/DebugInfo/PDB/Native/HashTable.h | 5 +- include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 32 ++++- .../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 13 ++ include/llvm/DebugInfo/PDB/Native/RawConstants.h | 2 + include/llvm/DebugInfo/PDB/Native/RawTypes.h | 28 ++++ include/llvm/IR/Constants.h | 22 ++- include/llvm/IR/Type.h | 14 ++ .../CodeView/DebugChecksumsSubsection.cpp | 2 +- lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +- .../CodeView/DebugStringTableSubsection.cpp | 25 ++-- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 + lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 150 +++++++++++++++++++-- lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 23 ++++ lib/IR/Constants.cpp | 34 ----- tools/llvm-pdbutil/DumpOutputStyle.cpp | 29 ++++ tools/llvm-pdbutil/DumpOutputStyle.h | 1 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 + tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 19 files changed, 333 insertions(+), 73 deletions(-)