aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 04e92bc..c4eef59 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 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