diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-18 19:37:45 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-18 19:37:45 +0000 |
commit | c41b94cef21ec1b2c224bfe31223cf2e5c91305c (patch) | |
tree | a879321d95edbe837ae00bb176350b2f78141941 | |
parent | 2e4c1e6c813241b3a62348373410826bef3c5a4a (diff) | |
download | gcc-c41b94cef21ec1b2c224bfe31223cf2e5c91305c.zip gcc-c41b94cef21ec1b2c224bfe31223cf2e5c91305c.tar.gz gcc-c41b94cef21ec1b2c224bfe31223cf2e5c91305c.tar.bz2 |
Add rtx-classes-status.txt
2014-08-18 David Malcolm <dmalcolm@redhat.com>
* rtx-classes-status.txt: New file
From-SVN: r214116
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | rtx-classes-status.txt | 13 |
2 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-08-18 David Malcolm <dmalcolm@redhat.com> + + * rtx-classes-status.txt: New file + 2014-08-18 Roman Gareev <gareevroman@gmail.com> * configure.ac: Eliminate ClooG installation dependency. diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt new file mode 100644 index 0000000..63f6972 --- /dev/null +++ b/rtx-classes-status.txt @@ -0,0 +1,13 @@ +This file tracks the status of the merger of the +"Introduce rtx subclasses" patches, and is slated for removal once all +are merged. + +See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more +information. + +Phase 1: initial "scaffolding" commits: IN PROGRESS +Phase 2: per-file commits in main source dir: TODO +Phase 3: per-file commits within "config" subdirs: TODO +Phase 4: removal of "scaffolding": TODO +Phase 5: additional rtx_def subclasses: TODO +Phase 6: use extra rtx_def subclasses: TODO |