aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-23/+33
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-06profile.c (branch_prob): Move declaration of local variable.Eric Botcazou1-10/+6
2011-03-25Changelog c-family/Kai Tietz1-1/+1
2011-01-10re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-2/+11
2010-12-21value-prof.c (value_prof_hooks): Remove.Steven Bosscher1-21/+10
2010-12-06re PR bootstrap/46528 (profiledbootstrap failure)Jakub Jelinek1-3/+4
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-26re PR bootstrap/46528 (profiledbootstrap failure)Richard Guenther1-1/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-23regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher1-0/+1
2009-12-30re PR other/42537 ([PATCH] misc spelling fixes)Robert Millan1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-06-17profile.c (total_num_never_executed): Don't define.Ian Lance Taylor1-11/+2
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-1/+1
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-2/+4
2008-09-09profile.c (is_edge_inconsistent): Add debug output; ignore negative count on ...Jan Hubicka1-12/+63
2008-09-01predict.c (maybe_hot_count_p, [...]): When profile is present, use only count...Jan Hubicka1-13/+11
2008-08-31ipa-cp.c (ipcp_need_original_clone_p): Remove.Jan Hubicka1-1/+1
2008-08-20profile.c: Update calls to inform.Manuel López-Ibáñez1-1/+1
2008-08-18cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale.Paul Yuan1-55/+145
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-27/+20
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-13/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+5
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-0/+9
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-0/+16
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-0/+8
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-3/+1
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher1-1/+1
2006-08-17PR gcov/profile/26570Zdenek Dvorak1-1/+1
2006-04-12profile.c (compute_branch_probabilities): Remove code encapsulated in !ir_typ...Richard Guenther1-142/+38
2006-03-12predict.c (estimate_probability): Remove.Steven Bosscher1-43/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-2/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-8/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-6/+8
2005-10-24re PR tree-optimization/24225 (ICE: segmentation fault in profile.c:branch_prob)Steven Bosscher1-4/+17
2005-08-03profile.c (branch_prob): Split edges with goto locus on them to get proper li...Jan Hubicka1-0/+21
2005-08-01profile.c (compute_value_histograms): Fix thinko.Jan Hubicka1-3/+2
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-69/+10
2005-07-15profile.c (rest_of_handle_branch_prob): Fix handling of estimation after RTL ...Jan Hubicka1-1/+3
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+78
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-0/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-18/+10
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-9/+21