aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-2/+2
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+4
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-8/+8
2008-12-09* predict.c (estimate_bb_frequencies): Fix test if profile is present.Jan Hubicka1-1/+1
2008-12-06re PR middle-end/38074 (missed inlining on Core2 Duo due to apparent wrong b...Jan Hubicka1-2/+38
2008-10-27re PR tree-optimization/37879 (ICE with "wrong" use of noreturn attribute and...Jakub Jelinek1-1/+3
2008-09-08re PR middle-end/37414 (ICE with -ffast-math)Jakub Jelinek1-1/+2
2008-09-02* predict.c (pass_strip_predict_hints): Avoid bugs dump file.Jan Hubicka1-1/+1
2008-09-01predict.c (maybe_hot_count_p, [...]): When profile is present, use only count...Jan Hubicka1-3/+7
2008-08-31predict.c (maybe_hot_bb_p, [...]): Previous commit mistakely had old version ...Jan Hubicka1-2/+2
2008-08-31postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka1-28/+18
2008-08-31cold-attribute-1.c: New testcase.Jan Hubicka1-2/+4
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-0/+17
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+6
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka1-0/+21
2008-08-29re PR middle-end/37278 (Revision 139760 causes many failures)Jan Hubicka1-1/+1
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-0/+31
2008-08-29tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not c...Jan Hubicka1-2/+18
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka1-23/+46
2008-08-28expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.Jan Hubicka1-6/+14
2008-08-06predict.c (maybe_hot_frequency_p): When profile is absent, all frequencies mi...Jan Hubicka1-0/+2
2008-07-29predict.c (always_optimize_for_size_p): New function.Jan Hubicka1-0/+80
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-143/+163
2008-07-03PR 35736 -- use void_type_node for PREDICT_EXPR treeMichael Meissner1-1/+2
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor1-9/+5
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-5/+5
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-06-02predict.c (maybe_hot_frequency_p): Break out of...Jan Hubicka1-9/+29
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-1/+25
2008-02-19(tree_bb_level_predictions): Remove variable next mistakely introducedJan Hubicka1-1/+1
2008-02-19predict.c (predict_paths_leading_to): Rewrite.Jan Hubicka1-54/+32
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-3/+3
2007-05-01tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak1-1/+2
2007-04-22predict.c: Include pointer-set.h.Zdenek Dvorak1-36/+110
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-1/+3
2007-03-17arm.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-03-06errors.h (warning, [...]): Mark as cold.Jan Hubicka1-1/+29
2007-02-27predict.c (last_basic_block_p): Remove.Jan Hubicka1-25/+31
2007-02-27predict.def: Set outcomes according to more recent results.Jan Hubicka1-1/+1
2007-02-25tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak1-10/+30
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-12/+10
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-2/+1
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-0/+1
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-2/+1
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-3/+3