This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ab1fc1 [arm] Remove insn_flags. new 08d9ee1 [arm] Rework arm-common to use new feature bits. new 5e76b29 [arm] Remove remaining references to arm feature sets new e12d824 [arm] Delete unused arm_fp_model new e486468 [arm] Eliminate vfp_reg_type new 9bbd0a9 [arm] Remove FPU rev field new b69914d [arm] Add isa features to FPU descriptions new 09c93c6 [arm] Initialize fpu capability bits in arm_active_target new 2f77a15 [arm] Eliminate TARGET_FPU_NAME new b39d971 [arm] Use arm_active_target for most FP feature tests new ff9eae9 [arm] Use cl_target_options for configuring the active target new 4c3f9e6 [arm] Use ISA feature sets for determining inlinability
The 11 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 | 133 ++++++++++++++++++++++ gcc/common/config/arm/arm-common.c | 27 ++++- gcc/config/arm/arm-arches.def | 75 ++++++------- gcc/config/arm/arm-c.c | 3 + gcc/config/arm/arm-cores.def | 224 ++++++++++++++++++------------------- gcc/config/arm/arm-flags.h | 185 ------------------------------ gcc/config/arm/arm-fpus.def | 44 ++++---- gcc/config/arm/arm-opts.h | 3 +- gcc/config/arm/arm-protos.h | 4 + gcc/config/arm/arm-tables.opt | 10 +- gcc/config/arm/arm.c | 171 +++++++++++++++++++--------- gcc/config/arm/arm.h | 83 +++++++------- gcc/config/arm/arm.opt | 6 +- 13 files changed, 496 insertions(+), 472 deletions(-)