This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d2e749e [mips] Add support for static model on N64 new 5e99622 [OpenCL] Add missing address spaces in IR generation of blocks
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/AST/Expr.cpp | 5 +- lib/CodeGen/CGBlocks.cpp | 79 ++++++++++++++++++++------ lib/CodeGen/CGBuiltin.cpp | 46 ++++++++------- lib/Sema/SemaExpr.cpp | 23 +++++++- lib/Sema/SemaType.cpp | 6 +- test/CodeGenOpenCL/blocks.cl | 19 +++++++ test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 47 ++++++++------- test/SemaOpenCL/invalid-block.cl | 32 +++++++---- 8 files changed, 177 insertions(+), 80 deletions(-) create mode 100644 test/CodeGenOpenCL/blocks.cl