aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26predict.c (maybe_hot_frequency_p): Make sure a zero entry-block frequency mak...Richard Guenther1-1/+1
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-1/+1
2011-06-01Pass name cleanupsDavid Li1-1/+1
2011-04-29tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapp...Richard Guenther1-1/+1
2011-04-19cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka1-7/+16
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-4/+11
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-3/+4
2011-01-22re PR target/43884 (Performance degradation for simple fibonacci numbers calc...Jan Hubicka1-1/+1
2010-12-16re PR tree-optimization/46939 (http://blog.regehr.org/archives/320 example 6)Jan Hubicka1-5/+31
2010-12-03basic-block.h (struct edge_prediction): Remove forward declaration.Laurynas Biveinis1-0/+9
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-32/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-0/+2
2010-11-03re PR tree-optimization/46288 (ICE: SIGSEGV in walk_gimple_op (gimple.c:2857)...Richard Guenther1-3/+11
2010-10-16cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka1-0/+5
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-02re PR middle-end/44706 (Failed to build 483.xalancbmk in SPEC CPU 2006)Jan Hubicka1-1/+26
2010-06-29predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka1-3/+27
2010-05-30* predict.c (maybe_hot_edge_p): Calls to functions called once is cold.Jan Hubicka1-0/+3
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-15/+35
2009-11-25Remove trailing white spaces.H.J. Lu1-15/+15
2009-11-23ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka1-1/+1
2009-11-18predict.c (compute_function_frequency): Export.Jan Hubicka1-2/+1
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-08-12Recompute profile after Graphite.Sebastian Pop1-88/+114
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