diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-04-29 22:44:18 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-04-29 22:44:18 +0000 |
commit | 49ba81801105405d0be724479a7637a0050a7ffe (patch) | |
tree | 541cdf07e080cc1b6304972a831de1ff8675d8dd /gcc/lto/ChangeLog | |
parent | 5a7338267d552eb9aea90cf8faa2ce7d3a2015a4 (diff) | |
download | gcc-49ba81801105405d0be724479a7637a0050a7ffe.zip gcc-49ba81801105405d0be724479a7637a0050a7ffe.tar.gz gcc-49ba81801105405d0be724479a7637a0050a7ffe.tar.bz2 |
gengtype.c (open_base_files): Add lto-streamer.h
* gengtype.c (open_base_files): Add lto-streamer.h
* cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
(pass_ipa_cp): GGC collect.
* toplev. (compile_file): Do not output symbols.
* ipa-inline.c (pass_ipa_inline): Add ggc collect.
* timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
* lto-section-in.c: Include ggc.h
(lto_new_in_decl_state): Alloc in GGC.
(lto_delete_in_decl_state): Likewise.
* ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program): Collect.
* lto/lto.c (lto_read_in_decl_state): Use GGC.
(lto_wpa_write_files): Announce what we are writting.
(all_file_decl_data): New.
(read_cgraph_and_symbols): Use GGC; correct timevars.
(do_whole_program_analysis): Collect.
* lto/Make-lang.in (lto.o): Fix dependency.
* Makefile.in (GTFILES): Add lto-streamer.h.
* varpool.c (varpool_analyze_pending_decls): Use TV_VARPOOL.
(varpool_assemble_pending_decls): Use VAROUT.
* lto-streamer.h (lto_tree_ref_table): Annotate.
(lto_in_decl_state): Annotate.
(lto_file_decl_data): Annotate.
From-SVN: r158912
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 5bf7a29..52663e7 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,5 +1,20 @@ 2010-04-28 Jan Hubicka <jh@suse.cz> + * lto/lto.c (lto_read_in_decl_state): Use GGC. + (lto_wpa_write_files): Announce what we are writting. + (all_file_decl_data): New. + (read_cgraph_and_symbols): Use GGC; correct timevars. + (do_whole_program_analysis): Collect. + * lto/Make-lang.in (lto.o): Fix dependency. + * Makefile.in (GTFILES): Add lto-streamer.h. + * varpool.c (varpool_analyze_pending_decls): Use TV_VARPOOL. + (varpool_assemble_pending_decls): Use VAROUT. + * lto-streamer.h (lto_tree_ref_table): Annotate. + (lto_in_decl_state): Annotate. + (lto_file_decl_data): Annotate. + +2010-04-28 Jan Hubicka <jh@suse.cz> + * lto.c (lto_varpool_node_sets): New. (lto_1_to_1_map): Partition varpool too. (globalize_context_t, globalize_cross_file_statics, |