This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aadc688c8ea [X86] Don't check for VBROADCAST_LOAD being a user of the s [...] new 551211dc566 [Demangle] Add a few more options to the microsoft demangler new 24138245269 [LLDB] [Windows] Initial support for ARM64 register contexts
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/Demangle.h | 9 ++++- include/llvm/Demangle/MicrosoftDemangleNodes.h | 3 ++ lib/Demangle/MicrosoftDemangle.cpp | 12 ++++++- lib/Demangle/MicrosoftDemangleNodes.cpp | 49 ++++++++++++++++---------- test/Demangle/ms-options.test | 14 ++++++++ tools/llvm-undname/llvm-undname.cpp | 20 +++++++++++ utils/lit/lit/llvm/config.py | 2 ++ 7 files changed, 88 insertions(+), 21 deletions(-) create mode 100644 test/Demangle/ms-options.test