summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.kcook2005-06-251-2/+2
* * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,kazu2005-04-281-1/+1
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-4/+4
* * coverage.h (GCOV_TYPE_NODE): Delete.rsandifo2005-04-061-6/+8
* * system.h (GCOV_SIZE_TYPE): Unposion.rsandifo2005-04-041-15/+30
* gcc:jsm282004-09-151-7/+7
* * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,nathan2004-09-071-6/+5
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-23/+22
* .:nathan2004-08-151-30/+29
* * coverage.c (tree_coverage_counter_ref): Fix computation of the newhubicka2004-08-031-1/+1
* * gcov-io.h: Allow zero tag as EOF indicator.nathan2004-07-291-8/+6
* * convert.c (convert_to_real, convert_to_integer,sayle2004-07-251-5/+5
* * Fix for g++/15861fche2004-07-151-1/+1
* * cgraph.h (cgraph_build_static_cdtor): Declare.rth2004-07-011-53/+26
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-7/+8
* * alias.c (adjust_offset_for_component_ref): Usekenner2004-06-221-4/+6
* gcc/ChangeLog:bonzini2004-06-161-1/+1
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-12/+49
* Patch from Serge Belyshev.wilson2004-04-291-2/+2
* PR 12267, 12391, 12560, 13129, 14114, 14113zack2004-03-231-1/+0
* * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,kazu2004-03-201-2/+2
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-4/+4
* PR middle-end/11767rth2004-03-031-0/+1
* * coverage.c (get_coverage_counts): Give a different messageamylaar2004-01-271-1/+3
* * coverage.c (checksum_string): Rename to ...hubicka2004-01-181-17/+46
* Update copyright dates after recent commits.rsandifo2004-01-051-1/+1
* PR target/12945rsandifo2004-01-051-0/+1
* * coverage.c (read_counts_file): Better error messages; cause corruptedhubicka2003-12-291-14/+34
* * coverage.c (get_coverage_counts): Use inform instead of warninghubicka2003-12-131-2/+2
* * stmt.c (resolve_asm_operand_names): Call check_unique_operand_namesjason2003-10-091-3/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-4/+4
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-4/+4
* * coverage.c (create_coverage): Do not call pushlevel/poplevel.mmitchel2003-09-151-4/+3
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-2/+2
* * c-format.c: Fix comment formatting.kazu2003-07-121-1/+1
* * gcov-io.h: Update documentation.nathan2003-07-101-3/+6
* * gcov-io.h: Update documentation.nathan2003-07-091-14/+7
* * gcov-io.h: Add a local time stamp.nathan2003-07-061-7/+15
* * collect2.h: Convert prototypes to ISO C90.aj2003-06-291-95/+85
* * basic-block.h: Fix comment formatting.kazu2003-06-231-4/+4
* * tree.h (expand_function_end): Remove all parameters.nathan2003-06-201-1/+1
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-1/+1
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.nathan2003-05-141-11/+13
* * coverage.h (coverage_counter_alloc): New function.nathan2003-05-111-33/+42
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-33/+39
* * gcov-io.h (GCOV_LOCKED): New #define.nathan2003-05-071-1/+1
* * Makefile.in (LIBGCOV): Add _gcov_merge_add.rakdver2003-05-041-0/+31
* * input.h (lineno): Rename to ...nathan2003-05-011-2/+2
* New GCOV_TAG_FUNCTION layoutnathan2003-04-241-43/+31