aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)Author
2005-11-05 PR rtl-optimization/23490Jan Hubicka
2005-10-31 PR profile/24487Jan Hubicka
2005-08-01 * dwarf2out.c, fold-const.c, ipa-type-escape.c,Kazu Hirata
2005-07-21gcc:Paolo Bonzini
2005-07-16 * cfg.c (update_bb_profile_for_threading): Fix profile updating.Jan Hubicka
2005-06-26 * builtins.c, c-common.c, c-convert.c, c-decl.c, c-typeck.c,Kazu Hirata
2005-06-25 * passes.c (rest_of_handle_branch_prob): Do not rebuild profiling infoJan Hubicka
2005-06-25Update FSF address.Kelley Cook
2005-06-06 * predict.c (tree_predict_edge): Don't drop useless predictions;Jan Hubicka
2005-06-04 * predict.c (tree_predict_edge): Do not predict entry edge andJan Hubicka
2005-06-03 * basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka
2005-05-27 * basic-block.h (basic_block_def): Add phi_nodes andKazu Hirata
2005-04-052005-04-05 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2005-04-03 * params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak
2005-03-10 * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak
2005-03-05 * predict.c (apply_return_prediction): Standardize PHI chainKazu Hirata
2005-03-01 * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find,Zdenek Dvorak
2005-02-17 * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.Nathan Sidwell
2005-02-07 PR target/19803Alan Modra
2005-01-20 * params.def, params.h, predict.c, tree-ssa-loop-im.c: UpdateKazu Hirata
2005-01-18 * calls.c (expand_call): Check DECL_BUILT_IN_CLASS beforeEric Botcazou
2004-11-22 * cfg.c (cached_make_edge): Use find_edge rather than an inlinedJeff Law
2004-11-19 * predict.h (predict_insn): Remove extern declaration.Ben Elliston
2004-11-13 * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,Kazu Hirata
2004-11-04 * predict.c (propagate_freq): Make bitno unsigned. MoveNathan Sidwell
2004-11-04 * predict.c (struct block_info_def): Kill "tovisit" field.Jeff Law
2004-10-242004-10-23 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-10-16 PR tree-optimization/17560Zdenek Dvorak
2004-09-282004-09-24 Ben Elliston <bje@au.ibm.com>Ben Elliston
2004-09-25 * predict.c (counts_to_freqs): Make glolbal.Jan Hubicka
2004-09-23 * cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka
2004-09-20 * predict.c (return_prediction): New function.Jan Hubicka
2004-09-20 * predict.c (expr_expected_value): Use *_CLASS_P macros.Jakub Jelinek
2004-09-20 * predict.c (estimate_probability): Remove unnecesary code.Jan Hubicka
2004-09-18 * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,Kazu Hirata
2004-09-172004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>Jeffrey D. Oldham
2004-09-17 * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c,Kazu Hirata
2004-09-16 * predict.c (expr_expected_value, strip_builtin_expect): New function.Jan Hubicka
2004-09-14 * unroll.c: Removed.Zdenek Dvorak
2004-09-14 * Makefile.in (predict.o): Depend on tree-scalar-evolution.hJan Hubicka
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Giovanni Bajo
2004-09-10 * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assertGiovanni Bajo
2004-09-10 * cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix commentKazu Hirata
2004-09-09 * basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka
2004-09-062004-09-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2004-08-18Hot/cold partitioning update patch. The problems that this patchCaroline Tice
2004-08-04 * basic-block.h (profile_staus): New global variable.Jan Hubicka
2004-07-27 * expr.h (canonicalize_condition, get_condition): Add an int argument.Richard Sandiford
2004-07-21 * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher