summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+1
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-9/+5
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-9/+9
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-1/+4
* predict.c (apply_return_prediction): Standardize PHI chain walking.Kazu Hirata2005-03-051-8/+3
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-9/+6
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-4/+4
* re PR target/19803 (__builtin_expect does not modify branch prediction for po...Alan Modra2005-02-081-1/+1
* params.def, [...]: Update copyright.Kazu Hirata2005-01-201-1/+2
* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou2005-01-181-2/+3
* cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law2004-11-221-20/+21
* predict.h (predict_insn): Remove extern declaration.Ben Elliston2004-11-191-1/+1
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* predict.c (propagate_freq): Make bitno unsigned.Nathan Sidwell2004-11-041-11/+11
* predict.c (struct block_info_def): Kill "tovisit" field.Jeff Law2004-11-031-27/+39
* predict.c (predict_loops): Call scev_finalize instead of scev_reset.Andrew Pinski2004-10-231-1/+1
* re PR tree-optimization/17560 (Infinite recursion in tree-scalar-evolution wi...Zdenek Dvorak2004-10-161-0/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-40/+55
* predict.c (counts_to_freqs): Make glolbal.Jan Hubicka2004-09-251-2/+1
* cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka2004-09-231-0/+9
* predict.c (return_prediction): New function.Jan Hubicka2004-09-201-11/+222
* * predict.c (expr_expected_value): Use *_CLASS_P macros.Jakub Jelinek2004-09-201-3/+2
* * predict.c (estimate_probability): Remove unnecesary code.Jan Hubicka2004-09-201-30/+2
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-2/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2004-09-171-1/+1
* predict.c (expr_expected_value, [...]): New function.Jan Hubicka2004-09-161-0/+147
* unroll.c: Removed.Zdenek Dvorak2004-09-141-1/+0
* Makefile.in (predict.o): Depend on tree-scalar-evolution.hJan Hubicka2004-09-141-5/+49
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-5/+8
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-8/+5
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-2/+2
* basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka2004-09-091-98/+143
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-0/+7
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+4
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-3/+4
* rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher2004-07-211-146/+0
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-3/+3
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-6/+6
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-0/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-77/+432
* predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK.Jan Hubicka2004-03-181-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-12/+12
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-2/+7
* coverage.c (get_coverage_counts): Give a different message if flag_guess_bran...J"orn Rennecke2004-01-271-8/+9
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* Update forgotten updated copy right years.Andrew Pinski2004-01-021-1/+1
* c-typeck.c (finish_init): Free spelling_base before setting it again.Andrew Pinski2004-01-021-0/+3