summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* backport fixes from google/mainlw-ipodavidxl2011-04-271-25/+4
* 1) postpone cgraph link until before tree profiling; 2) do not create cgraph ...davidxl2011-04-171-1/+2
* Merge lw-ipo branch from trunk 163718:170935raksit2011-04-071-110/+270
* Merge lw-ipo branch from trunk, 162000:163718.raksit2010-09-061-13/+98
* Merge from trunk 160330:162000raksit2010-08-191-10/+67
* Merge lw-ipo branch from trunk 159907:160239.raksit2010-06-101-11/+50
* Merge lw-ipo branch from trunk 159321:159906.raksit2010-06-091-16/+37
* Merge lw-ipo branch from trunk revision 159321.raksit2010-06-081-1/+1
* Merge lw-ipo branch from trunk 159200:159320.raksit2010-06-071-2/+34
* Merge lw-ipo branch from trunk 158827:159200.raksit2010-06-071-0/+10
* Merge lw-ipo branch from trunk 158826:158827.raksit2010-06-031-76/+222
* Merge lw-ipo branch from trunk 157987:158826raksit2010-06-021-1/+77
* Merge lw-ipo branch from trunk 155411:157987raksit2010-05-041-9/+48
* merge from trunk 154462:155411davidxl2010-04-131-57/+308
* Merge from trunk 151806:153643davidxl2009-11-051-26/+39
* This is a merge from trunk 151395:151806 davidxl2009-09-301-0/+7
* Merge from trunk: 151232-151394 davidxl2009-09-091-3/+50
* Merged revisions 149842-149846,149853-149854,149856-149857,149861-149862,1498...davidxl2009-08-061-15/+24
* Merged revisions 149500-149501,149503,149506-149509,149511,149513-149516,1495...davidxl2009-07-221-0/+28
* Merged revisions 147998,148000,148003,148009-148011,148013-148015,148017-1480...davidxl2009-06-261-3/+32
* Merged revisions 147678-147680,147682-147683,147688,147695,147699,147702,1477...davidxl2009-06-011-11/+25
* Merged revisions 147304,147313-147315,147317-147320,147325-147326,147329-1473...davidxl2009-05-201-30/+58
* Merged revisions 146828-146831,146837-146838,146842-146843,146846,146848-1468...davidxl2009-05-181-22/+309
* Creating lightweight IPO branchdavidxl2009-05-051-32/+81
* * 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
* * cgraph.c (cgraph_remove_node): Do not remove nested nodes.hubicka2008-08-291-2/+4
* * cgraph.c (first_cgraph_function_insertion_hook): New variable.hubicka2008-08-211-0/+42
* 2008-08-18 Paul Yuan <yingbo.com@gmail.com>spark2008-08-181-2/+7
* * builtins.c (expand_builtin_profile_func): Avoid C++ keywords.ghazi2008-08-061-28/+28
* * flags.h (flag_really_no_inline): Remove.hubicka2008-07-291-1/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-22/+31
* * cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.hubicka2008-07-261-1/+1
* * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.hubicka2008-07-251-12/+1