aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-09-152003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>Zdenek Dvorak
2003-06-08 * predict.h: Convert to ISO C90 prototypes.Andreas Jaeger
2003-04-23 * Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell
2003-04-21commit two parts of my last patch that escaped, somehowNathan Sidwell
2003-03-01* predict.c (estimate_bb_frequencies): Correctly setRichard Earnshaw
2003-03-01Update copyright.Richard Earnshaw
2003-03-01* predict.c (estimate_bb_frequencies): Initialize the srealRichard Earnshaw
2003-02-22 * i386.c (builtin_description): Add __builtin_ia32_paddq andJan Hubicka
2003-02-12 * predict.c (estimate_probability): Fix roundoff error.Jan Hubicka
2003-02-11 * predict.c (choose_function_section): Choose sections correctly.Jan Hubicka
2003-02-10 * Makefile.in (sreal.o): Added.Josef Zlomek
2003-01-24 * cfgloopanal.c: New file.Zdenek Dvorak
2003-01-17 * ifcvt.c: Fix comment typos.Kazu Hirata
2003-01-15 Segher Boessenkool <segher@koffie.nl>Segher Boessenkool
2002-12-25 * output.h: Fix comment typos.Kazu Hirata
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-10-17 Really commit patch announced at Oct 14Jan Hubicka
2002-10-03 * predict.c (choose_function_section): Avoid choice for linkonce functions.Jan Hubicka
2002-07-21 * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth
2002-06-20 Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka
2002-06-01 * basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak
2002-05-28 * basic-block.h (last_basic_block): Declare.Zdenek Dvorak
2002-05-27 * basic-block.h (last_basic_block): Defined as synonym forZdenek Dvorak
2002-05-23 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):Zdenek Dvorak
2002-05-21 * bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-20 * params.c: Fix formatting.Kazu Hirata
2002-05-17 Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-15 * invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka
2002-05-08 * cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka
2002-05-02 * predict.c: (propagate_freq, estimate_bb_frequencies): UseHerman A.J. ten Brugge
2002-04-29 * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,Jan Hubicka
2002-04-04 * predict.c (estimate_bb_frequencies): Do frequency calculationRichard Henderson
2002-03-22* bb-reorder.c (make_reorder_chain_1): Protect againstDJ Delorie
2002-03-18 * predict.c (estimate_bb_frequencies): Delete unused variables.Kaveh Ghazi
2002-03-06 * predict.c (estimate_bb_frequencies): Do not reload theJan Hubicka
2002-01-22 * predict.c: Fix formatting.Kazu Hirata
2002-01-18 * bitmap.h: Fix comment formatting.Kazu Hirata
2002-01-07 * predict.c (combine_predictions_for_insn): Avoid division by zero.Jakub Jelinek
2001-12-28 * except.c: Fix comment formatting.Kazu Hirata
2001-12-22 * predict.c: Reformatting and minor cleanups.Richard Kenner
2001-12-14 * predict.c (estimate_probability): Fix LOOP_EXIT heuristic.Jan Hubicka
2001-12-13 * predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka
2001-11-23 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,Joseph Myers
2001-11-23gcc:Joseph Myers
2001-11-19 * gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka
2001-11-14 * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka
2001-11-11 * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,Joseph Myers
2001-10-07 * builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh Ghazi