This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c33e1469f0 [CFG] [analyzer] Add construction contexts for loop conditio [...] new fe8aa0dc7c [OpenCL] Add 'denorms-are-zero' function attribute new 441fe353ae Fix -Wunused-variable warnings after r330377. new 94dcd94917 [NEON] Add a comment explaining the situation with vget_high [...] new c20c0af345 [Driver] Support for -save-stats in AddGoldPlugin. new d2a426651d [CUDA] Register relocatable GPU binaries new a2c575b96d [CUDA] Document recent changes new 63a6010590 clang-cl: Accept (and ignore) /Zc:__cplusplus.
The 7 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: docs/ReleaseNotes.rst | 12 ++++ include/clang/Basic/arm_neon.td | 4 ++ include/clang/Driver/CLCompatOptions.td | 3 +- include/clang/Driver/Options.td | 2 +- lib/Analysis/ConstructionContext.cpp | 4 +- lib/CodeGen/CGCUDANV.cpp | 121 +++++++++++++++++++++++++++----- lib/CodeGen/CGCall.cpp | 4 ++ lib/Driver/ToolChains/Ananas.cpp | 7 +- lib/Driver/ToolChains/Clang.cpp | 28 +------- lib/Driver/ToolChains/CloudABI.cpp | 7 +- lib/Driver/ToolChains/CommonArgs.cpp | 43 ++++++++++-- lib/Driver/ToolChains/CommonArgs.h | 9 ++- lib/Driver/ToolChains/FreeBSD.cpp | 7 +- lib/Driver/ToolChains/Gnu.cpp | 7 +- test/CodeGenCUDA/device-stub.cu | 111 +++++++++++++++++------------ test/CodeGenOpenCL/denorms-are-zero.cl | 32 +++++---- test/Driver/cl-options.c | 9 +++ test/Driver/save-stats.c | 8 +++ 18 files changed, 296 insertions(+), 122 deletions(-)