summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* Backport from mainlinehubicka2012-03-251-1/+1
* Backport from mainlinehubicka2012-03-231-8/+19
* PR tree-optimization/43884hubicka2011-01-221-1/+1
* PR middle-end/46939hubicka2010-12-161-5/+31
* 2010-12-01 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras2010-12-031-0/+9
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-2/+1
* * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.hubicka2010-11-231-32/+0
* * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,matz2010-11-171-0/+2
* 2010-11-03 Richard Guenther <rguenther@suse.de>rguenth2010-11-031-3/+11
* * cgraph.c (dump_cgraph_node): Dump same_comdat_group,hubicka2010-10-161-0/+5
* gcc/froydnj2010-08-201-1/+1
* * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call tofroydnj2010-08-191-2/+1
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* PR middle-end/44706hubicka2010-07-021-1/+26
* * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it ishubicka2010-06-291-3/+27
* * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.hubicka2010-05-301-0/+3
* * cgraph.c (cgraph_create_node): Set node frequency to normal.hubicka2010-04-261-15/+35
* Remove trailing white spaces.hjl2009-11-251-15/+15
* * ipa-cp.c (ipcp_compute_node_scale): Work around completelyhubicka2009-11-231-1/+1
* * predict.c (compute_function_frequency): Export.hubicka2009-11-181-2/+1
* * cfgrtl.c (pass_free_cfg): Add pass name.amylaar2009-11-081-1/+1
* Recompute profile after Graphite.spop2009-08-121-88/+114
* * cgraph.c (dump_cgraph_node): Dump size/time/benefit.hubicka2009-05-251-2/+2
* ./:ian2009-04-271-2/+4
* gcc/:ian2009-04-201-8/+8
* * predict.c (estimate_bb_frequencies): Fix test if profile is present.hubicka2008-12-091-1/+1
* PR tree-optimization/38074hubicka2008-12-061-2/+38
* PR tree-optimization/37879jakub2008-10-271-1/+3
* PR middle-end/37414jakub2008-09-081-1/+2
* * predict.c (pass_strip_predict_hints): Avoid bugs dump file.hubicka2008-09-021-1/+1
* * predict.c (maybe_hot_count_p, maybe_hot_edge_p): When profile ishubicka2008-09-011-3/+7
* * predict.c (maybe_hot_bb_p, maybe_hot_edge_p): Previous commithubicka2008-08-311-2/+2
* * postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_f...hubicka2008-08-311-28/+18
* * gcc.target/i386/cold-attribute-1.c: New testcase.hubicka2008-08-311-2/+4
* * optabs.c (expand_abs_nojump): Update BRANCH_COST call.hubicka2008-08-301-0/+17
* * parse.c (parse_interface): Silence uninitialized var warning.hubicka2008-08-301-1/+6
* * cgraph.c (cgraph_remove_node): Do not remove nested nodes.hubicka2008-08-291-0/+21
* PR middle-end/37278hubicka2008-08-291-1/+1
* * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.hubicka2008-08-291-0/+31
* * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loophubicka2008-08-291-2/+18
* * cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.hubicka2008-08-291-23/+46
* * expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.hubicka2008-08-281-6/+14
* * predict.c (maybe_hot_frequency_p): When profile is absent, allhubicka2008-08-061-0/+2
* * predict.c (always_optimize_for_size_p): New function.hubicka2008-07-291-0/+80
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-143/+163
* PR 35736 -- use void_type_node for PREDICT_EXPR treemeissner2008-07-031-1/+2
* * rtlanal.c (add_reg_note): New function.ian2008-07-021-9/+5
* * config/i386/driver-i386.c (detect_caches_amd,ghazi2008-06-261-5/+5
* gcc/rwild2008-06-061-2/+2
* * predict.c (maybe_hot_frequency_p): Break out of...hubicka2008-06-021-9/+29