This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 726918e196 Fix __builtin_assume_aligned with too large values. new f638ec612b Revert 374450 "Fix __builtin_assume_aligned with too large values." new dea3d1b9fe Fix some errors in <arm_neon.h> tests that cause them to fai [...]
The 2 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/Basic/DiagnosticSemaKinds.td | 4 ---- lib/CodeGen/CGBuiltin.cpp | 3 ++- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGExprScalar.cpp | 3 ++- lib/CodeGen/CGStmtOpenMP.cpp | 9 ++++----- lib/CodeGen/CodeGenFunction.cpp | 17 ++++++++++++++++- lib/CodeGen/CodeGenFunction.h | 7 ++++++- lib/Sema/SemaChecking.cpp | 10 ---------- test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 6 +++--- test/CodeGen/arm64-vrnd.c | 14 +++++++------- test/Sema/builtin-assume-aligned.c | 4 ---- 11 files changed, 41 insertions(+), 38 deletions(-)