summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-11/+8
* 2012-11-13 Sriraman Tallam <tmsriram@google.com>tmsriram2012-11-131-1/+1
* Handle null current_function_decl in cgraph_debug_gimple_stmtrth2012-11-061-0/+9
* Function Multiversioningtmsriram2012-11-061-0/+138
* This patch implements generic type query and conversion functions,crowl2012-10-311-5/+8
* replaceojason2012-10-011-1/+1
* 2012-09-20 Martin Jambor <mjambor@suse.cz>jamborm2012-09-201-3/+0
* Modify gcc/*.[hc] double_int call sites to use the new interface.crowl2012-09-071-3/+2
* gcc/steven2012-07-161-1/+5
* gcc/steven2012-07-111-2/+2
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-4/+4
* * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorhubicka2012-05-171-0/+1
* * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...hubicka2012-05-101-1/+1
* * cgraph.c (cgraph_call_edge_duplication_hooks): Export.hubicka2012-05-081-489/+86
* PR middle-end/53136uros2012-04-301-2/+2
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-164/+8
* * cgraphunit.c: Update toplevel comment.hubicka2012-04-251-60/+400
* * lto-symtab.c (lto_cgraph_replace_node): Do not callhubicka2012-04-231-27/+1
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-23/+2
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-8/+6
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-17/+15
* * cgraph.c (cgraph_node_name): Remove.hubicka2012-04-181-49/+22
* * cgraph.c (cgraph_hash, assembler_name_hash): Remove.hubicka2012-04-171-309/+98
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-44/+9
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-2/+2
* * cgraph.h: Update copyrights;hubicka2012-04-141-141/+149
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-83/+0
* * cgraph.h: Remove misledaing comment on ipa-ref.h.hubicka2012-04-101-0/+1
* 2012-04-10 Richard Guenther <rguenther@suse.de>rguenth2012-04-101-1/+1
* 2012-04-10 Richard Guenther <rguenther@suse.de>rguenth2012-04-101-3/+2
* 2012-03-28 Richard Guenther <rguenther@suse.de>rguenth2012-03-281-1/+7
* PR middle-end/51737hubicka2012-03-221-4/+12
* * tree.h (build_function_decl_skip_args): Add boolean parameter.ebotcazou2012-01-111-1/+1
* 2011-12-05 Richard Guenther <rguenther@suse.de>rguenth2011-12-051-8/+9
* PR middle-end/51273rth2011-12-011-1/+1
* 2011-11-08 Richard Guenther <rguenther@suse.de>rguenth2011-11-081-0/+7
* Merge from transactional-memory branch.aldyh2011-11-081-0/+2
* * cgraph.c (dump_cgraph_node): Dump alias flag.hubicka2011-10-211-1/+3
* PR lto/47247hubicka2011-10-021-1/+2
* 2011-09-02 Martin Jambor <mjambor@suse.cz>jamborm2011-09-021-4/+2
* 2011-07-12 Martin Jambor <mjambor@suse.cz>jamborm2011-07-121-26/+3
* gcc/jason2011-07-091-0/+25
* * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLYhubicka2011-06-141-1/+1
* * cgraph.c (cgraph_for_node_thunks_and_aliases,hubicka2011-06-131-4/+40
* * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.hubicka2011-06-111-112/+68
* * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph afterhubicka2011-06-101-0/+6
* * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...hubicka2011-06-101-76/+225
* PR c++/49264jakub2011-06-061-4/+8