OSDN Git Service

* config/darwin.c (indirect_data): Fix typo in strncmp logic.
[pf3gnuchains/gcc-fork.git] / gcc / coverage.c
2005-04-06 rsandifo * coverage.h (GCOV_TYPE_NODE): Delete.
2005-04-04 rsandifo * system.h (GCOV_SIZE_TYPE): Unposion.
2004-09-15 jsm28gcc:
2004-09-07 nathan * cfganal.c (flow_depth_first_order_compute, dfs_enume...
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-15 nathan.:
2004-08-03 hubicka * coverage.c (tree_coverage_counter_ref): Fix computat...
2004-07-29 nathan * gcov-io.h: Allow zero tag as EOF indicator.
2004-07-25 sayle * convert.c (convert_to_real, convert_to_integer,
2004-07-15 fche* Fix for g++/15861
2004-07-01 rth * cgraph.h (cgraph_build_static_cdtor): Declare.
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-16 bonzinigcc/ChangeLog:
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-29 wilsonPatch from Serge Belyshev.
2004-03-23 zack PR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-20 kazu * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c...
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-03-03 rth PR middle-end/11767
2004-01-27 amylaar * coverage.c (get_coverage_counts): Give a different...
2004-01-18 hubicka * coverage.c (checksum_string): Rename to ...
2004-01-05 rsandifoUpdate copyright dates after recent commits.
2004-01-05 rsandifo PR target/12945
2003-12-29 hubicka * coverage.c (read_counts_file): Better error messages...
2003-12-13 hubicka * coverage.c (get_coverage_counts): Use inform instea...
2003-10-09 jason * stmt.c (resolve_asm_operand_names): Call...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-15 mmitchel * coverage.c (create_coverage): Do not call pushlevel...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-12 kazu * c-format.c: Fix comment formatting.
2003-07-10 nathan * gcov-io.h: Update documentation.
2003-07-09 nathan * gcov-io.h: Update documentation.
2003-07-06 nathan * gcov-io.h: Add a local time stamp.
2003-06-29 aj * collect2.h: Convert prototypes to ISO C90.
2003-06-23 kazu * basic-block.h: Fix comment formatting.
2003-06-20 nathan * tree.h (expand_function_end): Remove all parameters.
2003-06-14 nathan * tree.h (init_function_start): Remove filename and...
2003-06-12 kazu * ChangeLog: Follow spelling conventions.
2003-05-14 nathan * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remov...
2003-05-11 nathan * coverage.h (coverage_counter_alloc): New function.
2003-05-10 nathan * defaults.h (GCOV_TYPE_SIZE): Remove.
2003-05-07 nathan * gcov-io.h (GCOV_LOCKED): New #define.
2003-05-04 rakdver * Makefile.in (LIBGCOV): Add _gcov_merge_add.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-24 nathan New GCOV_TAG_FUNCTION layout
2003-04-23 nathan * Makefile.in (LIBGCC_DEPS): Add gcov headers.
2003-04-21 nathan Break out coverage routines to new file.