aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2013-09-02lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r...Jan Hubicka2-2/+7
2013-09-01lto.c (tree_with_vars): Turn into vector.Jan Hubicka2-140/+210
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka2-0/+7
2013-08-29lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...Jan Hubicka2-1/+13
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka2-13/+12
2013-08-28lto-partition.c (lto_balanced_map): Always base order on source file order.Jan Hubicka2-19/+19
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2-32/+7
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka3-4/+11
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm3-2/+14
2013-07-21Fix typos.Ondřej Bílka2-2/+6
2013-07-19lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder partitioning of...Jan Hubicka2-1/+8
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka2-9/+5
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2-1/+6
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener2-29/+63
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener3-440/+976
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka2-0/+5
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2-23/+30
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2-15/+15
2013-06-05tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w...Richard Biener2-1/+12
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2-9/+10
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka3-11/+18
2013-05-17lto-partition.c (privatize_symbol_name): Return true when privatizing happened.Jan Hubicka2-7/+16
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill2-1/+5
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2-2/+9
2013-05-15re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO)Jan Hubicka2-10/+21
2013-05-09Jan Hubicka <jh@suse.cz>Jan Hubicka4-55/+166
2013-04-23Fix lto report namesAndi Kleen1-2/+2
2013-04-23Print lto report at the right placeAndi Kleen1-0/+6
2013-04-23Add -flto-report-wpaAndi Kleen1-2/+2
2013-02-08re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener2-3/+5
2013-02-07re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c)Uros Bizjak2-2/+7
2013-02-04re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO)Richard Guenther2-8/+20
2013-01-10Update copyright years in gcc/Richard Sandiford13-15/+13
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka2-0/+6
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek7-7/+7
2013-01-03Fix ChangeLog entry for PR lto/55466H.J. Lu1-0/+7
2012-12-10Record the global variables if WPA isn't enabledH.J. Lu1-1/+6
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2-3/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo5-76/+72
2012-11-02Update ChangeLog files as requested for cgraph change to checked down cast.Lawrence Crowl1-0/+10
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl2-22/+25
2012-10-12re PR lto/54898 (ICE in uniquify_nodes, at lto/lto.c:1898)Richard Biener2-0/+22
2012-10-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus3-5/+19
2012-10-08lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file.Tobias Burnus2-0/+9
2012-10-08lto.c (remember_with_vars): Also fixup INTEGER_CST.Jan Hubicka2-0/+31
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka3-10/+26
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka2-4/+41
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2-1/+7
2012-09-19Integrate lexical block into source_location.Dehao Chen2-1/+4
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2-3/+6