aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-04bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi1-3/+1
2000-04-22predict.c (estimate_probability): Examine both sides of a branch for no exits.Richard Henderson1-32/+42
2000-04-22predict.c (expected_value_to_br_prob): Don't bomb if op1 of the collected con...Richard Henderson1-1/+11
2000-04-21predict.c (estimate_probability): New heuristic...Zack Weinberg1-6/+27
2000-04-17loop.c (canonicalize_condition): Add WANT_REG argument.Richard Henderson1-59/+38
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-0/+87
2000-02-21predict.c (estimate_probability): Added the pointer heuristic to the collecti...Jason Eckhardt1-2/+37
2000-01-29[multiple changes]Jason Eckhardt1-7/+12
2000-01-14predict.c: New file.Jason Eckhardt1-0/+143