This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ead15a698c [Bash-autocompletion] Add --autocomplete flag to 5.0 release notes new 6dabc87c86 Revert r310057
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 ++ lib/Basic/Targets/Mips.cpp | 3 ++ lib/Basic/Targets/Mips.h | 5 ++- lib/Driver/ToolChains/Arch/Mips.cpp | 2 + test/CodeGen/mips-madd4.c | 87 +++++++++++++++++++++++++++++++++++++ test/Preprocessor/init.c | 10 +++++ 6 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/mips-madd4.c