summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-3/+3
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak2007-05-011-1/+2
* predict.c: Include pointer-set.h.Zdenek Dvorak2007-04-221-36/+110
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak2007-04-091-1/+3
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-03-171-2/+2
* errors.h (warning, [...]): Mark as cold.Jan Hubicka2007-03-061-1/+29
* predict.c (last_basic_block_p): Remove.Jan Hubicka2007-02-271-25/+31
* predict.def: Set outcomes according to more recent results.Jan Hubicka2007-02-271-1/+1
* tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak2007-02-251-10/+30
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-12/+10
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-2/+1
* Patch by Tomas Bily <tbily@suse.cz>Tomas Bily2007-01-191-0/+1
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther2007-01-081-2/+1
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-3/+3
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-14/+16
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-1/+1
* 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