aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-0/+2
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-0/+2
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka1-1/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-12-21value-prof.c (value_prof_hooks): Remove.Steven Bosscher1-42/+16
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-11/+13
2008-05-28tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region info...Seongbae Park1-0/+1
2007-08-21value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.Aldy Hernandez1-1/+0
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-0/+1
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-1/+10
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-1/+6
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-0/+11
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-1/+0
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-20/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-4/+0
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-2/+3
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-11/+20
2004-10-28profile.c (branch_prob): Call to init_edge_profiler added.Andreas Krebbel1-0/+4
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-1/+1
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-14/+19
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-3/+49
2003-10-19Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak1-0/+1
2003-07-30combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak1-0/+4
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-26value-prof.c: New.Zdenek Dvorak1-0/+59