This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4746a181571 [llvm-mca] Revert r340659. NFC. new a5beadf8248 Add data structure to form equivalence classes of mangled names. new 4ad99d4624b Add documentation comment to ForwardTemplateReference. new 8d280d4a1ee Fix ExpandedSpecialSubstitution demangling for Sa and Sb.
The 3 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/ItaniumDemangle.h | 32 ++- .../llvm/Support/ItaniumManglingCanonicalizer.h | 87 ++++++ lib/Support/CMakeLists.txt | 1 + lib/Support/ItaniumManglingCanonicalizer.cpp | 307 ++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + .../Support/ItaniumManglingCanonicalizerTest.cpp | 315 +++++++++++++++++++++ 6 files changed, 738 insertions(+), 5 deletions(-) create mode 100644 include/llvm/Support/ItaniumManglingCanonicalizer.h create mode 100644 lib/Support/ItaniumManglingCanonicalizer.cpp create mode 100644 unittests/Support/ItaniumManglingCanonicalizerTest.cpp