This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c406f9e659c 2017-11-23 Thomas Koenig tkoenig@gcc.gnu.org new b7e90f1b1d0 [ARM] Refactor costs calculation for MEM. new 09cd4975683 This patch adds support for modelling the varying costs of [...]
The 2 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 | 38 ++++++ gcc/config/arm/arm-protos.h | 20 ++++ gcc/config/arm/arm.c | 152 ++++++++++++++++++++---- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/arm/addr-modes-float.c | 42 +++++++ gcc/testsuite/gcc.target/arm/addr-modes-int.c | 46 +++++++ gcc/testsuite/gcc.target/arm/addr-modes.h | 53 +++++++++ 7 files changed, 332 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/addr-modes-float.c create mode 100644 gcc/testsuite/gcc.target/arm/addr-modes-int.c create mode 100644 gcc/testsuite/gcc.target/arm/addr-modes.h