This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 690edfcda1c Work around a linker error caused by https://reviews.llvm.o [...] new 6080114c3bf Revert "Work around a linker error caused by https://review [...] new c802439b024 Revert "Revert "Revert "Resubmit rL345008 "Split MachinePip [...] new 51d88162e48 Don't write #include "Windows/WindowsSupport.h" from the Wi [...] new f4448ba2089 [llvm-undname] Add support for demangling msvc's noexcept types.
The 4 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/CodeGen/MachinePipeliner.h | 615 ------------------------- include/llvm/Demangle/MicrosoftDemangle.h | 2 +- include/llvm/Demangle/MicrosoftDemangleNodes.h | 3 + lib/CodeGen/MachinePipeliner.cpp | 600 +++++++++++++++++++++++- lib/Demangle/MicrosoftDemangle.cpp | 9 +- lib/Demangle/MicrosoftDemangleNodes.cpp | 3 + lib/Support/Windows/Threading.inc | 2 +- test/Demangle/ms-cxx17-noexcept.test | 25 + tools/llvm-mca/CMakeLists.txt | 2 - 9 files changed, 634 insertions(+), 627 deletions(-) delete mode 100644 include/llvm/CodeGen/MachinePipeliner.h create mode 100644 test/Demangle/ms-cxx17-noexcept.test