aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-08predict.h: Convert to ISO C90 prototypes.Andreas Jaeger1-95/+58
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-14/+7
2003-04-21commit two parts of my last patch that escaped, somehowNathan Sidwell1-1/+1
2003-03-01predict.c (estimate_bb_frequencies): Correctly set real_values_initialized af...Richard Earnshaw1-0/+1
2003-03-01Update copyright.Richard Earnshaw1-1/+1
2003-03-01predict.c (estimate_bb_frequencies): Initialize the sreal constants once per ...Richard Earnshaw1-7/+12
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka1-0/+2
2003-02-12* predict.c (estimate_probability): Fix roundoff error.Jan Hubicka1-3/+8
2003-02-11* predict.c (choose_function_section): Choose sections correctly.Jan Hubicka1-1/+1
2003-02-10Makefile.in (sreal.o): Added.Josef Zlomek1-59/+52
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-3/+19
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-15Segher Boessenkool <segher@koffie.nl>Segher Boessenkool1-20/+24
2002-12-25output.h: Fix comment typos.Kazu Hirata1-6/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
2002-10-17Really commit patch announced at Oct 14 PR c/7344Jan Hubicka1-6/+18
2002-10-03* predict.c (choose_function_section): Avoid choice for linkonce functions.Jan Hubicka1-1/+6
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-3/+0
2002-06-20Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-39/+42
2002-06-01basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak1-66/+52
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-2/+0
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-9/+9
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-77/+43
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-4/+7
2002-05-20params.c: Fix formatting.Kazu Hirata1-6/+6
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-75/+106
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-106/+75
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka1-90/+184
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-28/+219
2002-05-02predict.c: (propagate_freq...Herman A.J. ten Brugge1-8/+11
2002-04-29predict.c (real_zero, [...]): New static variables.Jan Hubicka1-29/+84
2002-04-04predict.c (estimate_bb_frequencies): Do frequency calculation with a volatile...Richard Henderson1-2/+7
2002-03-21bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are...DJ Delorie1-4/+7
2002-03-18* predict.c (estimate_bb_frequencies): Delete unused variables.Kaveh R. Ghazi1-2/+0
2002-03-06predict.c (estimate_bb_frequencies): Do not reload the frequencies from notes.Jan Hubicka1-14/+0
2002-01-22predict.c: Fix formatting.Kazu Hirata1-1/+1
2002-01-18bitmap.h: Fix comment formatting.Kazu Hirata1-2/+2
2002-01-07* predict.c (combine_predictions_for_insn): Avoid division by zero.Jakub Jelinek1-2/+6
2001-12-28except.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-12-22* predict.c: Reformatting and minor cleanups.Richard Kenner1-161/+169
2001-12-14* predict.c (estimate_probability): Fix LOOP_EXIT heuristic.Jan Hubicka1-1/+1
2001-12-13predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka1-69/+86
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-23predict.c, [...]: Fix spelling errors.Joseph Myers1-5/+5
2001-11-19gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka1-4/+7
2001-11-14cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka1-0/+1
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-5/+5
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-13/+6
2001-09-21* predict.c (expected_value_to_br_prob): Use pc_set.Richard Henderson1-1/+1