This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ccfb6f1d2d [OPENMP][NVPTX]Added extra sync point to the inter-warp copy [...] new 6682997445 Generate objc intrinsics instead of runtime calls as the ARC [...]
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: lib/CodeGen/CGObjC.cpp | 165 ++++++----- lib/CodeGen/CodeGenModule.h | 4 + test/CodeGenObjC/arc-arm.m | 4 +- test/CodeGenObjC/arc-block-copy-escape.m | 4 +- test/CodeGenObjC/arc-blocks.m | 150 +++++----- test/CodeGenObjC/arc-bridged-cast.m | 16 +- test/CodeGenObjC/arc-exceptions.m | 8 +- test/CodeGenObjC/arc-foreach.m | 28 +- test/CodeGenObjC/arc-i386.m | 4 +- test/CodeGenObjC/arc-linetable-autorelease.m | 4 +- test/CodeGenObjC/arc-linetable.m | 10 +- test/CodeGenObjC/arc-literals.m | 60 ++-- test/CodeGenObjC/arc-loadweakretained-release.m | 12 +- test/CodeGenObjC/arc-no-runtime.m | 8 +- test/CodeGenObjC/arc-precise-lifetime.m | 54 ++-- test/CodeGenObjC/arc-property.m | 20 +- test/CodeGenObjC/arc-related-result-type.m | 8 +- test/CodeGenObjC/arc-ternary-op.m | 26 +- test/CodeGenObjC/arc-unbridged-cast.m | 2 +- test/CodeGenObjC/arc-unopt.m | 8 +- test/CodeGenObjC/arc-unoptimized-byref-var.m | 4 +- test/CodeGenObjC/arc-unsafeclaim.m | 44 +-- test/CodeGenObjC/arc-weak-property.m | 8 +- test/CodeGenObjC/arc-weak.m | 4 +- test/CodeGenObjC/arc-with-atthrow.m | 4 +- test/CodeGenObjC/arc.ll | 10 +- test/CodeGenObjC/arc.m | 322 ++++++++++----------- test/CodeGenObjC/autorelease.m | 6 +- test/CodeGenObjC/debug-info-block-line.m | 8 +- test/CodeGenObjC/empty-collection-literals.m | 12 +- test/CodeGenObjC/fragile-arc.m | 24 +- test/CodeGenObjC/mrc-weak.m | 40 +-- test/CodeGenObjC/noescape.m | 8 +- test/CodeGenObjC/ns_consume_null_check.m | 16 +- test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m | 24 +- test/CodeGenObjC/nsvalue-objc-boxable-mac-arc.m | 24 +- test/CodeGenObjC/objc-arc-container-subscripting.m | 6 +- test/CodeGenObjC/os_log.m | 8 +- test/CodeGenObjC/parameterized_classes.m | 6 +- test/CodeGenObjC/stret-lifetime.m | 2 +- test/CodeGenObjC/strong-in-c-struct.m | 20 +- test/CodeGenObjC/weak-in-c-struct.m | 20 +- test/CodeGenObjCXX/arc-attrs.mm | 8 +- test/CodeGenObjCXX/arc-blocks.mm | 22 +- test/CodeGenObjCXX/arc-constexpr.mm | 18 +- test/CodeGenObjCXX/arc-cxx11-init-list.mm | 10 +- test/CodeGenObjCXX/arc-exceptions.mm | 20 +- test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 8 +- test/CodeGenObjCXX/arc-globals.mm | 8 +- test/CodeGenObjCXX/arc-indirect.mm | 2 +- test/CodeGenObjCXX/arc-move.mm | 10 +- test/CodeGenObjCXX/arc-new-delete.mm | 28 +- test/CodeGenObjCXX/arc-pseudo-destructors.mm | 8 +- test/CodeGenObjCXX/arc-references.mm | 22 +- .../arc-returns-inner-reference-ptr.mm | 4 +- test/CodeGenObjCXX/arc-special-member-functions.mm | 20 +- test/CodeGenObjCXX/arc-weak.mm | 8 +- test/CodeGenObjCXX/arc.mm | 96 +++--- test/CodeGenObjCXX/block-nested-in-lambda.mm | 16 +- test/CodeGenObjCXX/destroy.mm | 4 +- test/CodeGenObjCXX/lambda-expressions.mm | 10 +- test/CodeGenObjCXX/literals.mm | 44 +-- .../CodeGenObjCXX/microsoft-abi-arc-param-order.mm | 4 +- test/CodeGenObjCXX/mrc-weak.mm | 40 +-- test/CodeGenObjCXX/objc-weak.mm | 14 +- test/SemaObjC/arc-objc-lifetime-conflict.m | 14 +- 66 files changed, 836 insertions(+), 817 deletions(-)