aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorMartin Liska <marxin@gcc.gnu.org>2014-06-26 13:07:29 +0000
committerMartin Liska <marxin@gcc.gnu.org>2014-06-26 13:07:29 +0000
commite01fa630f7ea16113f040ad536cf1844a6498831 (patch)
treee6c4120d8173a80f36dddee1cb213a8e9f32e745 /gcc/lto
parent72972c22ef4823e10ca36dcf1e11142a697c4d23 (diff)
downloadgcc-e01fa630f7ea16113f040ad536cf1844a6498831.zip
gcc-e01fa630f7ea16113f040ad536cf1844a6498831.tar.gz
gcc-e01fa630f7ea16113f040ad536cf1844a6498831.tar.bz2
ChangeLog entry splitted to gcc/ChangeLog and gcc/lto/ChangeLog.
From-SVN: r212029
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 5911a06..7d2a0a6 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,11 @@
+2014-06-25 Martin Liska <mliska@suse.cz>
+
+ * lto/lto-partition.c (add_references_to_partition): New IPA REF function
+ used.
+ (add_symbol_to_partition_1): Likewise.
+ (lto_balanced_map): Likewise.
+ * lto/lto-symtab.c (lto_cgraph_replace_node): Likewise.
+
2014-06-24 Jan Hubicka <hubicka@ucw.cz>
* lto.c (mentions_vars_p_decl_non_common): Move DECL_VINDEX check to ..