annotate gcc/c-family/ChangeLog.gimple-classes @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 2014-10-27 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 Patch autogenerated by rename_gimple_subclasses.py from
kono
parents:
diff changeset
4 https://github.com/davidmalcolm/gcc-refactoring-scripts
kono
parents:
diff changeset
5 revision 7d754b63ff2bf47226a67b2c0af5d74b54d4709f
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 * c-gimplify.c (add_block_to_enclosing): Rename gimple subclass types.
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 2014-10-24 David Malcolm <dmalcolm@redhat.com>
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 Introduce gimple_bind and use it for accessors.
kono
parents:
diff changeset
12
kono
parents:
diff changeset
13 * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack"
kono
parents:
diff changeset
14 from being just a vec<gimple> to a vec<gimple_bind>.
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 Copyright (C) 2014 Free Software Foundation, Inc.
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 Copying and distribution of this file, with or without modification,
kono
parents:
diff changeset
19 are permitted in any medium without royalty provided the copyright
kono
parents:
diff changeset
20 notice and this notice are preserved.