This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 37d2a3546f0 [TableGen] Avoid self getPredicates() != comparison. NFCI. new 5ae4a74cc0d [ConstantFolding] add tests for funnel shift intrinsics; NFC new fc96bec77d1 [TableGen] TypeSetByHwMode::operator== optimization new 8d7767b85e2 [MS Demangler] Don't fail on MD5-mangled names. new 404ae7db546 [MS Demangler] Demangle string literals. new 89bba358f5f Add support for AVX-512 CodeView registers.
The 5 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: .../llvm/DebugInfo/CodeView/CodeViewRegisters.def | 59 ++ lib/Demangle/MicrosoftDemangle.cpp | 414 ++++++++++- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 284 ++++---- test/Analysis/ConstantFolding/funnel-shift.ll | 89 +++ test/Demangle/ms-md5.test | 11 + test/Demangle/ms-string-literals.test | 758 +++++++++++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 18 +- 7 files changed, 1508 insertions(+), 125 deletions(-) create mode 100644 test/Analysis/ConstantFolding/funnel-shift.ll create mode 100644 test/Demangle/ms-md5.test create mode 100644 test/Demangle/ms-string-literals.test