aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-09-06lto-streamer.h (lto_global_var_decls): Remove.Richard Biener1-0/+10
2013-09-02lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r...Jan Hubicka1-0/+5
2013-09-01lto.c (tree_with_vars): Turn into vector.Jan Hubicka1-0/+40
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka1-0/+4
2013-08-29lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...Jan Hubicka1-0/+6
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka1-0/+6
2013-08-28lto-partition.c (lto_balanced_map): Always base order on source file order.Jan Hubicka1-0/+6
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+4
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-0/+7
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-0/+9
2013-07-21Fix typos.Ondřej Bílka1-0/+4
2013-07-19lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder partitioning of...Jan Hubicka1-0/+5
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka1-0/+4
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-0/+5
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener1-0/+11
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-0/+35
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka1-0/+4
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-0/+7
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-0/+8
2013-06-05tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w...Richard Biener1-0/+6
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-0/+6
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-0/+6
2013-05-17lto-partition.c (privatize_symbol_name): Return true when privatizing happened.Jan Hubicka1-0/+7
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill1-0/+4
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-0/+5
2013-05-15re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka1-0/+9
2013-05-09Jan Hubicka <jh@suse.cz>Jan Hubicka1-0/+14
2013-02-08re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener1-0/+5
2013-02-07re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c)Uros Bizjak1-0/+6
2013-02-04re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO)Richard Guenther1-0/+6
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-0/+5
2013-01-03Fix ChangeLog entry for PR lto/55466H.J. Lu1-0/+7
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-0/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-0/+9
2012-11-02Update ChangeLog files as requested for cgraph change to checked down cast.Lawrence Crowl1-0/+10
2012-10-12re PR lto/54898 (ICE in uniquify_nodes, at lto/lto.c:1898)Richard Biener1-0/+7
2012-10-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus1-0/+6
2012-10-08lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file.Tobias Burnus1-0/+5
2012-10-08lto.c (remember_with_vars): Also fixup INTEGER_CST.Jan Hubicka1-0/+6
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka1-0/+6
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka1-0/+8
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-0/+5
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+4
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-0/+5
2012-09-12common.opt (flto-partition): Add "max".Jan Hubicka1-0/+24
2012-09-12re PR lto/54312 (uniquify_nodes takes 12% of Mozilla LTO build)Jan Hubicka1-0/+6
2012-09-11lto.c (enum gtc_mode): Remove.Richard Guenther1-0/+15
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-0/+16
2012-09-10lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka1-0/+11
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka1-0/+10