summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.bviyer2013-10-291-1/+3
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-84/+84
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+3
* * ipa-inline.c (edge_badness): Cap edge->count at max_count for badnesspmatos2013-10-211-6/+8
* ipa-inline.c:ipa_inline: Fix leak of "order" when optimizations are disabled.dmalcolm2013-10-101-2/+3
* gcc/rsandifo2013-09-281-15/+15
* PR middle-end/58332hubicka2013-09-171-1/+2
* PR middle-end/58094hubicka2013-09-131-17/+15
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* PR middle-end/58094hubicka2013-09-061-34/+69
* * cgraph.c (cgraph_function_body_availability): Handle weakrefhubicka2013-08-301-5/+11
* 2013-08-28 Dehao Chen <dehao@google.com>dehao2013-08-281-5/+24
* * cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating;hubicka2013-08-261-2/+4
* * cgraph.c (cgraph_turn_edge_to_speculative): Return newlyhubicka2013-08-131-64/+191
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-0/+16
* * cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.hubicka2013-08-081-0/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-44/+78
* 2013-06-24 Martin Jambor <mjambor@suse.cz>jamborm2013-06-241-1/+1
* Emit errors when always_inline functions cannot be inlined in -O0 mode.tmsriram2013-06-181-1/+9
* 2013-06-15 Dehao Chen <dehao@google.com>dehao2013-06-151-2/+2
* * 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