aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 34fbb35..6edd51a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,13 @@
2014-10-14 Andrew Pinski <apinski@cavium.com>
+ * explow.c (convert_memory_address_addr_space): Rename to ...
+ (convert_memory_address_addr_space_1): This. Add in_const argument.
+ Inside a CONST RTL, permute the conversion and addition of constant
+ for zero and sign extended pointers.
+ (convert_memory_address_addr_space): New function.
+
+2014-10-14 Andrew Pinski <apinski@cavium.com>
+
Revert:
2011-08-19 H.J. Lu <hongjiu.lu@intel.com>