aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)Author
2012-10-09gcc/Tobias Burnus
2012-10-07 * lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka
2012-09-272012-09-27 Dehao Chen <dehao@google.com>Dehao Chen
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-09-19 * symtab.c (insert_to_assembler_name_hash): Do not insertJan Hubicka
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-09-10 * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka
2012-09-09 * passes.c (ipa_write_summaries_1): Set state;Jan Hubicka
2012-09-09 Replace cgraph_node_set and varpool_node_set by symtab_node_encoderJan Hubicka
2012-08-13 * tree-pass.h (write_summary, write_optimization_summary): RemoveJan Hubicka
2012-08-11 * lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka
2012-08-11 * cgraph.h (vector types for symtab_node): Add.Jan Hubicka
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-17 * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorJan Hubicka
2012-04-22 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka
2012-04-20 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka
2012-04-18 * lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka
2012-04-16 * cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka
2012-04-16 * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):Jan Hubicka
2012-04-14 * cgraph.h: Update copyrights;Jan Hubicka
2012-04-09 PR lto/52722Jan Hubicka
2011-12-13 * lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou
2011-11-22 * opts.c (finish_options): Do not fail for -fgnu-tm.Aldy Hernandez
2011-10-21 * cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka
2011-10-04 * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka
2011-10-02 PR lto/47247Jan Hubicka
2011-09-30Split out LTO's writing of top level asm nodes in preparation of extendingJan Beulich
2011-09-062011-09-06 Martin Jambor <mjambor@suse.cz>Martin Jambor
2011-09-022011-09-02 Martin Jambor <mjambor@suse.cz>Martin Jambor
2011-08-12 * data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo
2011-08-112011-08-11 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-08-11 * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):Diego Novillo
2011-08-08rebaseDiego Novillo
2011-06-18 * lto-symtab.c (lto_varpool_replace_node): Remove code handlingJan Hubicka
2011-06-11 * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka
2011-06-04 PR lto/48954Jan Hubicka
2011-05-31 * cgraph.h (cgraph_inline_failed_t): Give enum a nameJan Hubicka
2011-05-08 * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka
2011-05-06 * cgraph.c (cgraph_add_thunk): Create real function node insteadJan Hubicka
2011-04-26 * cgraphbuild.c (build_cgraph_edges): Update callJan Hubicka
2011-04-17 * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka
2011-04-17 * cgraph.c (cgraph_clone_node): Do not handle vtable_methodJan Hubicka
2011-04-17 PR lto/48538Eric Botcazou
2011-04-16 * cgraphbuild.c: Include ipa-inline.h.Jan Hubicka
2011-04-14 * cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka
2011-04-122011-04-12 Martin Jambor <mjambor@suse.cz>Martin Jambor
2011-04-062011-04-06 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-04-01 PR bootstrap/48148Jakub Jelinek
2011-03-172011-03-17 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-03-04 PR lto/47497Jan Hubicka