]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/predict.def
[testsuite] Add missing dg-require-effective-target label_values
[thirdparty/gcc.git] / gcc / predict.def
2019-06-02  tkoenig2019-06-02 Thomas Koenig <tkoenig@gcc.gnu.org>
2019-01-01  jakub Update copyright years.
2018-12-31  marxin).
2018-08-10  marxinIntroduce __builtin_expect_with_probability (PR target...
2018-08-10  marxinStrip only selected predictors after early tree passes...
2018-08-07  marxinAdd malloc predictor (PR middle-end/83023).
2018-01-23  marxinRemove predictors that are unrealiable.
2018-01-19  marxinAdjust predictor values according to SPEC2006 and SPEC2017.
2018-01-19  marxinIntroduce PROB_UNINITIALIZED constant and use it in...
2018-01-03  jakub Update copyright years.
2017-07-31  marxinRecover GOTO predictor.
2017-06-21  marxinMake early return predictor more precise.
2017-05-30  marxinFix coding style.
2017-01-10  hubicka PR middle-end/77484
2017-01-08  hubicka PR middle-end/77484
2017-01-06  hubicka PR middle-end/77484
2017-01-01  hubicka PR middle-end/77484
2017-01-01  jakub Update copyright years.
2016-06-26  hubicka * gcc.dg/predict-12.c: New testcase.
2016-06-25  hubicka * predict.c (predict_paths_leading_to, predict_paths_l...
2016-06-25  hubicka * predict.c: Include ipa-utils.h
2016-06-17  marxinChange PRED_LOOP_EXIT from 92 to 85.
2016-06-16  marxinIntroduce fortran loop preheader
2016-06-16  marxinAdd 'Fortran' to display text of all PRED_FORTRAN_*
2016-06-16  marxinFix code emission for FAIL_ALLOC predictor
2016-06-10  hubicka * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
2016-06-07  hubicka * predict.c (predict_iv_comparison): Mention that...
2016-06-05  hubicka * predict.c (predicted_by_loop_heuristics_p): New...
2016-06-02  marxinFix display name of PRED_FORTRAN_FAIL_IO
2016-05-31  hubicka * g++.d/predict-lop-exit-1.C: Update template for...
2016-01-04  jakub Update copyright years.
2015-01-05  jakub Update copyright years.
2014-04-02  mrsMerge in trunk.
2014-03-18  jakub PR ipa/58721
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-11-04  mrsMerge in trunk.
2013-10-26  law * predict.c (PRED_MUDFLAP): Remove.
2013-10-20  mrsMerge in trunk.
2013-10-03  xur * predict.c (tree_predict_by_opcode): Get the...
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2012-07-26  rthHot/cold attributes for labels.
2012-05-08  dehao2012-05-08 Dehao Chen <dehao@google.com>
2009-11-25  hjlRemove trailing white spaces.
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
2008-08-31  hubicka * gcc.target/i386/cold-attribute-1.c: New testcase.
2008-03-18  hubicka * tree-pretty-print.c: Include predict.h.
2008-02-21  hubicka * predict.def (PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OP...
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-03-06  hubicka * errors.h (warning, error, fatal, internal_error...
2007-02-28  hubicka * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
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...
2005-11-05  hubicka PR rtl-optimization/23490
2005-10-31  hubicka PR profile/24487
2005-08-01  kazu * dwarf2out.c, fold-const.c, ipa-type-escape.c,
2005-06-25  kcookUpdate FSF address.
2004-10-15  kazu * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
2004-09-20  hubicka * predict.c (return_prediction): New function.
2004-06-19  hubicka CFG transparent RTL expansion:
2004-05-13  dnovilloMerge tree-ssa-20020619-branch into mainline.
2003-11-28  bjeCorrect the description of these files in the comment...
2002-09-29  kazu * builtins.def: Fix comment formatting.
2002-05-08  hubicka * cfglayout.c (function_tail_eff_head): Rename to ...
2001-12-15  hubicka * predict.def (PRED_NORETURN, PRED_OPCODE_POSITIVE...
2001-12-13  hubicka * predict.c (estimate_probability): Reorganize opcode...
2001-10-28  jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-08-22  gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-15  hubicka * predict.c (struct block_info_def): Remove nvisited.
2001-08-13  hubicka * predict.c (dump_prediction): New argument "USED".
2001-08-08  hubicka * predict.def: Set hitrates according our experimental...
2001-07-30  hubicka * predict.def (noreturn, loop branch, loop exit):...
2001-07-28  hubicka * basic-block.h (EDGE_FREQUENCY): New macro.
2001-06-18  hubicka * unroll.c: Include predict.h.
2001-06-12  hubicka * loop.c: Include predict.h
2001-06-10  hubicka * predict.def (PRED_OPCODE): Place before call and...
2001-06-10  hubicka * predict.def (PRED_CALL, PRED_ERROR_RETURN): New.
2001-06-09  hubicka * predict.def: New file.