This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 82c42068d0 PR35586: Relax two asserts that are overly restrictive new c9d3180bac [Docs] Regenerate command line documentation. new ce4e832999 [Driver][CodeGen] Add -mprefer-vector-width driver option an [...]
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 | 34 ++++++++++++++++++++++++-------- include/clang/Driver/Options.td | 2 ++ include/clang/Frontend/CodeGenOptions.h | 5 +++++ lib/CodeGen/CGCall.cpp | 5 +++++ lib/Driver/ToolChains/Clang.cpp | 23 +++++++++++++++++++++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/attr-mprefer-vector-width.c | 14 +++++++++++++ test/Driver/mprefer-vector-width.c | 24 ++++++++++++++++++++++ 8 files changed, 101 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/attr-mprefer-vector-width.c create mode 100644 test/Driver/mprefer-vector-width.c