aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-profile.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-24ipa-profile.c (ipa_propagate_frequency_1): Fix logic skipping calls with zero...Jan Hubicka1-5/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-23ipa-profile.c (ipa_propagate_frequency_1): Use count instead of frequency.Jan Hubicka1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-7/+5
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-47/+48
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-6/+9
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-3/+3
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-03Use call_summary in ipa-prop and ipa-cpMartin Jambor1-1/+1
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-1/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
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-25hash-table.h: Update comments.Richard Sandiford1-3/+1
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-06-01Change use to type-based pool allocator inMartin Liska1-7/+4
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-4/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-4/+4
2015-04-13ipa-profie.c (ipa_profile): Check number of parameters and possible polymorph...Jan Hubicka1-0/+30
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka1-7/+19
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-2/+2
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-2/+3
2014-11-13ipa-utils.h: Fix typo in comments.Felix Yang1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-08-25IPA C++ refactoring 4/NMartin Liska1-6/+6
2014-07-24IPA C++ refactoring 1/NMartin Liska1-8/+7
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-10/+6
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-8/+8
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1