This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3410781dff Make the "too many braces in scalar initialization" extensio [...] new dc3613c1b0 [CodeGen] Generate llvm.loop.parallel_accesses instead of ll [...] new 0b2c3959f1 [driver] [analyzer] Fix a backward compatibility issue after [...]
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: lib/CodeGen/CGLoopInfo.cpp | 40 ++-- lib/CodeGen/CGLoopInfo.h | 5 + lib/Driver/ToolChains/Clang.cpp | 13 +- ...value.c => invalid-a-na-ly-zer-con-fig-value.c} | 8 + test/Analysis/invalid-analyzer-config-value.c | 4 + .../pragma-loop-safety-imperfectly_nested.cpp | 32 ++++ test/CodeGenCXX/pragma-loop-safety-nested.cpp | 18 +- test/CodeGenCXX/pragma-loop-safety-outer.cpp | 12 +- test/CodeGenCXX/pragma-loop-safety.cpp | 32 ++-- test/OpenMP/for_codegen.cpp | 14 +- test/OpenMP/for_simd_codegen.cpp | 16 +- test/OpenMP/loops_explicit_clauses_codegen.cpp | 32 ++-- test/OpenMP/ordered_codegen.cpp | 12 +- test/OpenMP/parallel_for_simd_codegen.cpp | 16 +- test/OpenMP/schedule_codegen.cpp | 84 ++++----- test/OpenMP/simd_codegen.cpp | 204 ++++++++++----------- test/OpenMP/simd_metadata.c | 29 +-- test/OpenMP/target_parallel_for_simd_codegen.cpp | 2 +- test/OpenMP/target_simd_codegen.cpp | 2 +- test/OpenMP/taskloop_simd_codegen.cpp | 38 ++-- 20 files changed, 348 insertions(+), 265 deletions(-) copy test/Analysis/{invalid-analyzer-config-value.c => invalid-a-na-ly-zer-con-fig [...] create mode 100644 test/CodeGenCXX/pragma-loop-safety-imperfectly_nested.cpp