This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f60438bd2f PPC: Correct Size for GETtlsADDR new f906b5846eb Update the documentation and CMake file for Visual Studio g [...] new 3f3a4fb6ff3 [CodeView Type Merging] Avoid record deserialization when p [...] new d4b1dbe69de [WebAssembly] MC: Include unnamed data when writing wasm files
The 3 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: CMakeLists.txt | 7 + docs/GettingStartedVS.rst | 4 + include/llvm/DebugInfo/CodeView/CVRecord.h | 8 + include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 1 + include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 11 + include/llvm/DebugInfo/CodeView/TypeRecord.h | 1 + include/llvm/DebugInfo/CodeView/TypeSerializer.h | 14 +- include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 6 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 20 +- lib/DebugInfo/CodeView/TypeSerializer.cpp | 90 ++++--- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 277 +++++++++++++-------- lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 8 +- lib/MC/WasmObjectWriter.cpp | 34 ++- test/MC/WebAssembly/unnamed-data.ll | 53 ++++ 14 files changed, 368 insertions(+), 166 deletions(-) create mode 100644 test/MC/WebAssembly/unnamed-data.ll