This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66d11c88dc7 [X86] XFormVExtractWithShuffleIntoLoad - handle shuffle mas [...] new 0d8b491b7ee [ObjC][ARC] Upgrade calls to ARC runtime functions to intri [...]
The 1 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/IR/AutoUpgrade.h | 4 ++ lib/Bitcode/Reader/BitcodeReader.cpp | 1 + lib/IR/AutoUpgrade.cpp | 82 +++++++++++++++++++++++++----- test/Bitcode/upgrade-arc-runtime-calls.bc | Bin 0 -> 2896 bytes test/Bitcode/upgrade-arc-runtime-calls.ll | 75 +++++++++++++++++++++++++++ test/Bitcode/upgrade-clang-arc-use.ll | 4 +- test/Bitcode/upgrade-mrr-runtime-calls.bc | Bin 0 -> 2720 bytes 7 files changed, 150 insertions(+), 16 deletions(-) create mode 100644 test/Bitcode/upgrade-arc-runtime-calls.bc create mode 100644 test/Bitcode/upgrade-arc-runtime-calls.ll create mode 100644 test/Bitcode/upgrade-mrr-runtime-calls.bc