re PR target/65697 (__atomic memory barriers not strong enough for __sync builtins)
[gcc.git] / gcc / coverage.c
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordcgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-11 Jan HubickaPatch by Richard Biener
2015-04-18 Trevor Saundersremove need for store_values_directly
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-21 Dehao ChenAdd AutoFDO.
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-20 Jan Hubickacoverage.c (coverage_compute_profile_id): Return non...
2014-07-26 Xinliang David LiMake FDO more tolerant to source changes
2014-07-24 Martin LiskaIPA C++ refactoring 2/N
2014-07-11 Rong XuAdd gcov-tool: an offline gcda profile processing tool...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-04 Martin LiskaMake coverage_compute_cfg_checksum callable with arg.
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-04-14 Jan Hubickaipa-utils.c (ipa_merge_profiles): Merge profile_id.
2014-03-21 Richard Bienerre PR tree-optimization/60577 (inefficient FDO instrume...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-14 David MalcolmIntroduce gcc::dump_manager class
2013-10-10 David MalcolmFix leak of coverage.c:da_file_name
2013-09-17 Teresa Johnsoncoverage.c (get_coverage_counts): Add missing newline.
2013-09-16 Teresa Johnsondumpfile.c (dump_loc): Remove newline emission.
2013-08-29 Teresa Johnsondumpfile.c (dump_loc): Output column number.
2013-08-09 Jan Hubickacgraph.h (cgraph_node): Add profile_id.
2013-05-04 Guozhi Weicoverage.c (coverage_obj_init): Move the construction...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-13 Jakub Jelinekre PR gcov-profile/55650 (Firefox profiledbuild: libxu...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-25 Lawrence CrowlChange hash_table to support a comparator type differen...
2012-09-04 Teresa JohnsonEnhances the gcov program summary by adding a histogram...
2012-08-17 Richard Guentherhash-table.h (class hash_table): Use a descriptor templ...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-07-23 Steven Bosschercoverage.c: Refer to "notes file" instead of "graph...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-30 Nathan Sidwellcoverage.c (bbg_file_stamp): New.
2012-03-07 Richard Guenthercoverage.c (get_gcov_type): Use type_for_mode.
2012-02-08 Jakub Jelinekre PR gcov-profile/52150 (junk at end of line in Firefo...
2011-12-30 Nathan Sidwellgcov.c (total_lines, [...]): New global vars.
2011-12-10 Nathan Sidwellre PR gcov-profile/51449 (Rev181994 causes tramp3d...
2011-12-04 Nathan Sidwellgcov-io.h (struct gcov_info): Replace trailing array...
2011-12-01 Nathan Sidwellre PR gcov-profile/51113 (rev. 181105 causes Firefox...
2011-11-20 Nathan Sidwellre PR gcov-profile/51113 (rev. 181105 causes Firefox...
2011-11-07 Nathan Sidwelllibgcov.c (struct gcov_fn_buffer): New struct.
2011-08-30 Christian Bruelfix -fbranch-probabilities and adjust testsuite
2011-05-04 Richard Guenthercoverage.c (tree_coverage_counter_ref): Use integer_typ...
2011-04-29 Xinliang David Liuse tls for ic vars
2011-04-29 Xinliang David Lisplit checksum into cfg checksum and line checksum
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-03-25 Kai TietzChangelog c-family/
2010-08-10 Nathan Froyd* coverage.c (ctr_labels): Delete.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-23 Steven Bosscherregs.h: Do not include obstack.h, basic-block.h.
2010-05-12 Kazu Hiratacoverage.c (build_fn_info_value): Call build_constructo...
2010-05-04 Neil VachharajaniSanitize the behavior of -Wcoverage-mismatch.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-11 Jan Hubickalto-cgraph.c: Include gcov-io.h
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-08 Alexandre Olivacommon.opt (fcompare-debug=, [...]): New.
2009-05-04 Joseph Myersattribs.c (decl_attributes): Use %qE for identifiers...
2009-03-27 Richard Guenthergimplify.c (mark_addressable): Export.
2008-10-16 David Edelsohnre PR c++/35483 (GCC on AIX doesn't support dollar...
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-06-26 Kaveh R. Ghazialias.c (record_alias_subset, [...]): Fix -Wc++-compat...
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-04-21 Adam Nemetcoverage.c: Include tree-pass.h.
2008-03-31 Seongbae Parkcommon.opt (fprofile-dir=, [...]): New options
2008-03-08 Richard Guenthercoverage.h (tree_coverage_counter_addr): Declare.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-01-25 Richard Guentherinvoke.texi (-Wcoverage-mismatch): Document.
2006-11-01 Geoffrey KeatingIn gcc/:
2006-06-21 Richard Sandifordre PR middle-end/28034 (section anchors break -fprofile...
2006-05-04 Alexandre Olivare PR java/8260 (gcj -fprofile-arcs doesn't work)
2006-04-06 Jan Hubickare PR gcov-profile/20815 (-fprofile-use barfs with...
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-10-31 Jan Hubickare PR gcov-profile/20815 (-fprofile-use barfs with...
2005-07-28 Jan HubickaMakefile.in (rtl-profile.o): Kill all traces of it.
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-03 Joseph Myersbb-reorder.c, [...]: Avoid "." or "\n" at end of diagno...
2005-06-25 Kelley CookUpdate FSF address.
2005-04-28 Kazu Hirataattribs.c, [...]: Update copyright.
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-06 Richard Sandifordcoverage.h (GCOV_TYPE_NODE): Delete.
2005-04-04 Richard Sandifordsystem.h (GCOV_SIZE_TYPE): Unposion.
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-07 Nathan Sidwellcfganal.c (flow_depth_first_order_compute, [...]):...
next