summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* * cgraph.h (cgraph_set_nothrow_flag, cgraph_set_readonly_flag,jakub2009-12-141-0/+49
* PR c++/42317jakub2009-12-101-1/+16
* PR middle-end/42228hubicka2009-12-101-15/+45
* * cgraph.c (same_body_alias_1): Break out ofhubicka2009-11-291-19/+74
* Remove trailing white spaces.hjl2009-11-251-4/+4
* * tree.c (need_assembler_name_p): Use cgraph_get_node insteadjakub2009-11-191-31/+1
* PR c++/3187jakub2009-11-181-9/+135
* * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not accesshubicka2009-11-171-1/+1
* * cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.hubicka2009-11-161-1/+5
* * cgraph.c (cgraph_release_function_body): Update use ofhubicka2009-11-161-1/+3
* 2009-10-09 Richard Guenther <rguenther@suse.de>rguenth2009-10-091-4/+5
* * cgraph.c (cgraph_node_can_be_local): Handle externally visible nodeshubicka2009-10-071-1/+2
* * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones hashubicka2009-10-071-0/+2
* Merge lto branch into trunk.dnovillo2009-10-031-7/+16
* * cgraph.c (cgraph_clone_node): Add redirect_callers parameter.hubicka2009-10-011-11/+14
* 2009-09-13 Richard Guenther <rguenther@suse.de>rguenth2009-09-131-0/+7
* 2009-09-01 Diego Novillo <dnovillo@google.com>dnovillo2009-09-031-3/+27
* Emit DWARF for template parameters (PR debug/30161)dodji2009-08-311-0/+23
* * cgraph.c (cgraph_set_call_stmt_including_clones): Tidy.rth2009-07-301-15/+24
* 2009-07-20 Jan Hubicka <jh@suse.cz>jamborm2009-07-201-0/+25
* 2009-07-17 Richard Guenther <rguenther@suse.de>rguenth2009-07-171-0/+3
* 2009-06-15 Rafael Avila de Espindola <espindola@google.com>espindola2009-06-151-1/+1
* 2009-06-15 Rafael Avila de Espindola <espindola@google.com>espindola2009-06-151-1/+1
* 2009-06-10 Martin Jambor <mjambor@suse.cz>jamborm2009-06-101-0/+28
* PR middle-end/40102hubicka2009-06-081-2/+3
* * cgraph.c (dump_cgraph_node): Honor -fdump-noaddr.aoliva2009-05-271-3/+4
* * cgraph.c (dump_cgraph_node): Dump size/time/benefit.hubicka2009-05-251-5/+12
* Revert the following patch until testsuite fallout is fixed:hubicka2009-05-151-12/+5
* * cgraph.c (dump_cgraph_node): Dump size/time/benefit.hubicka2009-05-151-5/+12
* * cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.hubicka2009-05-101-0/+11
* PR middle-end/40084hubicka2009-05-101-30/+47
* * cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument;hubicka2009-05-081-20/+317
* * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt): Set proper cfun.hubicka2009-04-191-0/+6
* * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph_set_call_stmt):hubicka2009-04-181-0/+4
* 2009-04-14 Rafael Avila de Espindola <espindola@google.com>espindola2009-04-141-1/+2
* * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Don'tnemet2009-03-291-9/+23
* * cgraph.c (dump_cgraph_node): Add replace output flag by process.hubicka2009-03-281-2/+2
* Bring from lto-branch:hubicka2009-03-281-5/+22
* * cgraph.c (cgraph_node, cgraph_remove_node, dump_cgraph_node,hubicka2009-03-281-33/+0
* * cgraph.c (cgraph_function_body_availability): Functions declaredhubicka2009-03-281-9/+8
* * cgraph.c (cgraph_function_body_availability): Fix test of externallyhubicka2008-11-161-1/+1
* gcc/ChangeLog:dodji2008-11-121-1/+5
* 2008-09-25 Martin Jambor <mjambor@suse.cz>jamborm2008-09-251-4/+25
* 2008-09-23 Martin Jambor <mjambor@suse.cz>jamborm2008-09-231-5/+7
* * cgraph.c: Include value-prof.hhubicka2008-09-131-0/+4
* * cgraph.c (free_edges): New variable.hubicka2008-09-131-2/+44
* * cgraph.c (cgraph_release_function_body): Plug memory leak onhubicka2008-09-111-9/+22
* PR middle-end/37448hubicka2008-09-111-4/+4
* PR tree-optimization/37315hubicka2008-09-031-2/+2
* PR tree-optimization/37095jakub2008-09-021-1/+15