This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e983329c584 [X86] Merge ADDSUB/SUBADD detection into single methods tha [...] new f6f2e196818 Revert r327721 "This patch fixes the invalid usage of OptSi [...] new 025ee4f9cce [IR] Avoid the need to prefix MS C++ symbols with '\01'
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: docs/LangRef.rst | 15 ++-- docs/ReleaseNotes.rst | 3 + include/llvm/IR/DataLayout.h | 6 ++ lib/CodeGen/MachineCombiner.cpp | 6 +- lib/IR/Mangler.cpp | 12 ++- test/CodeGen/X86/mangle-question-mark.ll | 60 +++++++++++++ test/MC/COFF/symbol-mangling.ll | 17 ---- unittests/IR/CMakeLists.txt | 1 + unittests/IR/ManglerTest.cpp | 140 +++++++++++++++++++++++++++++++ 9 files changed, 233 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/X86/mangle-question-mark.ll delete mode 100644 test/MC/COFF/symbol-mangling.ll create mode 100644 unittests/IR/ManglerTest.cpp