This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7e0a202be0 Don't let test write to the source dir after r323426. new a58d0437d1 [Driver] Add an -fexperimental-isel driver option to enable/ [...]
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/Basic/DiagnosticDriverKinds.td | 8 +++++++ include/clang/Basic/DiagnosticGroups.td | 3 +++ include/clang/Driver/Options.td | 4 ++++ lib/Driver/ToolChains/Clang.cpp | 31 ++++++++++++++++++++++++++++ test/Driver/global-isel.c | 24 +++++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 test/Driver/global-isel.c