Age | Commit message (Expand) | Author | Files | Lines |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -2/+2 |
2005-06-25 | passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info when not... | Jan Hubicka | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-06 | predict.c (tree_predict_edge): Don't drop useless predictions; check that it ... | Jan Hubicka | 1 | -2/+8 |
2005-06-04 | predict.c (tree_predict_edge): Do not predict entry edge and single succestor... | Jan Hubicka | 1 | -6/+10 |
2005-06-03 | basic-block.h (remove_predictions_associated_with_edge): Declare. | Jan Hubicka | 1 | -0/+18 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -8/+8 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+1 |
2005-04-03 | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 1 | -9/+5 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -9/+9 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -1/+4 |
2005-03-05 | predict.c (apply_return_prediction): Standardize PHI chain walking. | Kazu Hirata | 1 | -8/+3 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -9/+6 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -4/+4 |
2005-02-08 | re PR target/19803 (__builtin_expect does not modify branch prediction for po... | Alan Modra | 1 | -1/+1 |
2005-01-20 | params.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-01-18 | calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTI... | Eric Botcazou | 1 | -2/+3 |
2004-11-22 | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 1 | -20/+21 |
2004-11-19 | predict.h (predict_insn): Remove extern declaration. | Ben Elliston | 1 | -1/+1 |
2004-11-13 | c-cppbuiltin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-04 | predict.c (propagate_freq): Make bitno unsigned. | Nathan Sidwell | 1 | -11/+11 |
2004-11-03 | predict.c (struct block_info_def): Kill "tovisit" field. | Jeff Law | 1 | -27/+39 |
2004-10-23 | predict.c (predict_loops): Call scev_finalize instead of scev_reset. | Andrew Pinski | 1 | -1/+1 |
2004-10-16 | re PR tree-optimization/17560 (Infinite recursion in tree-scalar-evolution wi... | Zdenek Dvorak | 1 | -0/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -40/+55 |
2004-09-25 | predict.c (counts_to_freqs): Make glolbal. | Jan Hubicka | 1 | -2/+1 |
2004-09-23 | cfgexpand.c (add_reg_br_prob_note): New function. | Jan Hubicka | 1 | -0/+9 |
2004-09-20 | predict.c (return_prediction): New function. | Jan Hubicka | 1 | -11/+222 |
2004-09-20 | * predict.c (expr_expected_value): Use *_CLASS_P macros. | Jakub Jelinek | 1 | -3/+2 |
2004-09-20 | * predict.c (estimate_probability): Remove unnecesary code. | Jan Hubicka | 1 | -30/+2 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-16 | predict.c (expr_expected_value, [...]): New function. | Jan Hubicka | 1 | -0/+147 |
2004-09-14 | unroll.c: Removed. | Zdenek Dvorak | 1 | -1/+0 |
2004-09-14 | Makefile.in (predict.o): Depend on tree-scalar-evolution.h | Jan Hubicka | 1 | -5/+49 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -5/+8 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -8/+5 |
2004-09-10 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-09 | basic-block.h (guess_outgoing_edge_probabilities): Declare. | Jan Hubicka | 1 | -98/+143 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -1/+2 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+7 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 1 | -0/+4 |
2004-07-27 | expr.h (canonicalize_condition, [...]): Add an int argument. | Richard Sandiford | 1 | -3/+4 |
2004-07-21 | rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | Steven Bosscher | 1 | -146/+0 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -3/+3 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -6/+6 |
2004-05-28 | re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math) | Paolo Bonzini | 1 | -0/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -77/+432 |
2004-03-18 | predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK. | Jan Hubicka | 1 | -1/+1 |