This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 560b6b6 set the underlying value of “#pragma STDC FP_CONTRACT” on by default new 0cfdd4d Revert "set the underlying value of “#pragma STDC FP_CONTRACT [...] new a428e7b [LTO] Add -flto-jobs=N to control backend parallelism
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: include/clang/Driver/Options.td | 5 + lib/Driver/Tools.cpp | 30 +++- lib/Frontend/CompilerInvocation.cpp | 6 - test/CodeGen/aarch64-neon-fma.c | 2 +- test/CodeGen/aarch64-scalar-fma.c | 177 ---------------------- test/CodeGen/fp-contract-pragma.cpp | 24 ++- test/CodeGen/fp-contract-pragma___on-by-default.c | 21 --- test/Driver/clang_f_opts.c | 9 +- test/Driver/lto-jobs.c | 11 ++ 9 files changed, 55 insertions(+), 230 deletions(-) delete mode 100644 test/CodeGen/aarch64-scalar-fma.c delete mode 100644 test/CodeGen/fp-contract-pragma___on-by-default.c create mode 100644 test/Driver/lto-jobs.c