aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-transform.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07re PR middle-end/55078 (FAIL: g++.dg/torture/pr46154.C)Martin Jambor1-5/+4
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+6
2012-11-01re PR tree-optimization/55104 (ice in inline_call, at ipa-inline-transform.c:...Jan Hubicka1-2/+4
2012-10-26ipa-inline-transform.c (inline_call): Only account size changes for !DECL_EXT...Jan Hubicka1-1/+4
2012-10-25ipa-cp.c (ipcp_discover_new_direct_edges): If something was turned to direct ...Jan Hubicka1-4/+19
2012-08-10re PR middle-end/54146 (Very slow compile with attribute((flatten)))Jan Hubicka1-2/+8
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+4
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-1/+14
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka1-1/+1
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-23/+23
2012-03-22re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka1-1/+12
2012-01-30re PR middle-end/52045 (ICE: in execute_todo, at passes.c:1748 with -O3 -ftra...Richard Guenther1-3/+5
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-1/+1
2011-09-23inline-1.c: new testcase.Jan Hubicka1-0/+2
2011-09-22ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka1-1/+1
2011-09-13ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.Jan Hubicka1-2/+2
2011-06-21ipa-inline-transform.c (inline_transform): Fix previous change.Richard Guenther1-5/+5
2011-06-21ipa-inline-transform.c (inline_transform): Fix typo.Richard Guenther1-1/+1
2011-06-21PR middle-end/49139 fix always_inline diagnosticsChristian Bruel1-11/+7
2011-06-13ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...Jan Hubicka1-7/+33
2011-06-12re PR middle-end/48836 (internal compiler error: in execute_todo, at passes.c...Jan Hubicka1-0/+3
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-1/+17
2011-06-10ipa-inline-transform.c (can_remove_node_now_p): Move out of...Jan Hubicka1-21/+38
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-1/+1
2011-05-07ipa-inline-transform.c (inline_call): Account when program size decreases.Jan Hubicka1-1/+1
2011-04-29cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph node instead ...Martin Jambor1-1/+1
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-25/+15
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-11/+7
2011-04-20ipa-inline-transform.c (save_inline_function_body): Add comments.Jan Hubicka1-0/+5
2011-04-19cgraph.h (save_inline_function_body): Remove.Jan Hubicka1-0/+328