aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-3/+3
2007-05-01tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak1-1/+2
2007-04-22predict.c: Include pointer-set.h.Zdenek Dvorak1-36/+110
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-1/+3
2007-03-17arm.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-03-06errors.h (warning, [...]): Mark as cold.Jan Hubicka1-1/+29
2007-02-27predict.c (last_basic_block_p): Remove.Jan Hubicka1-25/+31
2007-02-27predict.def: Set outcomes according to more recent results.Jan Hubicka1-1/+1
2007-02-25tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak1-10/+30
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-12/+10
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-2/+1
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-0/+1
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-2/+1
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-3/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-14/+16
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-18/+17
2006-11-23predict.c (tree_estimate_probability): Check to make sure current_loops is no...Andrew Pinski1-1/+1
2006-11-21tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak1-10/+10
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-27/+40
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+1
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-73/+0
2006-11-11* predict.c (predict_loops): Kill RTL variant.Jan Hubicka1-63/+27
2006-08-25tm.texi: Fix a typo.Kazu Hirata1-2/+2
2006-08-23predict.c (probability_reliable_p): New predicate.Jan Hubicka1-8/+64
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