summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-5/+4
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-57/+52
* 2012-11-07 Martin Jambor <mjambor@suse.cz>jamborm2012-11-071-0/+23
* This patch implements generic type query and conversion functions,crowl2012-10-311-20/+21
* gcc/burnus2012-10-091-5/+0
* * lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.hubicka2012-10-071-6/+20
* 2012-09-27 Dehao Chen <dehao@google.com>dehao2012-09-271-1/+1
* Integrate lexical block into source_location.dehao2012-09-191-0/+1
* * symtab.c (insert_to_assembler_name_hash): Do not inserthubicka2012-09-191-4/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-1/+1
* * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.hubicka2012-09-101-2/+0
* * passes.c (ipa_write_summaries_1): Set state;hubicka2012-09-091-38/+45
* Replace cgraph_node_set and varpool_node_set by symtab_node_encoderhubicka2012-09-091-39/+76
* * tree-pass.h (write_summary, write_optimization_summary): Removehubicka2012-08-131-119/+69
* * lto-cgraph.c (output_cgraph): Rename to ...hubicka2012-08-111-7/+7
* * cgraph.h (vector types for symtab_node): Add.hubicka2012-08-111-335/+183
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorhubicka2012-05-171-2/+4
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-4/+3
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-4/+4
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-22/+21
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-5/+5
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-2/+2
* * cgraph.h: Update copyrights;hubicka2012-04-141-87/+92
* PR lto/52722hubicka2012-04-091-0/+2
* * lto-streamer-out.c (write_symbol): Use proper 64-bit host type.ebotcazou2011-12-131-3/+3
* * opts.c (finish_options): Do not fail for -fgnu-tm.aldyh2011-11-221-0/+2
* * cgraph.c (dump_cgraph_node): Dump alias flag.hubicka2011-10-211-2/+9
* * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.hubicka2011-10-041-1/+18
* PR lto/47247hubicka2011-10-021-1/+1
* Split out LTO's writing of top level asm nodes in preparation of extendingjbeulich2011-09-301-24/+4
* 2011-09-06 Martin Jambor <mjambor@suse.cz>jamborm2011-09-061-0/+2
* 2011-09-02 Martin Jambor <mjambor@suse.cz>jamborm2011-09-021-31/+6
* * data-streamer.h (streamer_write_zero): Rename from output_zero.dnovillo2011-08-121-109/+107
* 2011-08-11 Richard Guenther <rguenther@suse.de>rguenth2011-08-111-1/+1
* * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):dnovillo2011-08-111-2/+2
* rebasednovillo2011-08-081-0/+2
* * lto-symtab.c (lto_varpool_replace_node): Remove code handlinghubicka2011-06-181-35/+12
* * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.hubicka2011-06-111-43/+14
* PR lto/48954hubicka2011-06-041-8/+18
* * cgraph.h (cgraph_inline_failed_t): Give enum a namehubicka2011-05-311-26/+36
* * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.hubicka2011-05-081-1/+1
* * cgraph.c (cgraph_add_thunk): Create real function node insteadhubicka2011-05-061-41/+39
* * cgraphbuild.c (build_cgraph_edges): Update callhubicka2011-04-261-13/+3
* * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.hubicka2011-04-171-2/+0
* * cgraph.c (cgraph_clone_node): Do not handle vtable_methodhubicka2011-04-171-2/+0
* PR lto/48538ebotcazou2011-04-171-2/+3
* * cgraphbuild.c: Include ipa-inline.h.hubicka2011-04-161-6/+0
* * cgraph.c (dump_cgraph_node): Do not dump inline summaries.hubicka2011-04-141-41/+2
* 2011-04-12 Martin Jambor <mjambor@suse.cz>jamborm2011-04-121-1/+1