This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25213d9 Fix ChangeLog formatting. new 0a59ae4 We start out by separating the 'tuning flags' in a CPU or arc [...] new b143bcc This patch adds the new ISA data structures. The idea is to [...] new b2c7942 [arm] Introduce arm_active_target. new 8124a1b [arm] Use arm_active_target for architecture and tune new 73cd596 [arm] Reduce usage of arm_selected_cpu. new 5875e53 [arm] Add new isa quirk bit for Cortex-M3 ldrd issue. new b1af325 [arm] Use arm_active_target when configuring builtins new 8ab1fc1 [arm] Remove insn_flags.
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 | 100 +++++++++ gcc/common/config/arm/arm-common.c | 4 +- gcc/config/arm/arm-arches.def | 89 ++++---- gcc/config/arm/arm-builtins.c | 35 ++-- gcc/config/arm/arm-cores.def | 237 +++++++++++----------- gcc/config/arm/arm-flags.h | 24 ++- gcc/config/arm/arm-opts.h | 2 +- gcc/config/arm/arm-protos.h | 35 +++- gcc/config/arm/arm-tables.opt | 29 ++- gcc/config/arm/arm-tune.md | 8 +- gcc/config/arm/arm.c | 406 ++++++++++++++++++++++++------------- gcc/config/arm/arm.h | 3 +- 12 files changed, 608 insertions(+), 364 deletions(-)