| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 2007-05-27 | 1 | -3/+3 |
* | tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels. | Zdenek Dvorak | 2007-05-01 | 1 | -1/+2 |
* | predict.c: Include pointer-set.h. | Zdenek Dvorak | 2007-04-22 | 1 | -36/+110 |
* | cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge. | Zdenek Dvorak | 2007-04-09 | 1 | -1/+3 |
* | arm.c, [...]: Fix comment typos. | Kazu Hirata | 2007-03-17 | 1 | -2/+2 |
* | errors.h (warning, [...]): Mark as cold. | Jan Hubicka | 2007-03-06 | 1 | -1/+29 |
* | predict.c (last_basic_block_p): Remove. | Jan Hubicka | 2007-02-27 | 1 | -25/+31 |
* | predict.def: Set outcomes according to more recent results. | Jan Hubicka | 2007-02-27 | 1 | -1/+1 |
* | tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error. | Zdenek Dvorak | 2007-02-25 | 1 | -10/+30 |
* | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 2007-02-15 | 1 | -12/+10 |
* | Makefile.in (passes.o, [...]): Add dependencies. | Jan Hubicka | 2007-02-09 | 1 | -2/+1 |
* | Patch by Tomas Bily <tbily@suse.cz> | Tomas Bily | 2007-01-19 | 1 | -0/+1 |
* | tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ... | Richard Guenther | 2007-01-08 | 1 | -2/+1 |
* | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 2006-12-10 | 1 | -3/+3 |
* | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2006-12-05 | 1 | -14/+16 |
* | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 2006-12-02 | 1 | -1/+1 |
* | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 2006-11-25 | 1 | -18/+17 |
* | predict.c (tree_estimate_probability): Check to make sure current_loops is no... | Andrew Pinski | 2006-11-23 | 1 | -1/+1 |
* | tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array. | Zdenek Dvorak | 2006-11-21 | 1 | -10/+10 |
* | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 2006-11-17 | 1 | -27/+40 |
* | tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset. | Dirk Mueller | 2006-11-16 | 1 | -2/+1 |
* | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 2006-11-11 | 1 | -73/+0 |
* | * predict.c (predict_loops): Kill RTL variant. | Jan Hubicka | 2006-11-11 | 1 | -63/+27 |
* | tm.texi: Fix a typo. | Kazu Hirata | 2006-08-25 | 1 | -2/+2 |
* | predict.c (probability_reliable_p): New predicate. | Jan Hubicka | 2006-08-23 | 1 | -8/+64 |
* | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 2006-05-28 | 1 | -1/+1 |
* | predict.c (estimate_probability): Remove. | Steven Bosscher | 2006-03-12 | 1 | -79/+0 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -1/+2 |
* | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 2006-02-26 | 1 | -2/+1 |
* | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 2006-02-06 | 1 | -11/+11 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -1/+1 |
* | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 2005-12-17 | 1 | -15/+7 |
* | tree-flow.h: Allow compilation with a C++ compiler. | Rafael Ávila de Espíndola | 2005-12-12 | 1 | -17/+17 |
* | re PR rtl-optimization/23490 (Long compile time for array initializer with in... | Jan Hubicka | 2005-11-05 | 1 | -7/+6 |
* | re PR gcov-profile/24487 (Basic block frequencies inaccurate) | Jan Hubicka | 2005-10-31 | 1 | -3/+8 |
* | dwarf2out.c, [...]: Fix comment typos. | Kazu Hirata | 2005-08-01 | 1 | -2/+2 |
* | re PR rtl-optimization/19210 (not using do-loop for some loops) | Paolo Bonzini | 2005-07-21 | 1 | -1/+1 |
* | cfg.c (update_bb_profile_for_threading): Fix profile updating. | Jan Hubicka | 2005-07-16 | 1 | -1/+1 |
* | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 2005-06-26 | 1 | -2/+2 |
* | passes.c (rest_of_handle_branch_prob): Do not rebuild profiling info when not... | Jan Hubicka | 2005-06-25 | 1 | -1/+1 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | predict.c (tree_predict_edge): Don't drop useless predictions; check that it ... | Jan Hubicka | 2005-06-06 | 1 | -2/+8 |
* | predict.c (tree_predict_edge): Do not predict entry edge and single succestor... | Jan Hubicka | 2005-06-04 | 1 | -6/+10 |
* | basic-block.h (remove_predictions_associated_with_edge): Declare. | Jan Hubicka | 2005-06-03 | 1 | -0/+18 |
* | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 2005-05-27 | 1 | -8/+8 |
* | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 2005-04-05 | 1 | -1/+1 |
* | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 2005-04-03 | 1 | -9/+5 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -9/+9 |
* | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 2005-03-10 | 1 | -1/+4 |
* | predict.c (apply_return_prediction): Standardize PHI chain walking. | Kazu Hirata | 2005-03-05 | 1 | -8/+3 |