aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2014-09-12 01:16:42 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2014-09-11 23:16:42 +0000
commit1ee85ee19b06863781374b7c9f97e4f6e931118b (patch)
tree5ca60267bac44557141301c497a4c5364a3466f9 /gcc/lto/ChangeLog
parentbc9132dee6c4a8a4348a15ad62772d632351388b (diff)
downloadgcc-1ee85ee19b06863781374b7c9f97e4f6e931118b.zip
gcc-1ee85ee19b06863781374b7c9f97e4f6e931118b.tar.gz
gcc-1ee85ee19b06863781374b7c9f97e4f6e931118b.tar.bz2
common.opt (flto-odr-type-merging): New flag.
* common.opt (flto-odr-type-merging): New flag. * ipa-deivrt.c (hash_type_name): Use ODR names for hasing if availale. (types_same_for_odr): Likewise. (odr_subtypes_equivalent_p): Likewise. (add_type_duplicate): Do not walk type variants. (register_odr_type): New function. * ipa-utils.h (register_odr_type): Declare. (odr_type_p): New function. * langhooks.c (lhd_set_decl_assembler_name): Do not compute TYPE_DECLs * doc/invoke.texi (-flto-odr-type-merging): Document. * tree.c (need_assembler_name_p): Compute ODR names when asked for it. * tree.h (DECL_ASSEMBLER_NAME): Update comment. * lto.c (lto_read_decls): Register ODR types. From-SVN: r215196
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index f41992a..a8dd53f 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-11 Jan Hubicka <hubicka@ucw.cz>
+
+ * lto.c (lto_read_decls): Register ODR types.
+
2014-08-20 Jan Hubicka <hubicka@ucw.cz>
* lto.c (read_cgraph_and_symbols): Fix symtab_remove_unreachable_nodes