This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a17a5fa0b67 For llvm-objdump and Mach-O files, fix the printing of modu [...] new 13041108baf [X86] Don't use the MSVC stack protector names on mingw new 287b901befd [ObjCARC] Add funclet token to ARC marker
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: lib/Target/X86/X86ISelLowering.cpp | 11 +- lib/Transforms/ObjCARC/ObjCARCContract.cpp | 35 ++++- test/CodeGen/X86/stack-protector.ll | 172 ++++++++++++++++++++- test/CodeGen/X86/win32-ssp.ll | 29 ++++ test/Transforms/ObjCARC/contract-marker-funclet.ll | 61 ++++++++ 5 files changed, 296 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/X86/win32-ssp.ll create mode 100644 test/Transforms/ObjCARC/contract-marker-funclet.ll