Age | Commit message (Expand) | Author | Files | Lines |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -14/+16 |
2006-12-02 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -18/+17 |
2006-11-23 | predict.c (tree_estimate_probability): Check to make sure current_loops is no... | Andrew Pinski | 1 | -1/+1 |
2006-11-21 | tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array. | Zdenek Dvorak | 1 | -10/+10 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -27/+40 |
2006-11-16 | tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset. | Dirk Mueller | 1 | -2/+1 |
2006-11-11 | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 1 | -73/+0 |
2006-11-11 | * predict.c (predict_loops): Kill RTL variant. | Jan Hubicka | 1 | -63/+27 |
2006-08-25 | tm.texi: Fix a typo. | Kazu Hirata | 1 | -2/+2 |
2006-08-23 | predict.c (probability_reliable_p): New predicate. | Jan Hubicka | 1 | -8/+64 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-12 | predict.c (estimate_probability): Remove. | Steven Bosscher | 1 | -79/+0 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-26 | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 1 | -2/+1 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -11/+11 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -15/+7 |
2005-12-12 | tree-flow.h: Allow compilation with a C++ compiler. | Rafael Ávila de Espíndola | 1 | -17/+17 |
2005-11-05 | re PR rtl-optimization/23490 (Long compile time for array initializer with in... | Jan Hubicka | 1 | -7/+6 |
2005-10-31 | re PR gcov-profile/24487 (Basic block frequencies inaccurate) | Jan Hubicka | 1 | -3/+8 |
2005-08-01 | dwarf2out.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-07-21 | re PR rtl-optimization/19210 (not using do-loop for some loops) | Paolo Bonzini | 1 | -1/+1 |
2005-07-16 | cfg.c (update_bb_profile_for_threading): Fix profile updating. | Jan Hubicka | 1 | -1/+1 |
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 |