summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorgretay <gretay@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-26 09:40:40 +0000
committergretay <gretay@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-26 09:40:40 +0000
commit1e939b24b946ce3ed1cc1866061c946831c12aa6 (patch)
tree945abfb6f7a7a6873628f9c827fe95234062c366 /gcc/ChangeLog
parent944f42fc29289812416f34d7b0c497ee79065396 (diff)
downloadgcc-1e939b24b946ce3ed1cc1866061c946831c12aa6.tar.gz
2013-06-26 Greta Yorsh <Greta.Yorsh@arm.com>
* config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Define macro. * config/arm/arm-protos.h (arm_max_conditional_execute): New declaration. (tune_params): Update comment. * config/arm/arm.c (arm_cortex_a15_tune): Set max_cond_insns to 2. (arm_max_conditional_execute): New function. (thumb2_final_prescan_insn): Use max_insn_skipped and MAX_INSN_PER_IT_BLOCK to compute maximum instructions in a block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 33715dc8db9..88e09bf2e59 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2013-06-26 Greta Yorsh <Greta.Yorsh@arm.com>
+
+ * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
+ * config/arm/arm-protos.h (arm_max_conditional_execute): New
+ declaration.
+ (tune_params): Update comment.
+ * config/arm/arm.c (arm_cortex_a15_tune): Set max_cond_insns to 2.
+ (arm_max_conditional_execute): New function.
+ (thumb2_final_prescan_insn): Use max_insn_skipped and
+ MAX_INSN_PER_IT_BLOCK to compute maximum instructions in a block.
+
2013-06-25 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/57705