aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
AgeCommit message (Expand)Author
2017-06-22Backport r247371Martin Liska
2017-02-28 * config/i386/i386.c: Include intl.h.Jakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-25Don't use priority {cd}tors if not supported by a target (PRMartin Liska
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-07Really set priority to 99 for __gcov_exitMartin Liska
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska
2016-08-17Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska
2016-07-22Consider functions with xloc.file == NULL (PRMartin Liska
2016-04-18 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-03-29 PR ipa/70283Jan 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-10-01remove many typedefsTrevor Saunders
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-25gcc/Richard Sandiford
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-11 Patch by Richard BienerJan Hubicka
2015-04-18remove need for store_values_directlyTrevor Saunders
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-29gcc/ada/Richard Sandiford
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-08-25IPA C++ refactoring 4/NMartin Liska
2014-08-20 * coverage.c (coverage_compute_profile_id): Return non-0;Jan Hubicka
2014-07-26Make FDO more tolerant to source changesDavid Li
2014-07-24IPA C++ refactoring 2/NMartin Liska
2014-07-112014-07-10 Rong Xu <xur@google.com>Rong Xu
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-06-04Make coverage_compute_cfg_checksum callable with arg.Martin Liska
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders
2014-04-14 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.Jan Hubicka
2014-03-212014-03-21 Richard Biener <rguenther@suse.de>Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-11-18gcc/c-family/Richard Sandiford
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-14Introduce gcc::dump_manager classDavid Malcolm
2013-10-10Fix leak of coverage.c:da_file_nameDavid Malcolm
2013-09-172013-09-17 Teresa Johnson <tejohnson@google.com>Teresa Johnson