summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* predict.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-081-95/+58
* Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell2003-04-231-14/+7
* commit two parts of my last patch that escaped, somehowNathan Sidwell2003-04-211-1/+1
* predict.c (estimate_bb_frequencies): Correctly set real_values_initialized af...Richard Earnshaw2003-03-011-0/+1
* Update copyright.Richard Earnshaw2003-03-011-1/+1
* predict.c (estimate_bb_frequencies): Initialize the sreal constants once per ...Richard Earnshaw2003-03-011-7/+12
* i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka2003-02-221-0/+2
* * predict.c (estimate_probability): Fix roundoff error.Jan Hubicka2003-02-121-3/+8
* * predict.c (choose_function_section): Choose sections correctly.Jan Hubicka2003-02-111-1/+1
* Makefile.in (sreal.o): Added.Josef Zlomek2003-02-101-59/+52
* cfgloopanal.c: New file.Zdenek Dvorak2003-01-241-3/+19
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* Segher Boessenkool <segher@koffie.nl>Segher Boessenkool2003-01-151-20/+24
* output.h: Fix comment typos.Kazu Hirata2002-12-251-6/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+3
* Really commit patch announced at Oct 14 PR c/7344Jan Hubicka2002-10-171-6/+18
* * predict.c (choose_function_section): Avoid choice for linkonce functions.Jan Hubicka2002-10-031-1/+6
* gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth2002-07-211-3/+0
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-39/+42
* basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak2002-06-011-66/+52
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-2/+0
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-9/+9
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-77/+43
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-4/+7
* params.c: Fix formatting.Kazu Hirata2002-05-201-6/+6
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-75/+106
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-106/+75
* invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka2002-05-151-90/+184
* cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka2002-05-081-28/+219
* predict.c: (propagate_freq...Herman A.J. ten Brugge2002-05-021-8/+11
* predict.c (real_zero, [...]): New static variables.Jan Hubicka2002-04-291-29/+84
* predict.c (estimate_bb_frequencies): Do frequency calculation with a volatile...Richard Henderson2002-04-041-2/+7
* bb-reorder.c (make_reorder_chain_1): Protect against when redundant edges are...DJ Delorie2002-03-211-4/+7
* * predict.c (estimate_bb_frequencies): Delete unused variables.Kaveh R. Ghazi2002-03-181-2/+0
* predict.c (estimate_bb_frequencies): Do not reload the frequencies from notes.Jan Hubicka2002-03-061-14/+0
* predict.c: Fix formatting.Kazu Hirata2002-01-221-1/+1
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-2/+2
* * predict.c (combine_predictions_for_insn): Avoid division by zero.Jakub Jelinek2002-01-071-2/+6
* except.c: Fix comment formatting.Kazu Hirata2001-12-281-1/+1
* * predict.c: Reformatting and minor cleanups.Richard Kenner2001-12-221-161/+169
* * predict.c (estimate_probability): Fix LOOP_EXIT heuristic.Jan Hubicka2001-12-141-1/+1
* predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka2001-12-131-69/+86
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* predict.c, [...]: Fix spelling errors.Joseph Myers2001-11-231-5/+5
* gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka2001-11-191-4/+7
* cfglayout.c (fixup_fallthru_exit_predecesor): New static function.Jan Hubicka2001-11-141-0/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-4/+4
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-5/+5
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-13/+6
* * predict.c (expected_value_to_br_prob): Use pc_set.Richard Henderson2001-09-211-1/+1