summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-1/+1
* PR ipa/70283hubicka2016-03-291-5/+1
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-12/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-15/+12
* remove many typedefstbsaunde2015-10-011-5/+5
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-8/+1
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-8/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Patch by Richard Bienerhubicka2015-05-111-1/+2
* 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