diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f7eb1f..c9b156f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2015-06-14 Richard Sandiford <richard.sandiford@arm.com> + + * rtl.h (classify_insn): Declare. + * emit-rtl.c (classify_insn): Move to... + * rtl.c: ...here and add generator support. + * gensupport.h (get_emit_function, needs_barrier_p): Declare. + * gensupport.c (get_emit_function, needs_barrier_p): New functions. + * genemit.c (gen_emit_seq): New function. + (gen_expand, gen_split): Use it. + 2015-06-13 Patrick Palka <ppalka@gcc.gnu.org> * tree.c (make_vector_stat): Fix comment to state that the |