This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-defconfig in repository toolchain/ci/llvm-monorepo.
from 9496c2a8b0c [NewPM] Port tsan adds 0c36c9bcb60 Fix clang for r350647: Missed a function rename adds f8908237505 [Sema] Teach Clang that aligned allocation is not supported [...] adds 911a02ad6f4 Work around a linker error caused by https://reviews.llvm.o [...] adds a142ba61df4 Convert to LLDB coding style (NFC) adds 4d6e51bf22a [PdbAstBuilder] Remove unused functions adds cd7e1b3aecc Revert "Work around a linker error caused by https://review [...] adds b9906daf103 Revert "Revert "Revert "Resubmit rL345008 "Split MachinePip [...] adds 73d9416df70 Don't write #include "Windows/WindowsSupport.h" from the Wi [...] adds d136d84ccce [llvm-undname] Add support for demangling msvc's noexcept types. new a74266858a8 Fix go bindings for r350647: missed a function rename
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: clang/include/clang/Basic/AlignedAllocation.h | 4 +- clang/lib/CodeGen/BackendUtil.cpp | 5 +- .../test/Driver/unavailable_aligned_allocation.cpp | 8 +- .../SemaCXX/unavailable_aligned_allocation.cpp | 12 +- .../support.dynamic/libcpp_deallocate.sh.cpp | 8 +- .../memory/aligned_allocation_macro.pass.cpp | 19 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 14 +- .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 17 - llvm/bindings/go/llvm/InstrumentationBindings.cpp | 3 +- llvm/include/llvm/CodeGen/MachinePipeliner.h | 615 --------------------- llvm/include/llvm/Demangle/MicrosoftDemangle.h | 2 +- .../include/llvm/Demangle/MicrosoftDemangleNodes.h | 3 + llvm/lib/CodeGen/MachinePipeliner.cpp | 600 +++++++++++++++++++- llvm/lib/Demangle/MicrosoftDemangle.cpp | 9 +- llvm/lib/Demangle/MicrosoftDemangleNodes.cpp | 3 + llvm/lib/Support/Windows/Threading.inc | 2 +- llvm/test/Demangle/ms-cxx17-noexcept.test | 25 + 17 files changed, 676 insertions(+), 673 deletions(-) delete mode 100644 llvm/include/llvm/CodeGen/MachinePipeliner.h create mode 100644 llvm/test/Demangle/ms-cxx17-noexcept.test