| Commit message (Expand) | Author | Age | Files | Lines |
* | * predict.c (estimate_bb_frequencies): Fix test if profile is present. | hubicka | 2008-12-09 | 1 | -1/+1 |
* | PR tree-optimization/38074 | hubicka | 2008-12-06 | 1 | -2/+38 |
* | PR tree-optimization/37879 | jakub | 2008-10-27 | 1 | -1/+3 |
* | PR middle-end/37414 | jakub | 2008-09-08 | 1 | -1/+2 |
* | * predict.c (pass_strip_predict_hints): Avoid bugs dump file. | hubicka | 2008-09-02 | 1 | -1/+1 |
* | * predict.c (maybe_hot_count_p, maybe_hot_edge_p): When profile is | hubicka | 2008-09-01 | 1 | -3/+7 |
* | * predict.c (maybe_hot_bb_p, maybe_hot_edge_p): Previous commit | hubicka | 2008-08-31 | 1 | -2/+2 |
* | * postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_f... | hubicka | 2008-08-31 | 1 | -28/+18 |
* | * gcc.target/i386/cold-attribute-1.c: New testcase. | hubicka | 2008-08-31 | 1 | -2/+4 |
* | * optabs.c (expand_abs_nojump): Update BRANCH_COST call. | hubicka | 2008-08-30 | 1 | -0/+17 |
* | * parse.c (parse_interface): Silence uninitialized var warning. | hubicka | 2008-08-30 | 1 | -1/+6 |
* | * cgraph.c (cgraph_remove_node): Do not remove nested nodes. | hubicka | 2008-08-29 | 1 | -0/+21 |
* | PR middle-end/37278 | hubicka | 2008-08-29 | 1 | -1/+1 |
* | * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | hubicka | 2008-08-29 | 1 | -0/+31 |
* | * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop | hubicka | 2008-08-29 | 1 | -2/+18 |
* | * cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic. | hubicka | 2008-08-29 | 1 | -23/+46 |
* | * expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail. | hubicka | 2008-08-28 | 1 | -6/+14 |
* | * predict.c (maybe_hot_frequency_p): When profile is absent, all | hubicka | 2008-08-06 | 1 | -0/+2 |
* | * predict.c (always_optimize_for_size_p): New function. | hubicka | 2008-07-29 | 1 | -0/+80 |
* | 2008-07-28 Richard Guenther <rguenther@suse.de> | rguenth | 2008-07-28 | 1 | -143/+163 |
* | PR 35736 -- use void_type_node for PREDICT_EXPR tree | meissner | 2008-07-03 | 1 | -1/+2 |
* | * rtlanal.c (add_reg_note): New function. | ian | 2008-07-02 | 1 | -9/+5 |
* | * config/i386/driver-i386.c (detect_caches_amd, | ghazi | 2008-06-26 | 1 | -5/+5 |
* | gcc/ | rwild | 2008-06-06 | 1 | -2/+2 |
* | * predict.c (maybe_hot_frequency_p): Break out of... | hubicka | 2008-06-02 | 1 | -9/+29 |
* | * gcc.dg/20050811-2.c: Update dumping flags. | hubicka | 2008-03-19 | 1 | -3/+5 |
* | * tree-pretty-print.c: Include predict.h. | hubicka | 2008-03-18 | 1 | -1/+25 |
* | (tree_bb_level_predictions): Remove variable next mistakely introduced | hubicka | 2008-02-19 | 1 | -1/+1 |
* | * predict.c (predict_paths_leading_to): Rewrite. | hubicka | 2008-02-19 | 1 | -54/+32 |
* | * alias.c (memory_modified_1, memory_modified_in_insn_p): | ghazi | 2007-08-27 | 1 | -2/+2 |
* | * c-common.c (const_strip_array_types): New. | ghazi | 2007-08-16 | 1 | -1/+1 |
* | * alias.c (rtx_equal_for_memref_p): Constify. | ghazi | 2007-08-14 | 1 | -7/+7 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | rakdver | 2007-05-27 | 1 | -3/+3 |
* | * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use | rakdver | 2007-05-01 | 1 | -1/+2 |
* | * predict.c: Include pointer-set.h. | rakdver | 2007-04-22 | 1 | -36/+110 |
* | * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge. | rakdver | 2007-04-09 | 1 | -1/+3 |
* | * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c, | kazu | 2007-03-17 | 1 | -2/+2 |
* | * errors.h (warning, error, fatal, internal_error): Mark as cold. | hubicka | 2007-03-06 | 1 | -1/+29 |
* | * predict.c (last_basic_block_p): Remove. | hubicka | 2007-02-27 | 1 | -25/+31 |
* | * predict.def: Set outcomes according to more recent results. | hubicka | 2007-02-27 | 1 | -1/+1 |
* | * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix | rakdver | 2007-02-25 | 1 | -10/+30 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -12/+10 |
* | * Makefile.in (passes.o, ipa-inline.o): Add dependencies. | hubicka | 2007-02-09 | 1 | -2/+1 |
* | Patch by Tomas Bily <tbily@suse.cz> | hubicka | 2007-01-19 | 1 | -0/+1 |
* | 2007-01-08 Richard Guenther <rguenther@suse.de> | rguenth | 2007-01-08 | 1 | -2/+1 |
* | * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | rakdver | 2006-12-10 | 1 | -3/+3 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -14/+16 |
* | * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c, | kazu | 2006-12-02 | 1 | -1/+1 |
* | * tree-vrp.c (execute_vrp): Do not pass loops structure through | rakdver | 2006-11-25 | 1 | -18/+17 |