aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
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