This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ce6d6c2 Add the Pure attribute to C99 builtin functions from ctype.h. [...] new 49edd29 [SystemZ] Add -mbackchain option.
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/Options.td | 4 ++++ include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/CGCall.cpp | 2 ++ lib/Driver/Tools.cpp | 10 ++++++++++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/mbackchain-2.c | 7 +++++++ test/CodeGen/mbackchain-3.c | 7 +++++++ test/CodeGen/mbackchain.c | 7 +++++++ 8 files changed, 40 insertions(+) create mode 100644 test/CodeGen/mbackchain-2.c create mode 100644 test/CodeGen/mbackchain-3.c create mode 100644 test/CodeGen/mbackchain.c