aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09lto.c (gimple_canonical_types_compatible_p): Fix comment.Richard Biener1-1/+1
2014-01-09re PR fortran/45586 (ICE non-trivial conversion at assignment)Richard Biener1-17/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-1/+4
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek1-0/+40
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek1-8/+16
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-2/+2
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-4/+4
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-13/+13
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-1/+0
2013-10-15lto.c (hash_canonical_type): Split out from ...Richard Biener1-45/+88
2013-10-14lto.c (gimple_canonical_types): Move out-of GC space.Richard Biener1-27/+18
2013-10-14lto.c (gimple_types, [...]): Remove old merging code and statistics.Richard Biener1-1086/+0
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener1-2/+454
2013-09-06lto-streamer.h (lto_global_var_decls): Remove.Richard Biener1-0/+3
2013-09-02lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r...Jan Hubicka1-2/+2
2013-09-01lto.c (tree_with_vars): Turn into vector.Jan Hubicka1-140/+170
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka1-0/+3
2013-08-29lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...Jan Hubicka1-1/+7
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka1-13/+6
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-32/+3
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-2/+0
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-1/+3
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka1-9/+1
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener1-29/+52
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-439/+940
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka1-0/+1
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-23/+23
2013-06-05tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w...Richard Biener1-1/+6
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-9/+4
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-2/+3
2013-05-09Jan Hubicka <jh@suse.cz>Jan Hubicka1-51/+3
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-07re PR bootstrap/56227 (Bootstrap failure on MinGW building ggc-page.c)Uros Bizjak1-2/+1
2013-02-04re PR lto/56168 (GCC seems to disregard -fno-builtin when compiling with LTO)Richard Guenther1-8/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-0/+1
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 Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-59/+49
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-5/+10
2012-10-12re PR lto/54898 (ICE in uniquify_nodes, at lto/lto.c:1898)Richard Biener1-0/+15
2012-10-08lto.c (lto_wpa_write_files, [...]): Free lto_file struct after closing the file.Tobias Burnus1-0/+4
2012-10-08lto.c (remember_with_vars): Also fixup INTEGER_CST.Jan Hubicka1-0/+25
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka1-9/+19