aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2013-10-15 11:13:04 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2013-10-15 11:13:04 +0000
commitfffda8d7a38d84c5b5b5a1f2e6dd122e6d585901 (patch)
tree0bc266957334d7f4625e0ead76ba145b6517a2eb /gcc/lto/ChangeLog
parent7569f6972e44e6c1f00ca5e64d940a90e0bc3e24 (diff)
downloadgcc-fffda8d7a38d84c5b5b5a1f2e6dd122e6d585901.zip
gcc-fffda8d7a38d84c5b5b5a1f2e6dd122e6d585901.tar.gz
gcc-fffda8d7a38d84c5b5b5a1f2e6dd122e6d585901.tar.bz2
lto.c (hash_canonical_type): Split out from ...
2013-10-15 Richard Biener <rguenther@suse.de> lto/ * lto.c (hash_canonical_type): Split out from ... (iterative_hash_canonical_type): ... here. Register types we recurse to. (gimple_canonical_type_hash): Adjust. (gimple_register_canonical_type_1): Split out from ... (gimple_register_canonical_type): ... here. Cache computed hash value. (lto_register_canonical_types): Split into two modes, clearing and computing TYPE_CANONICAL. (lto_read_decls): Adjust. (read_cgraph_and_symbols): Do two passes over global trees, first clearing then computing TYPE_CANONICAL. From-SVN: r203600
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 15c9c01..ab0b9a9 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,18 @@
+2013-10-15 Richard Biener <rguenther@suse.de>
+
+ * lto.c (hash_canonical_type): Split out from ...
+ (iterative_hash_canonical_type): ... here. Register types
+ we recurse to.
+ (gimple_canonical_type_hash): Adjust.
+ (gimple_register_canonical_type_1): Split out from ...
+ (gimple_register_canonical_type): ... here. Cache computed
+ hash value.
+ (lto_register_canonical_types): Split into two modes,
+ clearing and computing TYPE_CANONICAL.
+ (lto_read_decls): Adjust.
+ (read_cgraph_and_symbols): Do two passes over global trees,
+ first clearing then computing TYPE_CANONICAL.
+
2013-10-14 Richard Biener <rguenther@suse.de>
* lto.c (gimple_canonical_types): Move out-of GC space.