aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Koning <pkoning@gcc.gnu.org>2018-10-03 14:46:51 -0400
committerPaul Koning <pkoning@gcc.gnu.org>2018-10-03 14:46:51 -0400
commit5079ff15b537908ab0fcf2270c05d02e7412f442 (patch)
tree92025233e950084f891e4371d9a070fe0047f3d9
parent0a7eb8dfc5dcc74f2084d12e4fe57a07c5817b13 (diff)
downloadgcc-5079ff15b537908ab0fcf2270c05d02e7412f442.zip
gcc-5079ff15b537908ab0fcf2270c05d02e7412f442.tar.gz
gcc-5079ff15b537908ab0fcf2270c05d02e7412f442.tar.bz2
Enable LRA register allocator for PDP11.
Enable LRA register allocator for PDP11. -- missed checking in ChangeLog. From-SVN: r264820
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c0224e0..6bec984 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2018-10-03 Paul Koning <ni1d@arrl.net>
+
+ Enable LRA register allocator for PDP11.
+ * config/pdp11/constraints.md (Q): Use define_memory_constraint.
+ (R): Likewise.
+ (D): Likewise.
+ * config/pdp11/pdp11.c (pdp11_lra_p): New function.
+ * config/pdp11/pdp11.opt (-mlra): New option.
+ * doc/invoke.texi (PDP-11 Options): Document -mlra.
+
2018-10-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*<absneg:code>extendsfdf2): Remove.