aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.ptr
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog.ptr')
-rw-r--r--gcc/ChangeLog.ptr16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog.ptr b/gcc/ChangeLog.ptr
index 2ef31ddad5b..f859a2df392 100644
--- a/gcc/ChangeLog.ptr
+++ b/gcc/ChangeLog.ptr
@@ -1,3 +1,19 @@
+2007-05-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
+
+ * fold-const.c (try_move_mult_to_index):
+ Say why we strip the nops.
+ (fold_unary <case NOP_EXPR>): Remove
+ TODO as we cannot get that case.
+ * tree-chrec.c (chrec_fold_plus):
+ Cleanup the code to chose which
+ tree code is used.
+ (chrec_convert_rhs): Add comment on
+ why the increment is sizetype for
+ pointers.
+ * tree-mudflap.c (mf_xform_derefs_1):
+ Use size_int instead of build_int_cst.
+ * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
+
2007-05-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/32015