summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* * predict.c (estimate_bb_frequencies): Do not reload thehubicka2002-03-061-14/+0
* * predict.c: Fix formatting.kazu2002-01-221-1/+1
* * bitmap.h: Fix comment formatting.kazu2002-01-181-2/+2
* * predict.c (combine_predictions_for_insn): Avoid division by zero.jakub2002-01-071-2/+6
* * except.c: Fix comment formatting.kazu2001-12-281-1/+1
* * predict.c: Reformatting and minor cleanups.kenner2001-12-221-161/+169
* * predict.c (estimate_probability): Fix LOOP_EXIT heuristic.hubicka2001-12-141-1/+1
* * predict.c (estimate_probability): Reorganize opcode heuristics.hubicka2001-12-131-69/+86
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-1/+1
* gcc:jsm282001-11-231-5/+5
* * gcse.c (try_replace_reg): Copy RTX before creating note.hubicka2001-11-191-4/+7
* * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.hubicka2001-11-141-0/+1
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-111-4/+4
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-5/+5
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-13/+6
* * predict.c (expected_value_to_br_prob): Use pc_set.rth2001-09-211-1/+1
* * alias.c (clear_reg_alias_info): Use K&R format definition.kenner2001-09-101-1/+1
* * predict.c (expensive_function_p): New.hubicka2001-08-251-0/+45
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-10/+10
* * final.c (compute_alignments): New function.hubicka2001-08-191-38/+50
* * predict.def: Update hitrates.hubicka2001-08-151-29/+10
* * predict.c (dump_prediction): Change `bool' parameter to `int'.kraai2001-08-141-2/+2
* * predict.c (dump_prediction): New argument "USED".hubicka2001-08-131-13/+47
* * gcc.c: Fix comment formatting.kazu2001-08-121-1/+1
* * predict.c (estimate_probability): Replace magic numbers withgrahams2001-08-091-2/+2
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-1/+1
* * jump.c: Add prototype for mark_modified_reg.aj2001-07-301-31/+35
* * basic-block.h (EDGE_FREQUENCY): New macro.hubicka2001-07-281-9/+35
* * predict.c (estimate_probability): Avoid duplicated predictions.hubicka2001-07-251-1/+8
* 2001-07-09 Diego Novillo <dnovillo@redhat.com>dnovillo2001-07-101-1/+1
* Also, fix formatting problem in previous ChangeLog commit.dnovillo2001-06-291-5/+3
* * predict.c (block_info_def): Add nvisited.hubicka2001-06-221-2/+37
* * predict.c: (expected_value_to_br_prob): Check for const_true_rtxrth2001-06-221-2/+2
* * predict.c (estimate_bb_frequencies): Do not handle conditionalhubicka2001-06-221-3/+15
* * predict.c (estimate_probability): Fix loop bounds.hubicka2001-06-201-2/+2
* * predict.c (estimate_loops_at_level, propagate_freqhubicka2001-06-201-0/+278
* * unroll.c: Include predict.h.hubicka2001-06-181-5/+2
* * predict.def (PRED_CALL, PRED_ERROR_RETURN): New.hubicka2001-06-101-8/+62
* * predict.def: New file.hubicka2001-06-091-34/+174
* * predict.c (predict_insn, predict_edge): New static functions.hubicka2001-06-091-73/+89
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* * simplify-rtx.c (cfc_args): add "unordered" field.hubicka2001-01-051-1/+9
* * function.h (emit_status): Delete member regno_pointer_flag andlaw2000-11-301-4/+4
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-1/+2
* * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.rth2000-05-091-13/+23
* * predict.c: Remove May 4 change.law2000-05-051-13/+0
* * predict.c (estimate_probability): If no prediction was found, thenlaw2000-05-041-0/+13
* * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.ghazi2000-05-041-3/+1
* * predict.c (estimate_probability): Examine both sides ofrth2000-04-221-32/+42
* * predict.c (expected_value_to_br_prob): Don't bomb if op1 ofrth2000-04-221-1/+11