summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-1/+1
* re PR middle-end/52214 (FAIL: g++.dg/tree-ssa/pr44706.C -std=gnu++* scan-tree...Jan Hubicka2012-02-131-1/+1
* re PR middle-end/48600 (ICE when using cold attribute)Jan Hubicka2012-02-101-8/+19
* predict.c (expr_expected_value_1): Assume compare-and-swap builtin boolean re...Richard Henderson2011-11-301-11/+31
* predict.c (maybe_hot_frequency_p): Make sure a zero entry-block frequency mak...Richard Guenther2011-07-261-1/+1
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-1/+1
* Pass name cleanupsDavid Li2011-06-011-1/+1
* tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapp...Richard Guenther2011-04-291-1/+1
* cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka2011-04-191-7/+16
* cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor2011-04-111-4/+11
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-3/+4
* re PR target/43884 (Performance degradation for simple fibonacci numbers calc...Jan Hubicka2011-01-221-1/+1
* re PR tree-optimization/46939 (http://blog.regehr.org/archives/320 example 6)Jan Hubicka2010-12-161-5/+31
* basic-block.h (struct edge_prediction): Remove forward declaration.Laurynas Biveinis2010-12-031-0/+9
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka2010-11-231-32/+0
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-0/+2
* re PR tree-optimization/46288 (ICE: SIGSEGV in walk_gimple_op (gimple.c:2857)...Richard Guenther2010-11-031-3/+11
* cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka2010-10-161-0/+5
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/44706 (Failed to build 483.xalancbmk in SPEC CPU 2006)Jan Hubicka2010-07-021-1/+26
* predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka2010-06-291-3/+27
* * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.Jan Hubicka2010-05-301-0/+3
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-15/+35
* Remove trailing white spaces.H.J. Lu2009-11-251-15/+15
* ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka2009-11-231-1/+1
* predict.c (compute_function_frequency): Export.Jan Hubicka2009-11-181-2/+1
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* Recompute profile after Graphite.Sebastian Pop2009-08-121-88/+114
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-251-2/+2
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-2/+4
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-8/+8
* * predict.c (estimate_bb_frequencies): Fix test if profile is present.Jan Hubicka2008-12-091-1/+1
* re PR middle-end/38074 (missed inlining on Core2 Duo due to apparent wrong b...Jan Hubicka2008-12-061-2/+38
* re PR tree-optimization/37879 (ICE with "wrong" use of noreturn attribute and...Jakub Jelinek2008-10-271-1/+3
* re PR middle-end/37414 (ICE with -ffast-math)Jakub Jelinek2008-09-081-1/+2
* * predict.c (pass_strip_predict_hints): Avoid bugs dump file.Jan Hubicka2008-09-021-1/+1
* predict.c (maybe_hot_count_p, [...]): When profile is present, use only count...Jan Hubicka2008-09-011-3/+7
* predict.c (maybe_hot_bb_p, [...]): Previous commit mistakely had old version ...Jan Hubicka2008-08-311-2/+2
* postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka2008-08-311-28/+18
* cold-attribute-1.c: New testcase.Jan Hubicka2008-08-311-2/+4
* optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka2008-08-301-0/+17
* parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka2008-08-301-1/+6
* cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka2008-08-291-0/+21
* re PR middle-end/37278 (Revision 139760 causes many failures)Jan Hubicka2008-08-291-1/+1
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-0/+31
* tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not c...Jan Hubicka2008-08-291-2/+18
* cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka2008-08-291-23/+46