summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-2/+2
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-1/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-7/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-3/+3
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak2007-05-011-1/+2
* predict.c: Include pointer-set.h.Zdenek Dvorak2007-04-221-36/+110
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak2007-04-091-1/+3
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-03-171-2/+2
* errors.h (warning, [...]): Mark as cold.Jan Hubicka2007-03-061-1/+29
* predict.c (last_basic_block_p): Remove.Jan Hubicka2007-02-271-25/+31
* predict.def: Set outcomes according to more recent results.Jan Hubicka2007-02-271-1/+1
* tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak2007-02-251-10/+30