summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-18 19:37:45 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-18 19:37:45 +0000
commit57c8dfeed0793a7b3ba62ec4c32ebbf29abed044 (patch)
treea879321d95edbe837ae00bb176350b2f78141941
parent9b71510e651ed3808f2e779408e976bc87520459 (diff)
downloadgcc-57c8dfeed0793a7b3ba62ec4c32ebbf29abed044.tar.gz
Add rtx-classes-status.txt
2014-08-18 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt: New file git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214116 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog4
-rw-r--r--rtx-classes-status.txt13
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04e92bc1ccb..c4eef599455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 00000000000..63f69729ab3
--- /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