summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-39/+20
* Function Multiversioningtmsriram2012-11-061-0/+46
* This patch implements generic type query and conversion functions,crowl2012-10-311-55/+59
* 2012-09-28 Richard Guenther <rguenther@suse.de>rguenth2012-09-281-19/+27
* * symtab.c (insert_to_assembler_name_hash): Do not inserthubicka2012-09-191-0/+25
* * cgraph.h (vector types for symtab_node): Add.hubicka2012-08-111-0/+4
* 2012-08-09 Martin Jambor <mjambor@suse.cz>jamborm2012-08-091-3/+11
* PR lto/53572hubicka2012-06-261-1/+2
* * LANGUAGES: Fix typos.jsm282012-05-291-3/+3
* * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorhubicka2012-05-171-3/+4
* * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...hubicka2012-05-101-1/+1
* * cgraphbuild.c (build_cgraph_edges): Do not finalize varshubicka2012-05-091-0/+1
* * cgraph.c (cgraph_call_edge_duplication_hooks): Export.hubicka2012-05-081-25/+31
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-14/+14
* * cgraphunit.c: Update toplevel comment.hubicka2012-04-251-29/+33
* * lto-symtab.c (lto_cgraph_replace_node): Do not callhubicka2012-04-231-12/+0
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-43/+54
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-14/+9
* * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):hubicka2012-04-181-0/+3
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-6/+2
* * cgraph.c (cgraph_node_name): Remove.hubicka2012-04-181-2/+35
* * cgraph.c (cgraph_hash, assembler_name_hash): Remove.hubicka2012-04-171-5/+32
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-40/+106
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-1/+9
* * cgraph.h: Update copyrights;hubicka2012-04-141-84/+104
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-1/+0
* * cgraph.h: Remove misledaing comment on ipa-ref.h.hubicka2012-04-101-1/+36
* 2012-04-10 Richard Guenther <rguenther@suse.de>rguenth2012-04-101-0/+1
* 2012-03-29 Richard Guenther <rguenther@suse.de>rguenth2012-03-291-2/+0
* PR lto/51663hubicka2012-03-251-2/+0
* PR middle-end/51737hubicka2012-03-221-1/+1
* * tree.h (build_function_decl_skip_args): Add boolean parameter.ebotcazou2012-01-111-4/+4
* correct commentjason2012-01-061-1/+1
* PR middle-end/51273rth2011-12-011-0/+2
* * gcc.target/i386/sw-1.c: Force rep;movsb.hubicka2011-11-141-0/+2
* Merge from transactional-memory branch.aldyh2011-11-081-0/+20
* 2011-09-06 Martin Jambor <mjambor@suse.cz>jamborm2011-09-061-1/+4
* 2011-09-02 Martin Jambor <mjambor@suse.cz>jamborm2011-09-021-5/+1
* 2011-07-12 Martin Jambor <mjambor@suse.cz>jamborm2011-07-121-1/+0
* gcc/jason2011-07-091-0/+1
* 2011-07-01 Richard Guenther <rguenther@suse.de>rguenth2011-07-011-1/+2
* 2011-06-22 Richard Guenther <rguenther@suse.de>rguenth2011-06-221-4/+4
* * lto-symtab.c (lto_varpool_replace_node): Remove code handlinghubicka2011-06-181-3/+49
* * cgraph.c (cgraph_for_node_thunks_and_aliases,hubicka2011-06-131-14/+1
* * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.hubicka2011-06-111-11/+43
* * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...hubicka2011-06-101-12/+62
* * cgraph.h (cgraph_inline_failed_t): Give enum a namehubicka2011-05-311-1/+1
* * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.hubicka2011-05-081-1/+2
* * cgraph.c (cgraph_add_thunk): Create real function node insteadhubicka2011-05-061-0/+73
* * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;hubicka2011-05-031-30/+10