diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-27 19:46:46 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-27 19:46:46 +0000 |
commit | 9daaca3673d515327b9d13933b4f0f5e3d9f9582 (patch) | |
tree | 725142cd44215714939815479e8af3ac1159b1fa | |
parent | c74ef30d7b26519a1786890296873e44b95ddabc (diff) | |
download | gcc-9daaca3673d515327b9d13933b4f0f5e3d9f9582.zip gcc-9daaca3673d515327b9d13933b4f0f5e3d9f9582.tar.gz gcc-9daaca3673d515327b9d13933b4f0f5e3d9f9582.tar.bz2 |
PHASE 5: Additional rtx subclasses
2014-08-27 David Malcolm <dmalcolm@redhat.com>
* rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
done; begin phase 5 (additional rtx_def subclasses).
From-SVN: r214588
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | rtx-classes-status.txt | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2014-08-27 David Malcolm <dmalcolm@redhat.com> + + * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is + done; begin phase 5 (additional rtx_def subclasses). + 2014-08-26 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt (TODO): DF_REF_INSN is done. diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt index 52268fc..dfac7f2 100644 --- a/rtx-classes-status.txt +++ b/rtx-classes-status.txt @@ -8,8 +8,8 @@ information. Phase 1: initial "scaffolding" commits: DONE Phase 2: per-file commits in main source dir: DONE Phase 3: per-file commits within "config" subdirs: DONE -Phase 4: removal of "scaffolding": IN PROGRESS -Phase 5: additional rtx_def subclasses: TODO +Phase 4: removal of "scaffolding": DONE +Phase 5: additional rtx_def subclasses: IN PROGRESS Phase 6: use extra rtx_def subclasses: TODO TODO: "Scaffolding" to be removed |