aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-14re PR gcov-profile/55674 (>20% size increase of lto/pgo binaries since r193747)Teresa Johnson1-1/+3
2012-12-02re PR gcov-profile/55551 (Revision 193999 breaks lto/profiledbootstrap)Teresa Johnson1-5/+9
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson1-19/+107
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-5/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-57/+52
2012-11-07lto-cgraph.c: Include tree-pass.h.Martin Jambor1-0/+23
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-20/+21
2012-10-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus1-5/+0
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka1-6/+20
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+1
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-4/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-10lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka1-2/+0
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka1-38/+45
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-39/+76
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-119/+69
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-7/+7
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-335/+183
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-2/+4
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-4/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-4/+4
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-22/+21
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-5/+5
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-87/+92
2012-04-09re PR lto/52722 (ICE in lto_output_varpool_node)Jan Hubicka1-0/+2
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-3/+3
2011-11-22opts.c (finish_options): Do not fail for -fgnu-tm.Aldy Hernandez1-0/+2
2011-10-21cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka1-2/+9
2011-10-04lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka1-1/+18
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka1-1/+1
2011-09-30Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich1-24/+4
2011-09-06ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor1-0/+2
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-31/+6
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-109/+107
2011-08-11lto-cgraph.c (input_node): Use DECL_BUILT_IN.Richard Guenther1-1/+1
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-2/+2
2011-08-08rebaseDiego Novillo1-0/+2
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-35/+12
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-43/+14
2011-06-04re PR lto/48954 (ICE: SIGSEGV in bitmap_count_bits (bitmap.c:719) with -O2 -f...Jan Hubicka1-8/+18
2011-05-31cgraph.h (cgraph_inline_failed_t): Give enum a nameJan Hubicka1-26/+36
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-1/+1
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-41/+39
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-13/+3
2011-04-17cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka1-2/+0
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-2/+0