Age | Commit message (Expand) | Author | Files | Lines |
2013-10-14 | lto.c (gimple_types, [...]): Remove old merging code and statistics. | Richard Biener | 2 | -1086/+18 |
2013-10-14 | gimple.c (gimple_canonical_types, [...]): Move to lto/lto.c | Richard Biener | 3 | -33/+468 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 2 | -0/+10 |
2013-09-25 | * Make-lang.in (LTO_H, LINKER_PLUGIN_API_H, LTO_TREE_H) | Tom Tromey | 2 | -29/+7 |
2013-09-06 | lto-streamer.h (lto_global_var_decls): Remove. | Richard Biener | 6 | -2/+685 |
2013-09-02 | lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r... | Jan Hubicka | 2 | -2/+7 |
2013-09-01 | lto.c (tree_with_vars): Turn into vector. | Jan Hubicka | 2 | -140/+210 |
2013-08-30 | lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state. | Jan Hubicka | 2 | -0/+7 |
2013-08-29 | lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P... | Jan Hubicka | 2 | -1/+13 |
2013-08-28 | lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE... | Jan Hubicka | 2 | -13/+12 |
2013-08-28 | lto-partition.c (lto_balanced_map): Always base order on source file order. | Jan Hubicka | 2 | -19/+19 |
2013-08-06 | cgraph.c (cgraph_get_body): New function based on lto.c implementation. | Jan Hubicka | 2 | -32/+7 |
2013-08-03 | lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries. | Jan Hubicka | 3 | -4/+11 |
2013-07-30 | Introduce beginnings of a pass_manager class. | David Malcolm | 3 | -2/+14 |
2013-07-21 | Fix typos. | Ondřej Bílka | 2 | -2/+6 |
2013-07-19 | lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder partitioning of... | Jan Hubicka | 2 | -1/+8 |
2013-06-20 | lto-cgraph.c (input_symtab): Do not set cgraph state. | Jan Hubicka | 2 | -9/+5 |
2013-06-19 | cgraph.h (const_value_known_p): Replace by ... | Jan Hubicka | 2 | -1/+6 |
2013-06-18 | tree-streamer.h (streamer_tree_cache_create): Adjust prototype. | Richard Biener | 2 | -29/+63 |
2013-06-17 | lto-streamer.h (enum LTO_tags): Add LTO_tree_scc. | Richard Biener | 3 | -440/+976 |
2013-06-12 | cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s... | Jan Hubicka | 2 | -0/+5 |
2013-06-12 | lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable. | Jan Hubicka | 2 | -23/+30 |
2013-06-11 | c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr... | Jan Hubicka | 2 | -15/+15 |
2013-06-05 | tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w... | Richard Biener | 2 | -1/+12 |
2013-06-01 | lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ... | Jan Hubicka | 2 | -9/+10 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 3 | -11/+18 |
2013-05-17 | lto-partition.c (privatize_symbol_name): Return true when privatizing happened. | Jan Hubicka | 2 | -7/+16 |
2013-05-16 | Makefile.in (LLINKER): New variable. | Jason Merrill | 2 | -1/+5 |
2013-05-15 | ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header... | Martin Jambor | 2 | -2/+9 |
2013-05-15 | re PR c++/57038 (Latest libreoffice compilation fails with enabled LTO) | Jan Hubicka | 2 | -10/+21 |
2013-05-09 | Jan Hubicka <jh@suse.cz> | Jan Hubicka | 4 | -55/+166 |
2013-04-23 | Fix lto report names | Andi Kleen | 1 | -2/+2 |
2013-04-23 | Print lto report at the right place | Andi Kleen | 1 | -0/+6 |
2013-04-23 | Add -flto-report-wpa | Andi Kleen | 1 | -2/+2 |
2013-02-08 | re PR middle-end/56231 (warning traces have bogus line information when using... | Richard Biener | 2 | -3/+5 |
2013-02-07 | re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c) | Uros Bizjak | 2 | -2/+7 |
2013-02-04 | re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO) | Richard Guenther | 2 | -8/+20 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 13 | -15/+13 |
2013-01-09 | re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ... | Jan Hubicka | 2 | -0/+6 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 7 | -7/+7 |
2013-01-03 | Fix ChangeLog entry for PR lto/55466 | H.J. Lu | 1 | -0/+7 |
2012-12-10 | Record the global variables if WPA isn't enabled | H.J. Lu | 1 | -1/+6 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 2 | -3/+8 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 5 | -76/+72 |
2012-11-02 | Update ChangeLog files as requested for cgraph change to checked down cast. | Lawrence Crowl | 1 | -0/+10 |
2012-10-31 | This patch implements generic type query and conversion functions, | Lawrence Crowl | 2 | -22/+25 |
2012-10-12 | re PR lto/54898 (ICE in uniquify_nodes, at lto/lto.c:1898) | Richard Biener | 2 | -0/+22 |
2012-10-09 | lto-cgraph.c (input_node_opt_summary): Remove unused code. | Tobias Burnus | 3 | -5/+19 |
2012-10-08 | lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file. | Tobias Burnus | 2 | -0/+9 |
2012-10-08 | lto.c (remember_with_vars): Also fixup INTEGER_CST. | Jan Hubicka | 2 | -0/+31 |