This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 942d6e44a9 [clang-format] Fix alignment of preprocessor trailing comments new efaec8fb6c [mips] Add runtime options to enable/disable madd.fmt and msub.fmt
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.cpp | 8 +++- lib/Driver/ToolChains/Arch/Mips.cpp | 7 +++ test/CodeGen/mips-madd4.c | 86 +++++++++++++++++++++++++++++++++++++ test/Preprocessor/init.c | 10 +++++ 5 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/mips-madd4.c