This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1028e2499b5 Handle the lack of a symbol table correctly. new 70e518f5234 [MC] Add support for the .rva assembler directive for COFF targets new d4bb30eca16 [MS Demangler] Demangle pointers to member functions.
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/MC/MCStreamer.h | 5 ++ include/llvm/MC/MCWinCOFFStreamer.h | 1 + lib/Demangle/MicrosoftDemangle.cpp | 136 ++++++++++++++++++++++++------------ lib/Demangle/StringView.h | 2 +- lib/MC/MCAsmStreamer.cpp | 11 +++ lib/MC/MCParser/COFFAsmParser.cpp | 33 +++++++++ lib/MC/MCStreamer.cpp | 2 + lib/MC/MCWinCOFFStreamer.cpp | 19 +++++ test/Demangle/ms-basic.test | 10 +-- test/Demangle/ms-mangle.test | 89 +++++++++++------------ test/MC/COFF/relocation-imgrel.s | 34 ++++++++- 11 files changed, 245 insertions(+), 97 deletions(-)