This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b8333ea1b7 [Preamble] Empty preamble is not an error. new 0e6cfa4e8a [CodeGen] Merge identical block descriptor global variables.
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/CGBlocks.cpp | 403 ++++++++++++++------- lib/CodeGen/CGBlocks.h | 3 + lib/CodeGen/CGObjCMac.cpp | 59 ++- lib/CodeGen/CGObjCRuntime.h | 4 + test/CodeGenCXX/blocks.cpp | 12 +- test/CodeGenObjC/arc-blocks.m | 13 +- .../arc-captured-32bit-block-var-layout-2.m | 3 +- test/CodeGenObjC/fragile-arc.m | 4 +- test/CodeGenObjC/noescape.m | 6 +- 9 files changed, 359 insertions(+), 148 deletions(-)