summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Really set priority to 99 for __gcov_exitMartin Liska2016-10-071-1/+1
* gcov: dump in a static dtor instead of in an atexit handlerMartin Liska2016-09-271-2/+25
* Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska2016-08-171-1/+2
* Consider functions with xloc.file == NULL (PRMartin Liska2016-07-221-2/+4
* tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2016-04-181-1/+1
* re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka2016-03-291-5/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-12/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-15/+12
* remove many typedefsTrevor Saunders2015-10-011-5/+5
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford2015-06-251-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-8/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Patch by Richard BienerJan Hubicka2015-05-111-1/+2
* remove need for store_values_directlyTrevor Saunders2015-04-181-9/+8
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-2/+2
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+3
* Add AutoFDO.Dehao Chen2014-10-211-1/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* IPA C++ refactoring 4/NMartin Liska2014-08-251-2/+2
* coverage.c (coverage_compute_profile_id): Return non-0; also handle symbols w...Jan Hubicka2014-08-201-24/+20
* Make FDO more tolerant to source changesXinliang David Li2014-07-261-8/+31
* IPA C++ refactoring 2/NMartin Liska2014-07-241-4/+4
* Add gcov-tool: an offline gcda profile processing tool Support.Rong Xu2014-07-111-2/+13
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-8/+11
* Make coverage_compute_cfg_checksum callable with arg.Martin Liska2014-06-041-4/+4
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* ipa-utils.c (ipa_merge_profiles): Merge profile_id.Jan Hubicka2014-04-141-11/+22
* re PR tree-optimization/60577 (inefficient FDO instrumentation code)Richard Biener2014-03-211-0/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-2/+2
* Introduce gcc::dump_manager classDavid Malcolm2013-10-141-2/+4
* Fix leak of coverage.c:da_file_nameDavid Malcolm2013-10-101-0/+3
* coverage.c (get_coverage_counts): Add missing newline.Teresa Johnson2013-09-171-1/+1
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-9/+9
* dumpfile.c (dump_loc): Output column number.Teresa Johnson2013-08-291-14/+30
* cgraph.h (cgraph_node): Add profile_id.Jan Hubicka2013-08-091-0/+22
* coverage.c (coverage_obj_init): Move the construction of gcov constructor toGuozhi Wei2013-05-041-18/+28