aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorEdward Smith-Rowland <3dw4rd@verizon.net>2017-07-20 14:54:44 +0000
committerEdward Smith-Rowland <3dw4rd@verizon.net>2017-07-20 14:54:44 +0000
commit3acaf2e51caf356a9afc763cfd70b91d1ab094b5 (patch)
treef13b1087143457ae5c053b6ec3b664c2aaeab169 /gcc/lto/ChangeLog
parentc4d46197c5fe4461da59ce027bc68306c43186b0 (diff)
Merged revisions r232323 through r250392 to the branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tr29124@250393 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index d24dd0cfa0f..c8e6e4b08fe 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,50 @@
+2017-07-19 Nathan Sidwell <nathan@acm.org>
+
+ * lto.c (mentions_vars_p_type): Use TYPE_{MIN,MAX}_VALUE_RAW.
+ (compare_tree_sccs_1, lto_fixup_prevailing_decls): Likewise.
+
+2017-07-06 Jan Hubicka <hubicka@ucw.cz>
+
+ * lto-partition.c (lto_balanced_map): Do not check
+ flag_toplevel_reorder.
+
+2017-06-23 Marc Glisse <marc.glisse@inria.fr>
+ * lto-lang.c (lto_init): Use builtin_structptr_types.
+
+2017-06-15 Jan Hubicka <hubicka@ucw.cz>
+ Thomas Preud'homme <thomas.preudhomme@arm.com>
+
+ PR lto/69866
+ * lto-symtab.c (lto_symtab_merge_symbols): Drop useless definitions
+ that resolved externally.
+
+2017-05-23 Jan Hubicka <hubicka@ucw.cz>
+
+ * lto.c (do_whole_program_analysis): Replace inline_free_summary
+ by ipa_free_fn_summary.
+
+2017-05-23 Martin Liska <mliska@suse.cz>
+
+ * lto-symtab.c (lto_cgraph_replace_node): Use
+ symtab_node::dump_{asm_,}name functions.
+ * lto.c (read_cgraph_and_symbols): Likewise.
+ (do_whole_program_analysis): Likewise.
+
+2017-05-23 Martin Liska <mliska@suse.cz>
+
+ * lto.c (read_cgraph_and_symbols): Use the renamed function.
+ (do_whole_program_analysis): Use the renamed function.
+
+2017-05-22 Jan Hubicka <hubicka@ucw.cz>
+
+ * lto.c: Replace ipa-inline.h by ipa-fnsummary.h
+ * lto-partition.c: Replace ipa-inline.h by ipa-fnsummary.h
+
+2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
+
+ PR c++/80038
+ * lto-lang.c (lto_init): Set in_lto_p earlier.
+
2017-04-12 Richard Biener <rguenther@suse.de>
Bernd Edlinger <bernd.edlinger@hotmail.de>