summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-18/+17
* predict.c (tree_estimate_probability): Check to make sure current_loops is no...Andrew Pinski2006-11-231-1/+1
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-10/+10
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-27/+40
* tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller2006-11-161-2/+1
* extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka2006-11-111-73/+0
* * predict.c (predict_loops): Kill RTL variant.Jan Hubicka2006-11-111-63/+27
* tm.texi: Fix a typo.Kazu Hirata2006-08-251-2/+2
* predict.c (probability_reliable_p): New predicate.Jan Hubicka2006-08-231-8/+64
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* predict.c (estimate_probability): Remove.Steven Bosscher2006-03-121-79/+0
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* common.opt (-floop-optimize, [...]): Remove.Steven Bosscher2006-02-261-2/+1
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-11/+11
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-15/+7
* tree-flow.h: Allow compilation with a C++ compiler.Rafael Ávila de Espíndola2005-12-121-17/+17
* re PR rtl-optimization/23490 (Long compile time for array initializer with in...Jan Hubicka2005-11-051-7/+6
* re PR gcov-profile/24487 (Basic block frequencies inaccurate)Jan Hubicka2005-10-311-3/+8
* dwarf2out.c, [...]: Fix comment typos.Kazu Hirata2005-08-011-2/+2
* re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini2005-07-211-1/+1
* cfg.c (update_bb_profile_for_threading): Fix profile updating.Jan Hubicka2005-07-161-1/+1
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-2/+2
* passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info when not...Jan Hubicka2005-06-251-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka2005-06-061-2/+8
* predict.c (tree_predict_edge): Do not predict entry edge and single succestor...Jan Hubicka2005-06-041-6/+10
* basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka2005-06-031-0/+18
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-8/+8
* 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