summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* * gcc.dg/tree-ssa/attr-alias.c: New testcase.hubicka2013-06-041-2/+1
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-2/+5
* 2013-05-15 Martin Jambor <mjambor@suse.cz>jamborm2013-05-151-19/+22
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-1/+1
* 2013-04-10 Zhouyi Zhou <yizhouzhou@ict.ac.cn>rguenth2013-04-101-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR lto/45375hubicka2013-01-091-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-3/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-10/+10
* PR bootstrap/55051hubicka2012-11-141-3/+5
* PR middle-end/48636hubicka2012-11-111-0/+3
* PR middle-end/48636hubicka2012-11-081-0/+21
* * ipa-inline.c (compute_uninlined_call_time): Return gcov_type.hubicka2012-11-061-15/+16
* * ipa-inline.c (compute_uninlined_call_time,hubicka2012-11-051-70/+100
* * ipa-inline.c (leaf_node_p): Rename to ...hubicka2012-11-051-11/+15
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* * ipa-inline.c (ipa_inline): Avoid infinite loop on inlininghubicka2012-10-311-22/+34
* * ipa-inline.c (want_inline_function_called_once_p): Rename to ...hubicka2012-10-291-45/+53
* * gcc.dg/ipa/inlinehint-3.c: New testcase.hubicka2012-10-281-4/+15
* Fix previous commit.hubicka2012-10-281-0/+3
* * ipa-inline.c (edge_badness): Reduce precision; use scc hints.hubicka2012-10-281-11/+19
* * ipa-inline.c (recursive_inlining): Redirect to masterhubicka2012-10-251-6/+25
* PR fortran/48636hubicka2012-09-121-3/+6
* * ipa-inline.c (want_inline_small_function_p): Use INLINE_HINT_loop_iterationshubicka2012-09-051-1/+2
* PR fortran/48636hubicka2012-08-211-2/+4
* PR lto/45375hubicka2012-08-191-3/+19
* * timevar.def (TV_VARPOOL, TV_WHOPR_WPA_LTRANS_EXEC, TV_LIFE,steven2012-08-151-2/+2
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-12/+12
* PR middle-end/54146hubicka2012-08-101-6/+10
* gcc/steven2012-07-161-1/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-2/+2
* * ipa-inline.c (update_all_callee_keys): Remove.hubicka2012-05-101-57/+2
* * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...hubicka2012-05-101-1/+1
* PR middle-end/53136uros2012-04-301-23/+28
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-4/+4
* * cgraph.c (cgraph_node_name): Remove.hubicka2012-04-181-1/+1
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-2/+2
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-2/+2
* * cgraph.h: Update copyrights;hubicka2012-04-141-59/+61
* + PR middle-end/52142aldyh2012-02-151-3/+3
* * ipa-inline.c (want_inline_small_function_p): Fix formating.hubicka2012-01-081-2/+0
* PR tree-optimization/51680hubicka2012-01-071-31/+38
* 2011-12-13 Richard Guenther <rguenther@suse.de>rguenth2011-12-131-1/+1
* 2011-12-07 Richard Guenther <rguenther@suse.de>rguenth2011-12-071-5/+2
* 2011-12-05 Richard Guenther <rguenther@suse.de>rguenth2011-12-051-11/+5
* PR bootstrap/51346dnovillo2011-12-011-9/+9
* Merge from transactional-memory branch.aldyh2011-11-081-0/+8
* 2010-11-02 Richard Guenther <rguenther@suse.de>rguenth2011-11-021-0/+2
* * ipa-inline.c (estimate_badness): Scale up and handle overflows.hubicka2011-10-231-4/+10