OSDN Git Service

2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / coverage.c
2010-05-12 froydnj * coverage.c (build_fn_info_value): Call build_constru...
2010-05-04 nvachharSanitize the behavior of -Wcoverage-mismatch.
2009-11-25 hjlRemove trailing white spaces.
2009-11-11 hubicka * lto-cgraph.c: Include gcov-io.h
2009-06-12 aldyhgcc/java/
2009-06-08 aolivagcc/ChangeLog:
2009-05-04 jsm28 * attribs.c (decl_attributes): Use %qE for identifiers in
2009-03-27 rguenth2009-03-27 Richard Guenther <rguenther@suse.de>
2008-10-16 djegcc/
2008-08-20 manu2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-06-26 ghazi * alias.c (record_alias_subset, init_alias_analysis...
2008-06-06 rwildgcc/
2008-04-21 nemet * coverage.c: Include tree-pass.h.
2008-03-31 sparkgcc/ChangeLog:
2008-03-08 rguenth2008-03-08 Richard Guenther <rguenther@suse.de>
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-02-15 sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2007-01-25 rguenth2007-01-25 Richard Guenther <rguenther@suse.de>
2006-11-01 geoffkIn gcc/:
2006-06-21 rsandifogcc/
2006-05-04 aolivaPR java/8260
2006-04-06 hubicka PR profile/20815
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-10-31 hubicka PR profile/20815
2005-07-28 hubicka * Makefile.in (rtl-profile.o): Kill all traces of it.
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-07-03 jsm28 * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks...
2005-06-25 kcookUpdate FSF address.
2005-04-28 kazu * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
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.