summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * ipa-inline.c (inline_small_functions): Always update all calles afterhubicka2011-10-201-2/+7
* PR bootstrap/50709hubicka2011-10-201-3/+6
* * ipa-inline-transform.c (inline_call): Always update jump functionshubicka2011-09-221-4/+2
* * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.hubicka2011-09-211-3/+2
* PR middle-end/49735hubicka2011-08-051-2/+3
* * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION ofebotcazou2011-07-251-8/+15
* * cif-code.def (OVERWRITABLE): Fix typo and move around.ebotcazou2011-07-191-1/+1
* PR tree-optimize/49373hubicka2011-06-231-7/+5
* PR middle-end/49139 PR other/43564 make sure the inline function is inlinedchrbr2011-06-211-2/+4
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-2/+2
* * ipa-inline.c (reset_edge_caches): Walk aliases.hubicka2011-06-131-1/+6
* * cgraph.c (cgraph_for_node_thunks_and_aliases,hubicka2011-06-131-6/+18
* * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.hubicka2011-06-111-1/+10
* * ipa-inline-transform.c (can_remove_node_now_p): Move out of...hubicka2011-06-101-63/+86
* * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.hubicka2011-05-081-1/+1
* * ipa-inline-transform.c (inline_call): Account when program size decreases.hubicka2011-05-071-46/+91
* * ipa-inline.c (update_callee_keys): Don't reset node growth cache.hubicka2011-05-071-3/+3
* * cgraph.c (cgraph_add_thunk): Create real function node insteadhubicka2011-05-061-6/+4
* * ipa-inline.c (reset_edge_caches): New function.hubicka2011-05-041-29/+97
* * ipa-inline.c (caller_growth_limits): Fix thinko whenhubicka2011-05-011-3/+7
* * ipa-inline.c (can_inline_edge_p): Disregard limits whenhubicka2011-04-301-3/+41
* PR middle-end/48752 hubicka2011-04-301-0/+9
* 2011-04-29 Martin Jambor <mjambor@suse.cz>jamborm2011-04-291-1/+2
* * cgraphbuild.c (build_cgraph_edges): Update callhubicka2011-04-261-4/+7
* * gengtype.c (open_base_files): Add ipa-inline.h include.hubicka2011-04-221-42/+36
* * ipa-inline-transform.c (save_inline_function_body): Add comments.hubicka2011-04-201-15/+25
* * cgraph.h (save_inline_function_body): Remove.hubicka2011-04-191-209/+7
* * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.hubicka2011-04-181-1/+1
* * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.hhubicka2011-04-181-129/+157
* * lto-symtab.c (lto_cgraph_replace_node): When call statement ishubicka2011-04-171-530/+693