aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-25predict.c (counts_to_freqs): Make glolbal.Jan Hubicka1-2/+1
2004-09-23cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka1-0/+9
2004-09-20predict.c (return_prediction): New function.Jan Hubicka1-11/+222
2004-09-20* predict.c (expr_expected_value): Use *_CLASS_P macros.Jakub Jelinek1-3/+2
2004-09-20* predict.c (estimate_probability): Remove unnecesary code.Jan Hubicka1-30/+2
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-16predict.c (expr_expected_value, [...]): New function.Jan Hubicka1-0/+147
2004-09-14unroll.c: Removed.Zdenek Dvorak1-1/+0
2004-09-14Makefile.in (predict.o): Depend on tree-scalar-evolution.hJan Hubicka1-5/+49
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-5/+8
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-8/+5
2004-09-10cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-09basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka1-98/+143
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+7
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-0/+4
2004-07-27expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford1-3/+4
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher1-146/+0
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson1-3/+3
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-6/+6
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-77/+432
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