This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4c0eb14bc85 [testsuite] Re-enable pr94600-{1,3}.c tests for arm new 46183c96d2a x86: Use SET operation in MOVDIRI and MOVDIR64B new bae974e6374 [nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTION
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: gcc/builtins.c | 4 ++-- gcc/builtins.def | 20 ++++++++++++++------ gcc/config/darwin-protos.h | 2 +- gcc/config/darwin.c | 3 ++- gcc/config/i386/i386.c | 2 +- gcc/config/i386/i386.md | 20 ++++++++++---------- gcc/config/linux-protos.h | 2 +- gcc/config/linux.c | 3 ++- gcc/config/nvptx/nvptx.c | 20 ++++++++++++++++++++ gcc/convert.c | 8 ++++---- gcc/doc/tm.texi | 7 +++++-- gcc/fortran/f95-lang.c | 4 ++-- gcc/match.pd | 6 +++--- gcc/target.def | 7 +++++-- gcc/targhooks.c | 9 ++++++--- gcc/targhooks.h | 6 +++--- gcc/testsuite/gcc.target/i386/movdir64b.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri32.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri64.c | 20 ++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 17 +++++++++++++++++ gcc/tree-ssa-math-opts.c | 8 +++++--- 21 files changed, 166 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/movdir64b.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri32.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri64.c