aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-07ipa-comdats.c: Remove optimize check from gate.Jan Hubicka1-13/+25
2017-07-04Use xstrdup_for_dump in ipa-inline.c (PR ipa/81293).Martin Liska1-2/+2
2017-06-13Implement no_sanitize function attributeMartin Liska1-8/+3
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka1-1/+1
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka1-2/+3
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-56/+72
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka1-4/+4
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-37/+26
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-42/+42
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-0/+1
2017-05-22ipa-inline.c (edge_badness): Use inlined_time instead of inline_summaries->get.Jan Hubicka1-2/+3
2017-05-19ipa-inline.h (ipa_call_summary): Turn sizes into signed; add ctor.Jan Hubicka1-2/+2
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-23/+18
2017-05-14use auto_bitmap moreTrevor Saunders1-4/+2
2017-05-03Remove ipa_update_after_lto_readMartin Jambor1-3/+0
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-8/+1
2017-04-30re PR tree-optimization/79224 (Large C-Ray slowdown)Jan Hubicka1-24/+24
2017-04-28ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.Jan Hubicka1-19/+11
2017-04-26ipa-cp.c (estimate_local_effects): Convert sreal to int.Jan Hubicka1-9/+21
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-17re PR middle-end/78306 ([CilkPlus] "inlining failed in call to always_inline ...Richard Biener1-5/+0
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-06-03Add option for whether ceil etc. can raise "inexact", adjust x86 conditions.Joseph Myers1-0/+1
2016-05-25Fix dump output typoMartin Liska1-1/+1
2016-05-16ipa-inline.c (report_inline_failed_reason): Look into thunks, tooJan Hubicka1-3/+3
2016-05-03cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka1-6/+9
2016-05-02ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressionsJan Hubicka1-14/+18
2016-04-21ipa-inline.c (can_inline_edge_p): Pass caller info to ultiimate_alias_target.Jan Hubicka1-4/+5
2016-03-08ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek1-1/+1
2016-02-22re PR middle-end/37448 (cannot compile big function)Richard Biener1-3/+27
2016-01-22ipa-inline.c (can_inline_edge_p): Back out overzealous check on flag_non_call...Eric Botcazou1-6/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-13re PR ipa/65873 (Failure to inline always_inline memcpy)Jan Hubicka1-35/+55
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-19/+19
2015-04-30re PR ipa/65873 (Failure to inline always_inline memcpy)Jan Hubicka1-3/+0
2015-04-17ipa-inline.c (can_inline_edge_p): Allow inlining of functions with same attri...Christian Bruel1-1/+1
2015-04-03re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka1-2/+3
2015-04-01lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka1-21/+96