aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-12predict.c (estimate_probability): Remove.Steven Bosscher1-79/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher1-2/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-11/+11
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-15/+7
2005-12-12tree-flow.h: Allow compilation with a C++ compiler.Rafael Ávila de Espíndola1-17/+17
2005-11-05re PR rtl-optimization/23490 (Long compile time for array initializer with in...Jan Hubicka1-7/+6
2005-10-31re PR gcov-profile/24487 (Basic block frequencies inaccurate)Jan Hubicka1-3/+8
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-07-21re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini1-1/+1
2005-07-16cfg.c (update_bb_profile_for_threading): Fix profile updating.Jan Hubicka1-1/+1
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-2/+2
2005-06-25passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info when not...Jan Hubicka1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka1-2/+8
2005-06-04predict.c (tree_predict_edge): Do not predict entry edge and single succestor...Jan Hubicka1-6/+10
2005-06-03basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka1-0/+18
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-8/+8
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+1
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-9/+5
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-9/+9
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+4
2005-03-05predict.c (apply_return_prediction): Standardize PHI chain walking.Kazu Hirata1-8/+3
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-9/+6
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-4/+4
2005-02-08re PR target/19803 (__builtin_expect does not modify branch prediction for po...Alan Modra1-1/+1
2005-01-20params.def, [...]: Update copyright.Kazu Hirata1-1/+2
2005-01-18calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI...Eric Botcazou1-2/+3
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-20/+21
2004-11-19predict.h (predict_insn): Remove extern declaration.Ben Elliston1-1/+1
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-04predict.c (propagate_freq): Make bitno unsigned.Nathan Sidwell1-11/+11
2004-11-03predict.c (struct block_info_def): Kill "tovisit" field.Jeff Law1-27/+39
2004-10-23predict.c (predict_loops): Call scev_finalize instead of scev_reset.Andrew Pinski1-1/+1
2004-10-16re PR tree-optimization/17560 (Infinite recursion in tree-scalar-evolution wi...Zdenek Dvorak1-0/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-40/+55
2004-09-25predict.c (counts_to_freqs): Make glolbal.Jan Hubicka1-2/+1
2004-09-23cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka1-0/+9
2004-09-20predict.c (return_prediction): New function.Jan Hubicka1-11/+222
2004-09-20* predict.c (expr_expected_value): Use *_CLASS_P macros.Jakub Jelinek1-3/+2
2004-09-20* predict.c (estimate_probability): Remove unnecesary code.Jan Hubicka1-30/+2
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-16predict.c (expr_expected_value, [...]): New function.Jan Hubicka1-0/+147
2004-09-14unroll.c: Removed.Zdenek Dvorak1-1/+0
2004-09-14Makefile.in (predict.o): Depend on tree-scalar-evolution.hJan Hubicka1-5/+49
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-5/+8