This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ce43b3d0fc When determining the target function of an explicit instanti [...] new 23a6e4b63a Reapply r304929 [mips] Add runtime options to enable/disable [...]
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 | 87 +++++++++++++++++++++++++++++++++++++ test/Preprocessor/init.c | 10 +++++ 5 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/mips-madd4.c