This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0aa9431480 [OPENMP][DOCS]Release notes/OpenMP support updates, NFC. new 8bc98c731f [OpenMP] Add flag for preventing the extension to 64 bits fo [...] new 05d16b5603 [OpenMP] Avoid remainder operations for loop index values on [...]
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: docs/OpenMPSupport.rst | 10 +++ include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/Options.td | 4 + lib/Driver/ToolChains/Clang.cpp | 4 + lib/Frontend/CompilerInvocation.cpp | 5 ++ lib/Sema/SemaOpenMP.cpp | 99 ++++++++++++---------- test/OpenMP/for_codegen.cpp | 1 - test/OpenMP/for_simd_codegen.cpp | 73 +++++++++++++--- ...arget_teams_distribute_parallel_for_codegen.cpp | 25 +++--- test/OpenMP/parallel_for_simd_codegen.cpp | 73 +++++++++++++--- test/OpenMP/simd_codegen.cpp | 77 ++++++++++++++--- 11 files changed, 283 insertions(+), 89 deletions(-)