This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f72a277dbb8 [X86] Correct the cost of (v4i32 (fptoui (v4f64))) under AVX512F. new 6e3e8a765ed [MS Demangler] Re-write the Microsoft demangler.
The 1 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/Demangle/CMakeLists.txt | 1 + lib/Demangle/MicrosoftDemangle.cpp | 2723 ++++++++++------------------- lib/Demangle/MicrosoftDemangleNodes.cpp | 590 +++++++ lib/Demangle/MicrosoftDemangleNodes.h | 705 ++++++++ test/Demangle/ms-basic.test | 7 +- test/Demangle/ms-operators.test | 4 +- test/Demangle/ms-templates-memptrs-2.test | 6 +- test/Demangle/ms-templates-memptrs.test | 9 +- 8 files changed, 2199 insertions(+), 1846 deletions(-) create mode 100644 lib/Demangle/MicrosoftDemangleNodes.cpp create mode 100644 lib/Demangle/MicrosoftDemangleNodes.h