]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-profile.c
generalized IPA predicate on parameter
[thirdparty/gcc.git] / gcc / ipa-profile.c
2019-07-25  luoxhuGeneralize get_most_common_single_value to return n_th...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-06-10  marxinImplement N disk counters for single value and indirect...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-11-05  marxinFix setting of hotness in non-LTO mode (PR gcov-profile...
2018-09-21  marxinRemove arc profile histogram in non-LTO mode.
2018-06-19  marxinClean-up usage of ipa_fn_summary and ipa_call_summary...
2018-06-08  marxinRename get methods in symbol-summary.h to get_create.
2018-01-24  hubicka * ipa-profile.c (ipa_propagate_frequency_1): Fix logic...
2018-01-03  jakub Update copyright years.
2017-11-23  hubicka * ipa-profile.c (ipa_propagate_frequency_1): Use count...
2017-11-10  hubicka * auto-profile.c (afdo_indirect_call): Drop frequency.
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-06-08  hubicka * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-23  marxinIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-23  hubicka * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgrap...
2017-05-22  hubicka * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-05-19  hubicka * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgrap...
2017-05-03  jambormUse call_summary in ipa-prop and ipa-cp
2017-01-23  jamborm[PR 79108] Put ipa_node_params to GC memory
2017-01-01  jakub Update copyright years.
2016-09-20  kuganAdd IPA VRP
2016-01-04  jakub Update copyright years.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-09-16  miyukiShare memory blocks between pool allocators
2015-07-16  marxinAdd new object_allocator and clean-up allocator usage.
2015-07-15  amacleod * gimple-pretty-print.h: Don't include pretty-print.h.
2015-07-13  aldyhFix double word typos.
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  rsandifogcc/
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-01  marxinChange use to type-based pool allocator in
2015-05-09  jason * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
2015-04-18  tbsaunderemove need for store_values_directly
2015-04-13  hubicka * ipa-profie.c (ipa_profile): Check number of parameters
2015-02-17  hubicka * ipa-visibility.c (function_and_variable_visibility...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-12-22  marxinipa-prop uses symbol_summary class.
2014-12-08  dmalcolmPR jit/63854: Introduce xstrdup_for_dump
2014-11-18  hubicka * ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
2014-11-13  fyang * ipa-utils.h: Fix typo in comments.
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-08-25  marxinIPA C++ refactoring 4/N
2014-07-24  marxinIPA C++ refactoring 1/N
2014-07-09  tbsaunderemove has_execute
2014-06-24  tbsaundeRemove a layer of indirection from hash_table
2014-05-26  rguenth2014-05-23 Richard Biener <rguenther@suse.de>
2014-04-22  rsandifoMerge from trunk.
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-16  mrsMerge in trunk.
2013-12-16  hubicka PR ipa/59265
2013-12-04  rsandifoMerge with trunk.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-18  rsandifoMerge from trunk.
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-16  mrsMerge in trunk.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-04  mrsMerge in trunk.
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-21  dnovilloRe-factor inclusion of tree.h.
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-17  hubicka PR middle-end/58329
2013-09-09  hubicka * ipa-profile.c: Add toplevel comment.
2013-09-04  mrsMerge in trunk.
2013-09-01  hubicka * Makefile.in: Add ipa-profile.o