summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-77/+43
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-4/+7
* params.c: Fix formatting.Kazu Hirata2002-05-201-6/+6
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-75/+106
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-106/+75
* invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka2002-05-151-90/+184
* cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka2002-05-081-28/+219
* predict.c: (propagate_freq...Herman A.J. ten Brugge2002-05-021-8/+11
* predict.c (real_zero, [...]): New static variables.Jan Hubicka2002-04-291-29/+84
* predict.c (estimate_bb_frequencies): Do frequency calculation with a volatile...Richard Henderson2002-04-041-2/+7
* bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are...DJ Delorie2002-03-211-4/+7
* * predict.c (estimate_bb_frequencies): Delete unused variables.Kaveh R. Ghazi2002-03-181-2/+0
* predict.c (estimate_bb_frequencies): Do not reload the frequencies from notes.Jan Hubicka2002-03-061-14/+0
* predict.c: Fix formatting.Kazu Hirata2002-01-221-1/+1
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-2/+2
* * predict.c (combine_predictions_for_insn): Avoid division by zero.Jakub Jelinek2002-01-071-2/+6
* except.c: Fix comment formatting.Kazu Hirata2001-12-281-1/+1
* * predict.c: Reformatting and minor cleanups.Richard Kenner2001-12-221-161/+169
* * predict.c (estimate_probability): Fix LOOP_EXIT heuristic.Jan Hubicka2001-12-141-1/+1
* predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka2001-12-131-69/+86
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* predict.c, [...]: Fix spelling errors.Joseph Myers2001-11-231-5/+5
* gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka2001-11-191-4/+7
* cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka2001-11-141-0/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-4/+4
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-5/+5
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-13/+6
* * predict.c (expected_value_to_br_prob): Use pc_set.Richard Henderson2001-09-211-1/+1
* alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner2001-09-101-1/+1
* predict.c (expensive_function_p): New.Jan Hubicka2001-08-251-0/+45
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-10/+10
* final.c (compute_alignments): New function.Jan Hubicka2001-08-191-38/+50
* * predict.def: Update hitrates.Jan Hubicka2001-08-151-29/+10
* * predict.c (dump_prediction): Change `bool' parameter to `int'.Matt Kraai2001-08-141-2/+2
* predict.c (dump_prediction): New argument "USED".Jan Hubicka2001-08-131-13/+47
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* predict.c (estimate_probability): Replace magic numbers with appropriate enum...Graham Stott2001-08-091-2/+2
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* jump.c: Add prototype for mark_modified_reg.Andreas Jaeger2001-07-301-31/+35
* basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka2001-07-281-9/+35
* predict.c (estimate_probability): Avoid duplicated predictions.Jan Hubicka2001-07-251-1/+8
* basic-block.h (tree_node): Forward declare if needed.Diego Novillo2001-07-091-1/+1
* Also, fix formatting problem in previous ChangeLog commit.Jan van Male2001-06-291-5/+3
* predict.c (block_info_def): Add nvisited.Jan Hubicka2001-06-221-2/+37
* predict.c: (expected_value_to_br_prob): Check for const_true_rtx instead of c...Toshiyasu Morita2001-06-221-2/+2
* predict.c (estimate_bb_frequencies): Do not handle conditional jumps jumping ...Jan Hubicka2001-06-221-3/+15
* * predict.c (estimate_probability): Fix loop bounds.Jan Hubicka2001-06-201-2/+2
* predict.c (estimate_loops_at_level, [...]): New functions.Jan Hubicka2001-06-201-0/+278
* unroll.c: Include predict.h.Jan Hubicka2001-06-181-5/+2
* predict.def (PRED_CALL, [...]): New.Jan Hubicka2001-06-101-8/+62