diff --git a/ChangeLog b/ChangeLog index 04e92bc1ccb..c4eef599455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-18 David Malcolm + + * rtx-classes-status.txt: New file + 2014-08-18 Roman Gareev * 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