This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e8fd529b25 * gimple-ssa-isolate-paths.c (isolate_path): Set edge lead [...] new 9f5f711c978 PR tree-optimization/80934 - bzero should be assumed not to [...] new a99ae290af4 [arm] Use strings for -march, -mcpu and -mtune options new ceb0f143c2b [arm] Rewrite -march and -mcpu options for passing to new 2c9e7fd3b8d [arm] Don't pass -mfpu=auto through to the assembler. new 35493e3ba88 [arm] Allow +opt on arbitrary cpu and architecture new 4378dde07e6 [arm] Add architectural options new 0de21cc5445 [arm] Add default FPUs for CPUs. new 43eb649ed50 [build] Make sbitmap code available to the driver
The 8 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 | 135 +++ gcc/Makefile.in | 2 +- gcc/builtins.c | 1 - gcc/common/config/arm/arm-common.c | 45 +- gcc/config/arm/arm-cpu-cdata.h | 86 +- gcc/config/arm/arm-cpu-data.h | 1049 ++++++++++++++++++++- gcc/config/arm/arm-cpus.in | 222 ++++- gcc/config/arm/arm-isa.h | 20 +- gcc/config/arm/arm-tables.opt | 21 +- gcc/config/arm/arm.c | 272 +++++- gcc/config/arm/arm.h | 42 +- gcc/config/arm/arm.opt | 15 +- gcc/config/arm/elf.h | 2 +- gcc/config/arm/parsecpu.awk | 110 ++- gcc/gimple-fold.c | 88 +- gcc/testsuite/ChangeLog | 12 + gcc/testsuite/gcc.dg/Wsizeof-pointer-memaccess1.c | 2 +- gcc/testsuite/gcc.dg/builtins-nonnull.c | 5 +- gcc/testsuite/gcc.dg/fold-bcopy.c | 54 ++ gcc/testsuite/gcc.dg/pr79214.c | 2 +- gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c | 13 +- gcc/testsuite/gcc.dg/tree-ssa/alias-36.c | 28 + gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-30.c | 31 + 23 files changed, 2035 insertions(+), 222 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/fold-bcopy.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-36.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-30.c