summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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