This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d596b3b3d5 [dsymutil] Fix use-after-free when sys::path::append grows [...] new a479f0531bd [x86] add tests for vector fdiv with splat divisor; NFC new 29a5944cbfa llvm-undname: Support demangling the spaceship operator
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: include/llvm/Demangle/MicrosoftDemangleNodes.h | 4 +- lib/Demangle/MicrosoftDemangle.cpp | 5 +- lib/Demangle/MicrosoftDemangleNodes.cpp | 5 +- test/CodeGen/X86/fdiv-combine-vec.ll | 101 +++++++++++++++++++++++++ test/Demangle/ms-cxx20.test | 9 +++ 5 files changed, 117 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/X86/fdiv-combine-vec.ll create mode 100644 test/Demangle/ms-cxx20.test