summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
Commit message (Expand)AuthorAgeFilesLines
* Implement no_sanitize function attributemarxin2017-06-131-8/+3
* * cgraph.c (cgraph_edge::maybe_hot_p): Do not checkhubicka2017-06-081-1/+1
* * cfgexpand.c (expand_gimple_tailcall): Initialize profile ofhubicka2017-06-051-2/+3
* 2017-05-23 Jan Hubicka <hubicka@ucw.cz>hubicka2017-06-041-56/+72
* * cgraphunit.c (symbol_table::process_new_functions): Update.hubicka2017-05-231-4/+4
* Introduce symtab_node::dump_{asm_,}name functions.marxin2017-05-231-37/+26
* * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,hubicka2017-05-231-42/+42
* * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hhubicka2017-05-221-0/+1
* * ipa-inline.c (edge_badness): Use inlined_time instead ofhubicka2017-05-221-2/+3
* * ipa-inline.h (ipa_call_summary): Turn sizes into signed;hubicka2017-05-191-2/+2
* * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,hubicka2017-05-191-23/+18
* use auto_bitmap moretbsaunde2017-05-141-4/+2
* Remove ipa_update_after_lto_readjamborm2017-05-031-3/+0
* 2017-05-02 Richard Biener <rguenther@suse.de>rguenth2017-05-021-8/+1
* PR ipa/79224hubicka2017-04-301-24/+24
* * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.hubicka2017-04-281-19/+11
* * ipa-cp.c (estimate_local_effects): Convert sreal to int.hubicka2017-04-261-9/+21
* * cprop.c (cprop_jump): Add missing space in string literal.jakub2017-02-131-1/+1
* Update copyright years.jakub2017-01-011-1/+1
* 2016-11-17 Richard Biener <rguenther@suse.de>rguenth2016-11-171-5/+0
* Add IPA VRPkugan2016-09-201-0/+1
* Add option for whether ceil etc. can raise "inexact", adjust x86 conditions.jsm282016-06-031-0/+1
* Fix dump output typomarxin2016-05-251-1/+1
* * ipa-inline.c (report_inline_failed_reason): Look into thunks, toohubicka2016-05-161-3/+3
* * cgraph.c (symbol_table::create_edge): Set inline_failed.hubicka2016-05-031-6/+9
* * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressionshubicka2016-05-021-14/+18
* * ipa-inline.c (can_inline_edge_p): Pass caller info tohubicka2016-04-211-4/+5
* * ipa-polymorphic-call.c (walk_ssa_copies): Fix spellingjakub2016-03-081-1/+1
* 2016-02-22 Richard Biener <rguenther@suse.de>rguenth2016-02-221-3/+27
* * ipa-inline.c (can_inline_edge_p): Back out overzealous check onebotcazou2016-01-221-6/+2
* Update copyright years.jakub2016-01-041-1/+1
* * ipa-inline.c (can_inline_edge_p) Use merged_comdat.hubicka2015-12-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-9/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-9/+8
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-4/+3
* switch from gimple to gimple*tbsaunde2015-09-201-3/+3
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-12/+4
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* PR ipa/65873hubicka2015-05-131-35/+55
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-19/+19
* PR ipa/65873hubicka2015-04-301-3/+0
* * ipa-inline.c (can_inline_edge_p): Allow inlining of functions withchrbr2015-04-171-1/+1
* PR ipa/65076hubicka2015-04-031-2/+3
* * lto-cgraph.c (lto_output_node, input_overwrite_node): Streamhubicka2015-04-011-21/+96
* PR ipa/65076hubicka2015-03-301-1/+1
* * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):hubicka2015-03-261-41/+48
* * ipa-inline-analysis.c (redirect_to_unreachable): New function.hubicka2015-03-261-33/+37