summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* switch from gimple to gimple*tbsaunde2015-09-201-4/+4
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-12/+3
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-6/+6
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-4/+17
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+4
* Update copyright years.jakub2015-01-051-1/+1
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+3
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+4
* Add AutoFDO.dehao2014-10-211-0/+8
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* 2014-10-06 Rong Xu <xur@google.com>xur2014-10-071-0/+1
* * tree-ssa-ccp.c (prop_value_d): Rename to ...hubicka2014-09-221-8/+8
* IPA C++ refactoring 1/Nmarxin2014-07-241-3/+2
* Make coverage_compute_cfg_checksum callable with arg.marxin2014-06-041-1/+1
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-8/+8
* PR tree-optimization/60003jakub2014-02-011-5/+1
* PR middle-end/59917jakub2014-01-291-12/+7
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate profile_status macro.dmalcolm2013-12-091-2/+2
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-28/+32
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-3/+3
* * profile.c (compute_branch_probabilities): Do not sanity check run_max.hubicka2013-11-191-5/+0
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* Time profiler introduced.marxin2013-11-111-3/+28
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+2
* gcc/rsandifo2013-09-281-4/+4
* 2013-09-16 Teresa Johnson <tejohnson@google.com>tejohnson2013-09-161-2/+3
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* 2013-08-29 Teresa Johnson <tejohnson@google.com>tejohnson2013-08-291-4/+5
* * profile.c (compute_value_histograms): Fix thinko.hubicka2013-08-011-1/+1
* * profile.c (compute_value_histograms): Do not ICE whenhubicka2013-07-301-2/+6
* 2013-05-22 Richard Biener <rguenther@suse.de>rguenth2013-05-221-12/+14
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-1/+1
* This patch enables the gcov-dump tool to optionally compute and dumptejohnson2013-04-031-102/+5
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Revised patch to ensure that histograms from the profile summary are streamedtejohnson2012-11-301-1/+1
* PR gcov-profile/55417jakub2012-11-211-5/+5
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-9/+9
* 2012-09-27 Dehao Chen <dehao@google.com>dehao2012-09-271-2/+3
* Integrate lexical block into source_location.dehao2012-09-191-3/+2
* Enhances the gcov program summary by adding a histogram of arc countertejohnson2012-09-041-0/+157
* * opts.c (common_handle_option): Do not set steven2012-07-231-62/+18