This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6d9a85 [GlobalISel] Don't translate other blocks when one failed. new 93e76ec Implement some methods for NativeRawSymbol new 734e4c3 [msan] Fix instrumentation of array allocas.
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/DIA/DIASession.h | 2 +- include/llvm/DebugInfo/PDB/IPDBSession.h | 2 +- .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 5 +- include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +- lib/DebugInfo/PDB/DIA/DIASession.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 19 +++++-- lib/DebugInfo/PDB/Native/NativeSession.cpp | 9 +++- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 13 ++--- test/Instrumentation/MemorySanitizer/alloca.ll | 59 ++++++++++++++++++++++ 9 files changed, 97 insertions(+), 16 deletions(-) create mode 100644 test/Instrumentation/MemorySanitizer/alloca.ll