summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * predict.c (estimate_probability): New heuristic: if a jumpzack2000-04-211-6/+27
* * loop.c (canonicalize_condition): Add WANT_REG argument.rth2000-04-171-59/+38
* * builtins.c (expand_builtin_expect): New.rth2000-04-171-0/+87
* * predict.c (estimate_probability): Added the pointer heuristic tojle2000-02-211-2/+37
* Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>jle2000-01-291-7/+12
* Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>jle2000-01-141-0/+143