summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 03ea29f5cfb..cf83fd95aff 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,21 @@
+2017-10-09 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * cfgrtl.c (rtl_account_profile_record): Replace insn_rtx_cost with
+ insn_cost.
+ * combine.c (uid_insn_cost): Adjust comment.
+ (combine_validate_cost): Adjust comment. Use pattern_cost instead
+ of insn_rtx_cost
+ (combine_instructions): Use insn_cost instead of insn_rtx_cost.
+ * dse.c (find_shift_sequence): Ditto.
+ * ifcvt.c (cheap_bb_rtx_cost_p): Ditto.
+ (bb_valid_for_noce_process_p): Use pattern_cost.
+ * rtl.h (insn_rtx_cost): Delete.
+ (pattern_cost): New prototype.
+ (insn_cost): New prototype.
+ * rtlanal.c (insn_rtx_cost): Rename to...
+ (pattern_cost): ... this.
+ (insn_cost): New.
+
2017-10-09 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*jcc_2): Remove insn pattern.