aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-18predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK.Jan Hubicka1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-12/+12
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-2/+7
2004-01-27coverage.c (get_coverage_counts): Give a different message if flag_guess_bran...J"orn Rennecke1-8/+9
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-02Update forgotten updated copy right years.Andrew Pinski1-1/+1
2004-01-02c-typeck.c (finish_init): Free spelling_base before setting it again.Andrew Pinski1-0/+3
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-38/+22
2003-12-17predict.c (struct block_info_def, [...]): Change bit-fields of width 1 to uns...Joseph Myers1-2/+2
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-14/+14
2003-09-14re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak1-2/+2
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