aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3be0df5..278e618 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,12 +1,16 @@
+2015-05-04 Ajit Agarwal <ajitkum@xilinx.com>
+
+ * config/microblaze/microblaze.md (peephole2): New.
+
2015-05-04 Jeff Law <law@redhat.com>
Revert:
2015-05-04 Jeff Law <law@redhat.com>
- * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
- simplifier to narrow arithmetic.
- * generic-match-head.c: (types_match, single_use): New functions.
- * gimple-match-head.c: (types_match, single_use): New functions.
+ * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
+ simplifier to narrow arithmetic.
+ * generic-match-head.c: (types_match, single_use): New functions.
+ * gimple-match-head.c: (types_match, single_use): New functions.
2015-05-04 Kaz Kojima <kkojima@gcc.gnu.org>