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