This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae2b8ede40a i386: Fix up _mm*_mask_popcnt_epi* [PR93696] new 8dca38c43c9 [ARC] Update mlo/mhi handling when big-endian CPU. new e57764be555 [ARC] Use TARGET_INSN_COST. new 9ebba06b5b9 [ARC] Deprecate q-class option. new ac5e8d2fa0c arc: Don't use if-conversion when optimizing for size.
The 4 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/ChangeLog | 34 ++++++++++ gcc/common/config/arc/arc-common.c | 2 +- gcc/config/arc/arc.c | 58 +++++++++++++++-- gcc/config/arc/arc.md | 97 ++++++++++++++++------------ gcc/config/arc/arc.opt | 2 +- gcc/config/arc/constraints.md | 2 +- gcc/config/arc/predicates.md | 5 ++ gcc/doc/invoke.texi | 2 +- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/gcc.target/arc/mul64-1.c | 23 +++++++ gcc/testsuite/gcc.target/arc/nps400-1.c | 2 +- gcc/testsuite/gcc.target/arc/or-cnst-size2.c | 2 +- 12 files changed, 191 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arc/mul64-1.c