This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6afb63d7c8 Remove creation of out-of-bounds value of enumeration type ( [...] new def73313d7 [CodeGen][X86] Fix handling of __fp16 vectors.
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/Basic/TargetInfo.h | 8 +++++ lib/Basic/Targets/AArch64.h | 4 +++ lib/Basic/Targets/ARM.h | 4 +++ lib/Basic/Targets/X86.h | 4 +++ lib/CodeGen/CGExprConstant.cpp | 2 +- lib/CodeGen/CGExprScalar.cpp | 12 +++---- lib/CodeGen/CodeGenTypes.cpp | 8 ++--- lib/Sema/SemaExpr.cpp | 3 +- test/CodeGen/fp16-ops.c | 55 ++++++++++++-------------------- test/CodeGen/fp16vec-ops.c | 1 + test/CodeGenCXX/float16-declarations.cpp | 21 ++++-------- test/CodeGenCXX/fp16-mangle.cpp | 4 +-- 12 files changed, 63 insertions(+), 63 deletions(-)