summaryrefslogtreecommitdiff
path: root/gcc/value-prof.h
AgeCommit message (Expand)Author
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-08-23Clean up value-prof.c a bit.Martin Liska
2019-07-25Generalize get_most_common_single_value to return n_th value & countXiong Hu Luo
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Rename SINGE_VALUE to TOPN_VALUES counters.Martin Liska
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska
2019-06-07Remove indirect call top N counter type.Martin Liska
2019-01-01coverage.c (get_coverage_counts): Use current_function_decl.Jan Hubicka
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-11-03Make direct emission of time profiler counterMartin Liska
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-21Add AutoFDO.Dehao Chen
2014-10-07params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.Rong Xu
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-11Time profiler introduced.Martin Liska
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-12-21value-prof.c (value_prof_hooks): Remove.Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-05-28tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region info...Seongbae Park
2007-08-21value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.Aldy Hernandez
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily
2006-12-13Makefile.in: Add dependencies.Jan Hubicka
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka
2005-06-25Update FSF address.Kelley Cook
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata