summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-3/+5
* * tree-pretty-print.c: Include predict.h.hubicka2008-03-181-1/+25
* (tree_bb_level_predictions): Remove variable next mistakely introducedhubicka2008-02-191-1/+1
* * predict.c (predict_paths_leading_to): Rewrite.hubicka2008-02-191-54/+32
* * alias.c (memory_modified_1, memory_modified_in_insn_p):ghazi2007-08-271-2/+2
* * c-common.c (const_strip_array_types): New.ghazi2007-08-161-1/+1
* * alias.c (rtx_equal_for_memref_p): Constify.ghazi2007-08-141-7/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.rakdver2007-05-271-3/+3
* * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Userakdver2007-05-011-1/+2
* * predict.c: Include pointer-set.h.rakdver2007-04-221-36/+110
* * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.rakdver2007-04-091-1/+3