This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e9c115b [Driver][OpenMP] Add support to create jobs for bundling actions. new af2b453 [Driver][OpenMP] Add support to create jobs for unbundling actions.
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/Driver/Action.h | 9 ++- include/clang/Driver/Driver.h | 8 +-- include/clang/Driver/Tool.h | 14 +++++ lib/Driver/Action.cpp | 13 ++-- lib/Driver/Driver.cpp | 140 +++++++++++++++++++++++++++++++----------- lib/Driver/Tool.cpp | 10 +++ lib/Driver/Tools.cpp | 66 +++++++++++++++++++- lib/Driver/Tools.h | 4 ++ test/Driver/cuda-bindings.cu | 18 +++--- test/Driver/openmp-offload.c | 93 +++++++++++++++++++++++++++- test/Driver/opt-record.c | 2 +- 11 files changed, 316 insertions(+), 61 deletions(-)