diff options
Diffstat (limited to 'gcc/c-family/ChangeLog.gimple-classes')
-rw-r--r-- | gcc/c-family/ChangeLog.gimple-classes | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog.gimple-classes b/gcc/c-family/ChangeLog.gimple-classes new file mode 100644 index 00000000000..6dc9addc8bb --- /dev/null +++ b/gcc/c-family/ChangeLog.gimple-classes @@ -0,0 +1,20 @@ +2014-10-27 David Malcolm <dmalcolm@redhat.com> + + Patch autogenerated by rename_gimple_subclasses.py from + https://github.com/davidmalcolm/gcc-refactoring-scripts + revision 7d754b63ff2bf47226a67b2c0af5d74b54d4709f + + * c-gimplify.c (add_block_to_enclosing): Rename gimple subclass types. + +2014-10-24 David Malcolm <dmalcolm@redhat.com> + + Introduce gimple_bind and use it for accessors. + + * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack" + from being just a vec<gimple> to a vec<gimple_bind>. + +Copyright (C) 2014 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. |