diff options
author | Martin Liska <marxin@gcc.gnu.org> | 2014-06-26 13:07:29 +0000 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2014-06-26 13:07:29 +0000 |
commit | e01fa630f7ea16113f040ad536cf1844a6498831 (patch) | |
tree | e6c4120d8173a80f36dddee1cb213a8e9f32e745 /gcc/lto | |
parent | 72972c22ef4823e10ca36dcf1e11142a697c4d23 (diff) | |
download | gcc-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/ChangeLog | 8 |
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 .. |