summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-3/+3
* 2013-04-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>ktkachov2013-04-291-1/+1
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+2
* PR tree-optimization/48186mpolacek2013-04-041-4/+9
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-2/+1
* * lto-cgraph.c (output_profile_summary, input_profile_summary): Usehubicka2013-03-291-9/+26
* PR tree-optimization/56478mpolacek2013-03-081-29/+73
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR tree-optimization/48189jakub2013-01-091-2/+8
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-2/+2
* * predict.c (maybe_hot_count_p): Use threshold from profiled workinghubicka2012-11-231-5/+12
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-5/+5
* * predict.c (predict_loops): Predict also exits not dominatinghubicka2012-11-021-1/+1
* * predict.c (predict_loops): Do not predict infinite loops.hubicka2012-11-021-0/+5
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* gcc:dehao2012-10-081-1/+83
* 2012-08-24 Martin Jambor <mjambor@suse.cz>jamborm2012-08-241-23/+22
* PR lto/45375hubicka2012-08-191-2/+4
* 2012-07-31 Dehao Chen <dehao@google.com>dehao2012-07-311-1/+1
* Hot/cold attributes for labels.rth2012-07-261-0/+23
* gcc/steven2012-07-161-2/+0
* gcc/steven2012-07-081-0/+4
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-05-08 Dehao Chen <dehao@google.com>dehao2012-05-081-0/+378
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-1/+1
* PR middle-end/52214hubicka2012-02-131-1/+1
* PR middle-end/48600hubicka2012-02-101-8/+19
* * predict.c (expr_expected_value_1): Assume compare-and-swap builtinrth2011-11-301-11/+31
* 2011-07-26 Richard Guenther <rguenther@suse.de>rguenth2011-07-261-1/+1
* 2011-06-14 Zdenek Dvorak <ook@ucw.cz>vries2011-06-141-1/+1
* Pass name cleanupsdavidxl2011-06-011-1/+1
* 2011-04-29 Richard Guenther <rguenther@suse.de>rguenth2011-04-291-1/+1
* * cgraph.h (cgraph_optimize_for_size_p): Declare.hubicka2011-04-191-7/+16
* 2011-04-11 Martin Jambor <mjambor@suse.cz>jamborm2011-04-111-4/+11
* 2011-04-11 Martin Jambor <mjambor@suse.cz>jamborm2011-04-111-3/+4
* 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