This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 21f5c9351f Fix cppcheck reduce scope variable warnings. NFCI new 8e40137e31 [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit- [...]
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/Basic/CodeGenOptions.def | 5 ++--- include/clang/Basic/CodeGenOptions.h | 6 ++++++ include/clang/Driver/CC1Options.td | 4 ++-- include/clang/Driver/Options.td | 2 +- lib/CodeGen/CGCall.cpp | 21 ++++++++++--------- lib/Driver/ToolChains/Clang.cpp | 36 +++++++++++++++++++++------------ lib/Frontend/CompilerInvocation.cpp | 29 +++++++++++++++++++++++--- test/CodeGen/msp430-fp-elim.c | 2 +- test/CodeGen/x86_64-profiling-keep-fp.c | 4 +++- test/CodeGen/xcore-abi.c | 3 +-- test/CodeGen/xcore-abi.cpp | 3 +-- test/CodeGenCXX/global-init.cpp | 5 ++--- test/CodeGenObjCXX/msabi-stret.mm | 2 +- test/Driver/cl-options.c | 18 +++++++---------- test/Driver/clang-translation.c | 2 +- test/Driver/frame-pointer-elim.c | 20 ++++++------------ test/Driver/frame-pointer.c | 22 ++++++++++---------- test/Driver/woa-fp.c | 6 +++--- test/Driver/xcore-opts.c | 3 +-- 19 files changed, 110 insertions(+), 83 deletions(-)