OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / predict.c
2013-04-19 mpolacek Backport from mainline
2012-02-13 hubicka PR middle-end/52214
2012-02-10 hubicka PR middle-end/48600
2011-11-30 rth * predict.c (expr_expected_value_1): Assume...
2011-07-26 rguenth2011-07-26 Richard Guenther <rguenther@suse.de>
2011-06-14 vries2011-06-14 Zdenek Dvorak <ook@ucw.cz>
2011-06-01 davidxlPass name cleanups
2011-04-29 rguenth2011-04-29 Richard Guenther <rguenther@suse.de>
2011-04-19 hubicka * cgraph.h (cgraph_optimize_for_size_p): Declare.
2011-04-11 jamborm2011-04-11 Martin Jambor <mjambor@suse.cz>
2011-04-11 jamborm2011-04-11 Martin Jambor <mjambor@suse.cz>
2011-01-22 hubicka PR tree-optimization/43884
2010-12-16 hubicka PR middle-end/46939
2010-12-03 lauras2010-12-01 Laurynas Biveinis <laurynas.biveinis@gmail...
2010-11-30 jsm28 * diagnostic-core.h: Include bversion.h.
2010-11-23 hubicka * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
2010-11-17 matz * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,
2010-11-03 rguenth2010-11-03 Richard Guenther <rguenther@suse.de>
2010-10-16 hubicka * cgraph.c (dump_cgraph_node): Dump same_comdat_group,
2010-08-20 froydnjgcc/
2010-08-19 froydnj * cfgloop.c (get_loop_body_in_bfs_order): Avoid redund...
2010-07-08 manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-07-02 hubicka PR middle-end/44706
2010-06-29 hubicka * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR...
2010-05-30 hubicka * predict.c (maybe_hot_edge_p): Calls to functions...
2010-04-26 hubicka * cgraph.c (cgraph_create_node): Set node frequency...
2009-11-25 hjlRemove trailing white spaces.
2009-11-23 hubicka * ipa-cp.c (ipcp_compute_node_scale): Work around...
2009-11-18 hubicka * predict.c (compute_function_frequency): Export.
2009-11-08 amylaar * cfgrtl.c (pass_free_cfg): Add pass name.
2009-08-12 spopRecompute profile after Graphite.
2009-05-25 hubicka * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
2009-04-27 ian./:
2009-04-20 iangcc/:
2008-12-09 hubicka * predict.c (estimate_bb_frequencies): Fix test if...
2008-12-06 hubicka PR tree-optimization/38074
2008-10-27 jakub PR tree-optimization/37879
2008-09-08 jakub PR middle-end/37414
2008-09-02 hubicka * predict.c (pass_strip_predict_hints): Avoid bugs...
2008-09-01 hubicka * predict.c (maybe_hot_count_p, maybe_hot_edge_p)...
2008-08-31 hubicka * predict.c (maybe_hot_bb_p, maybe_hot_edge_p): Previo...
2008-08-31 hubicka * postreload-gcse.c (eliminate_partially_redundant_loa...
2008-08-31 hubicka * gcc.target/i386/cold-attribute-1.c: New testcase.
2008-08-30 hubicka * optabs.c (expand_abs_nojump): Update BRANCH_COST...
2008-08-30 hubicka * parse.c (parse_interface): Silence uninitialized...
2008-08-29 hubicka * cgraph.c (cgraph_remove_node): Do not remove nested...
2008-08-29 hubicka PR middle-end/37278
2008-08-29 hubicka * loop-unswitch.c (unswitch_single_loop): Use optimize...
2008-08-29 hubicka * tree-ssa-loop-ch.c (should_duplicate_loop_header_p...
2008-08-29 hubicka * cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE...
2008-08-28 hubicka * expmed.c (store_bit_field_1): Be prepared for movstr...
2008-08-06 hubicka * predict.c (maybe_hot_frequency_p): When profile...
2008-07-29 hubicka * predict.c (always_optimize_for_size_p): New function.
2008-07-28 rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-07-03 meissnerPR 35736 -- use void_type_node for PREDICT_EXPR tree
2008-07-02 ian * rtlanal.c (add_reg_note): New function.
2008-06-26 ghazi * config/i386/driver-i386.c (detect_caches_amd,
2008-06-06 rwildgcc/
2008-06-02 hubicka * predict.c (maybe_hot_frequency_p): Break out of...
2008-03-19 hubicka * gcc.dg/20050811-2.c: Update dumping flags.
2008-03-18 hubicka * tree-pretty-print.c: Include predict.h.
2008-02-19 hubicka (tree_bb_level_predictions): Remove variable next...
2008-02-19 hubicka * predict.c (predict_paths_leading_to): Rewrite.
2007-08-27 ghazi * alias.c (memory_modified_1, memory_modified_in_insn_p):
2007-08-16 ghazi * c-common.c (const_strip_array_types): New.
2007-08-14 ghazi * alias.c (rtx_equal_for_memref_p): Constify.
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-05-27 rakdver * tree-vrp.c (execute_vrp): Do not check whether curre...
2007-05-01 rakdver * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr...
2007-04-22 rakdver * predict.c: Include pointer-set.h.
2007-04-09 rakdver * cfgloopmanip.c (create_preheader): Do not use loop_p...
2007-03-17 kazu * config/arm/arm.c, config/arm/thumb2.md, config/m68k...
2007-03-06 hubicka * errors.h (warning, error, fatal, internal_error...
2007-02-27 hubicka * predict.c (last_basic_block_p): Remove.
2007-02-27 hubicka * predict.def: Set outcomes according to more recent...
2007-02-25 rakdver * tree-ssa-loop-niter.c (compute_estimated_nb_iteratio...
2007-02-15 sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
2007-02-09 hubicka * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
2007-01-19 hubickaPatch by Tomas Bily <tbily@suse.cz>
2007-01-08 rguenth2007-01-08 Richard Guenther <rguenther@suse.de>
2006-12-10 rakdver * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-05 aldyhMerge gimple-tuples-branch into mainline.
2006-12-02 kazu * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c,
2006-11-25 rakdver * tree-vrp.c (execute_vrp): Do not pass loops structur...
2006-11-23 pinskia2006-11-23 Andrew Pinski <pinskia@gmail.com>
2006-11-21 rakdver * tree-ssa-loop-im.c (schedule_sm, determine_lsm_ref,
2006-11-17 rakdver * tree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-16 mueller2006-11-16 Dirk Mueller <dmueller@suse.de>
2006-11-11 hubicka * extended.texi (__builtin_expect): We no longer requi...
2006-11-11 hubicka * predict.c (predict_loops): Kill RTL variant.
2006-08-25 kazu * doc/tm.texi: Fix a typo.
2006-08-23 hubicka * predict.c (probability_reliable_p): New predicate.
2006-05-28 kazu * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config...
2006-03-12 steven * predict.c (estimate_probability): Remove.
2006-03-02 dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-02-26 stevengcc/
2006-02-06 rakdver * tree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-12-17 zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-12-12 gdr2005-12-11 Rafael Ávila de Espíndola <rafael.espindola...
next