aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-04predict.c (estimate_bb_frequencies): Do frequency calculation with a volatile...Richard Henderson1-2/+7
2002-03-21bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are...DJ Delorie1-4/+7
2002-03-18* predict.c (estimate_bb_frequencies): Delete unused variables.Kaveh R. Ghazi1-2/+0
2002-03-06predict.c (estimate_bb_frequencies): Do not reload the frequencies from notes.Jan Hubicka1-14/+0
2002-01-22predict.c: Fix formatting.Kazu Hirata1-1/+1
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-2/+2
2002-01-07* predict.c (combine_predictions_for_insn): Avoid division by zero.Jakub Jelinek1-2/+6
2001-12-28except.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-12-22* predict.c: Reformatting and minor cleanups.Richard Kenner1-161/+169
2001-12-14* predict.c (estimate_probability): Fix LOOP_EXIT heuristic.Jan Hubicka1-1/+1
2001-12-13predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka1-69/+86
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-23predict.c, [...]: Fix spelling errors.Joseph Myers1-5/+5
2001-11-19gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka1-4/+7
2001-11-14cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka1-0/+1
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-5/+5
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-13/+6
2001-09-21* predict.c (expected_value_to_br_prob): Use pc_set.Richard Henderson1-1/+1
2001-09-10alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner1-1/+1
2001-08-25predict.c (expensive_function_p): New.Jan Hubicka1-0/+45
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-19final.c (compute_alignments): New function.Jan Hubicka1-38/+50
2001-08-15* predict.def: Update hitrates.Jan Hubicka1-29/+10
2001-08-14* predict.c (dump_prediction): Change `bool' parameter to `int'.Matt Kraai1-2/+2
2001-08-13predict.c (dump_prediction): New argument "USED".Jan Hubicka1-13/+47
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-09predict.c (estimate_probability): Replace magic numbers with appropriate enum...Graham Stott1-2/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-07-30jump.c: Add prototype for mark_modified_reg.Andreas Jaeger1-31/+35
2001-07-28basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka1-9/+35
2001-07-25predict.c (estimate_probability): Avoid duplicated predictions.Jan Hubicka1-1/+8
2001-07-09basic-block.h (tree_node): Forward declare if needed.Diego Novillo1-1/+1
2001-06-29Also, fix formatting problem in previous ChangeLog commit.Jan van Male1-5/+3
2001-06-22predict.c (block_info_def): Add nvisited.Jan Hubicka1-2/+37
2001-06-22predict.c: (expected_value_to_br_prob): Check for const_true_rtx instead of c...Toshiyasu Morita1-2/+2
2001-06-22predict.c (estimate_bb_frequencies): Do not handle conditional jumps jumping ...Jan Hubicka1-3/+15
2001-06-20* predict.c (estimate_probability): Fix loop bounds.Jan Hubicka1-2/+2
2001-06-20predict.c (estimate_loops_at_level, [...]): New functions.Jan Hubicka1-0/+278
2001-06-18unroll.c: Include predict.h.Jan Hubicka1-5/+2
2001-06-10predict.def (PRED_CALL, [...]): New.Jan Hubicka1-8/+62
2001-06-09predict.def: New file.Jan Hubicka1-34/+174
2001-06-09predict.c (predict_insn, [...]): New static functions.Jan Hubicka1-73/+89
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-01-05simplify-rtx.c (cfc_args): add "unordered" field.Jan Hubicka1-1/+9
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-4/+4
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-1/+2
2000-05-08predict.c (PROB_NEVER, [...]): New.Richard Henderson1-13/+23
2000-05-05predict.c: Remove May 4 change.Jeffrey A Law1-13/+0
2000-05-04predict.c (estimate_probability): If no prediction was found...Jeffrey A Law1-0/+13