aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-23predict.c (maybe_hot_count_p): Use threshold from profiled working set instea...Teresa Johnson1-5/+12
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-11-02predict.c (predict_loops): Predict also exits not dominating latch.Jan Hubicka1-1/+1
2012-11-02* predict.c (predict_loops): Do not predict infinite loops.Jan Hubicka1-0/+5
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-08predict.c (predict_loops): Predict for short-circuit conditions.Dehao Chen1-1/+83
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-23/+22
2012-08-19re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-2/+4
2012-07-31predict.c (tree_estimate_probability_driver): Normalize the loop when initial...Dehao Chen1-1/+1
2012-07-26Hot/cold attributes for labels.Richard Henderson1-0/+23
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+4
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-08predict.c (find_qualified_ssa_name): NewDehao Chen1-0/+378
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-1/+1
2012-02-13re PR middle-end/52214 (FAIL: g++.dg/tree-ssa/pr44706.C -std=gnu++* scan-tree...Jan Hubicka1-1/+1
2012-02-10re PR middle-end/48600 (ICE when using cold attribute)Jan Hubicka1-8/+19
2011-11-30predict.c (expr_expected_value_1): Assume compare-and-swap builtin boolean re...Richard Henderson1-11/+31
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