aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)Author
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-14 * auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka
2017-11-03 * asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19 * asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-16 * profile.c (compare_freqs): New function.Jan Hubicka
2017-06-09 * profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka
2017-06-09 * profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka
2017-06-06 * profile.c (compute_branch_probabilities): Also initializeJan Hubicka
2017-06-052017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2017-06-042017-05-23 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2017-04-28Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...Martin Liska
2017-04-28gcno file: do not stream block flags (PR gcov-profile/80031).Martin Liska
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-03Make direct emission of time profiler counterMartin Liska
2016-09-27Fix PR gcov-profile/46266Martin Liska
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska
2016-06-10 * profile.c: Include cfgloop.h.Jan Hubicka
2016-06-03 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): AvoidJan Hubicka
2016-05-28 * profile.c (compute_branch_probabilities): Do not report hitratesJan Hubicka
2016-04-17 * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.Jan Hubicka
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-09 * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,Jason Merrill
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-10-28 * cgraph.h: Flatten. Remove all include files.Andrew Macleod
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-21Add AutoFDO.Dehao Chen
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-072014-10-06 Rong Xu <xur@google.com>Rong Xu
2014-09-22 * tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka
2014-07-24IPA C++ refactoring 1/NMartin Liska
2014-06-04Make coverage_compute_cfg_checksum callable with arg.Martin Liska
2014-05-262014-05-23 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-01 PR tree-optimization/60003Jakub Jelinek
2014-01-29 PR middle-end/59917Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate profile_status macro.David Malcolm
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod