This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 977531d [CodeGen] Provide an appropriate alignment for dynamic allocas new 8b914ba [Driver][OpenMP] Build jobs for OpenMP offloading actions for [...] new 1e029ac [Driver][OpenMP] Add logic for offloading-specific argument t [...]
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/Driver/Compilation.h | 35 ++++-- include/clang/Driver/Options.td | 2 + include/clang/Driver/ToolChain.h | 9 +- lib/Driver/Compilation.cpp | 9 +- lib/Driver/Driver.cpp | 25 ++-- lib/Driver/MSVCToolChain.cpp | 2 +- lib/Driver/ToolChains.cpp | 56 ++++++++- lib/Driver/ToolChains.h | 19 ++-- lib/Driver/Tools.cpp | 228 ++++++++++++++++++++++++++++++++----- test/Driver/openmp-offload.c | 101 ++++++++++++++++ 10 files changed, 421 insertions(+), 65 deletions(-)