This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1ec5b0cfa8 [OpenMP] Add target task alloc function with device ID new fb6b684996 [Remarks][NFC] Improve testing and documentation of -foptimi [...] new df6a97d185 Add --print-supported-cpus flag for clang.
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/ClangCommandLineReference.rst | 4 ++++ docs/CommandGuide/clang.rst | 6 ++++++ docs/UsersManual.rst | 12 ++++++++++++ include/clang/Basic/DiagnosticDriverKinds.td | 2 +- include/clang/Driver/Options.td | 4 ++++ include/clang/Frontend/FrontendOptions.h | 3 +++ lib/Driver/Driver.cpp | 14 +++++++++++++- lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/opt-record.c | 3 +++ test/Driver/print-supported-cpus.c | 16 ++++++++++++++++ tools/driver/cc1_main.cpp | 25 +++++++++++++++++++++++++ 11 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 test/Driver/print-supported-cpus.c