summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.Jan Hubicka2008-08-281-6/+14
* predict.c (maybe_hot_frequency_p): When profile is absent, all frequencies mi...Jan Hubicka2008-08-061-0/+2
* predict.c (always_optimize_for_size_p): New function.Jan Hubicka2008-07-291-0/+80
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-143/+163
* PR 35736 -- use void_type_node for PREDICT_EXPR treeMichael Meissner2008-07-031-1/+2
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-9/+5
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-5/+5
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* predict.c (maybe_hot_frequency_p): Break out of...Jan Hubicka2008-06-021-9/+29
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* tree-pretty-print.c: Include predict.h.Jan Hubicka2008-03-181-1/+25
* (tree_bb_level_predictions): Remove variable next mistakely introducedJan Hubicka2008-02-191-1/+1
* predict.c (predict_paths_leading_to): Rewrite.Jan Hubicka2008-02-191-54/+32