This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef4200131b9 [MS Demangler] Add rudimentary C++11 Support new 4a5776cc933 [DAGCombiner][TargetLowering] Pass a SmallVector instead of [...] new cbb0dfe533d [MS Demangler] Add ms-return-qualifiers.test.
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/CodeGen/TargetLowering.h | 6 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 10 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/AArch64/AArch64ISelLowering.h | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 4 +- lib/Target/PowerPC/PPCISelLowering.h | 2 +- test/Demangle/ms-cxx11.test | 2 + test/Demangle/ms-return-qualifiers.test | 184 ++++++++++++++++++++++++++++ 9 files changed, 202 insertions(+), 17 deletions(-) create mode 100644 test/Demangle/ms-return-qualifiers.test