This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a3b0ba0879 [mips] Reland r310704 new 809974c6ce [mips] Revert r325872 new dddfaa1e7a Support for the mno-stack-arg-probe flag
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 ++++ include/clang/Driver/Options.td | 4 ++++ include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/TargetInfo.cpp | 27 ++++++++-------------- lib/Driver/ToolChains/Clang.cpp | 4 ++++ lib/Frontend/CompilerInvocation.cpp | 2 ++ test/CodeGen/mips-aggregate-arg.c | 38 ------------------------------- test/CodeGen/stack-arg-probe.c | 8 +++++++ test/Driver/stack-arg-probe.c | 7 ++++++ 9 files changed, 39 insertions(+), 56 deletions(-) delete mode 100644 test/CodeGen/mips-aggregate-arg.c create mode 100644 test/CodeGen/stack-arg-probe.c create mode 100644 test/Driver/stack-arg-probe.c