This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 45ff6456d26 [TableGen] Improve error reporting of overlapping definitio [...] new f35391129a1 Handle llvm.launder.invariant.group in msan. new c9f1b7f4c3c Fix inconsistent indentation in TableGen.cpp
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: lib/Transforms/Instrumentation/MemorySanitizer.cpp | 9 ++ .../MemorySanitizer/msan_llvm_launder_invariant.ll | 38 ++++++ .../MemorySanitizer/msan_llvm_strip_invariant.ll | 21 ++++ utils/TableGen/TableGen.cpp | 132 ++++++++++----------- 4 files changed, 132 insertions(+), 68 deletions(-) create mode 100644 test/Instrumentation/MemorySanitizer/msan_llvm_launder_invariant.ll create mode 100644 test/Instrumentation/MemorySanitizer/msan_llvm_strip_invariant.ll