This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d557a46f00e gcc/ Graceful degrade if Binutils PR21472 is not available [...] new 582adad157b Remove enum before machine_mode new e85f4f99c9c Use SET_DECL_MODE in libcc1 new 08b15fdc562 [ARM] Implement TARGET_FIXED_CONDITION_CODE_REGS
The 3 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 | 203 +++++++++++++++++++++++++++ gcc/brig/ChangeLog | 7 + gcc/brig/brig-c.h | 2 +- gcc/brig/brig-lang.c | 2 +- gcc/combine.c | 2 +- gcc/compare-elim.c | 2 +- gcc/config/aarch64/aarch64-builtins.c | 12 +- gcc/config/aarch64/aarch64-protos.h | 14 +- gcc/config/aarch64/aarch64.c | 22 +-- gcc/config/aarch64/cortex-a57-fma-steering.c | 2 +- gcc/config/arc/arc.c | 3 +- gcc/config/arm/arm-builtins.c | 11 +- gcc/config/arm/arm-protos.h | 2 +- gcc/config/arm/arm.c | 18 +++ gcc/config/ft32/ft32.c | 21 ++- gcc/config/i386/i386-protos.h | 2 +- gcc/config/i386/i386.c | 14 +- gcc/config/microblaze/microblaze-protos.h | 2 +- gcc/config/microblaze/microblaze.c | 3 +- gcc/config/powerpcspe/powerpcspe.c | 16 +-- gcc/config/riscv/riscv-protos.h | 16 +-- gcc/config/riscv/riscv.c | 96 ++++++------- gcc/config/rl78/rl78-protos.h | 2 +- gcc/config/rl78/rl78.c | 4 +- gcc/config/rs6000/rs6000-c.c | 4 +- gcc/config/rs6000/rs6000.c | 16 +-- gcc/config/visium/visium-protos.h | 22 +-- gcc/config/visium/visium.c | 76 +++++----- gcc/doc/tm.texi | 4 +- gcc/expmed.c | 4 +- gcc/expmed.h | 6 +- gcc/genrecog.c | 6 +- gcc/hsa-gen.c | 2 +- gcc/internal-fn.c | 6 +- gcc/ira-color.c | 2 +- gcc/jit/ChangeLog | 7 + gcc/jit/dummy-frontend.c | 2 +- gcc/lra-assigns.c | 2 +- gcc/lra-constraints.c | 4 +- gcc/lra-eliminations.c | 2 +- gcc/omp-low.c | 2 +- gcc/simplify-rtx.c | 2 +- gcc/target.def | 4 +- gcc/targhooks.c | 4 +- gcc/targhooks.h | 4 +- gcc/tree-ssa-math-opts.c | 2 +- gcc/tree-vect-loop.c | 4 +- gcc/tree-vect-stmts.c | 6 +- libcc1/ChangeLog | 4 + libcc1/libcp1plugin.cc | 2 +- 50 files changed, 456 insertions(+), 221 deletions(-)