summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* remove need for store_values_directlytbsaunde2015-04-181-9/+8
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+13
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ada/rsandifo2014-10-291-2/+2
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+3
* Add AutoFDO.dehao2014-10-211-1/+4
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* IPA C++ refactoring 4/Nmarxin2014-08-251-2/+2
* * coverage.c (coverage_compute_profile_id): Return non-0;hubicka2014-08-201-24/+20
* Make FDO more tolerant to source changesdavidxl2014-07-261-8/+31
* IPA C++ refactoring 2/Nmarxin2014-07-241-4/+4
* 2014-07-10 Rong Xu <xur@google.com>xur2014-07-111-2/+13
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-8/+11
* Make coverage_compute_cfg_checksum callable with arg.marxin2014-06-041-4/+4
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* * ipa-utils.c (ipa_merge_profiles): Merge profile_id.hubicka2014-04-141-11/+22
* 2014-03-21 Richard Biener <rguenther@suse.de>rguenth2014-03-211-0/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* gcc/c-family/rsandifo2013-11-181-1/+1
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-2/+2
* Introduce gcc::dump_manager classdmalcolm2013-10-141-2/+4
* Fix leak of coverage.c:da_file_namedmalcolm2013-10-101-0/+3
* 2013-09-17 Teresa Johnson <tejohnson@google.com>tejohnson2013-09-171-1/+1
* 2013-09-16 Teresa Johnson <tejohnson@google.com>tejohnson2013-09-161-9/+9
* 2013-08-29 Teresa Johnson <tejohnson@google.com>tejohnson2013-08-291-14/+30
* * cgraph.h (cgraph_node): Add profile_id.hubicka2013-08-091-0/+22
* * coverage.c (coverage_obj_init): Move the construction of gcovcarrot2013-05-041-18/+28
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* PR gcov-profile/55650jakub2012-12-131-0/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-13/+13
* Change hash_table to support a comparator type different from thecrowl2012-10-251-8/+9
* Enhances the gcov program summary by adding a histogram of arc countertejohnson2012-09-041-2/+10
* 2012-08-17 Richard Guenther <rguenther@suse.de>rguenth2012-08-171-7/+11
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-30/+20
* gcc/steven2012-07-231-7/+9
* gcc/steven2012-07-161-1/+1
* * coverage.c (bbg_file_stamp): New.nathan2012-06-301-11/+18
* 2012-03-07 Richard Guenther <rguenther@suse.de>rguenth2012-03-071-2/+4
* PR gcov-profile/52150jakub2012-02-081-5/+18
* * gcov.c (total_lines, total_executed): New global vars.nathan2011-12-301-1/+1
* PR gcov-profile/51449nathan2011-12-101-20/+23
* * gcov-io.h (struct gcov_info): Replace trailing array withnathan2011-12-041-175/+209
* PR gcov-profile/51113nathan2011-12-011-17/+1
* PR gcov-profile/51113nathan2011-11-201-19/+18
* libgcc/nathan2011-11-071-307/+342