
gcc/ 2014-08-19 David Malcolm <dmalcolm@redhat.com> * df-core.c (DF_REF_INSN): New, using a checked cast for now. * df.h (DF_REF_INSN): Convert from a macro to a function, so that we can return an rtx_insn *. / 2014-08-19 David Malcolm <dmalcolm@redhat.com> * rtx-classes-status.txt (TODO): Add DF_REF_INSN. From-SVN: r214160
19 lines
730 B
Text
19 lines
730 B
Text
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
|
|
|
|
TODO: "Scaffolding" to be removed
|
|
=================================
|
|
* DF_REF_INSN
|
|
* SET_BB_HEAD, SET_BB_END, SET_BB_HEADER, SET_BB_FOOTER
|
|
* SET_NEXT_INSN, SET_PREV_INSN
|