This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 752f03f59c [NEON] Define vget_high_f16() and vget_low_f16() intrinsics [...] new 941cb2aa57 Add a command line option 'fregister_global_dtors_with_atexi [...]
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/clang/Driver/Options.td | 4 +++ include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/CGDeclCXX.cpp | 3 ++ lib/CodeGen/CodeGenFunction.h | 3 ++ lib/CodeGen/CodeGenModule.cpp | 6 ++++ lib/CodeGen/CodeGenModule.h | 6 ++++ lib/CodeGen/ItaniumCXXABI.cpp | 50 +++++++++++++++++++++++++++ lib/Driver/ToolChains/Clang.cpp | 5 +++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/constructor-attribute.c | 56 ++++++++++++++++++++++++++++--- test/Driver/cxa-atexit.cpp | 15 +++++++++ test/Driver/rewrite-legacy-objc.m | 6 ++-- test/Driver/rewrite-objc.m | 2 +- 13 files changed, 150 insertions(+), 9 deletions(-)