summaryrefslogtreecommitdiff
path: root/gcc/predict.c
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka2004-09-091-98/+143
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-0/+7
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+4
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-3/+4
* rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher2004-07-211-146/+0
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-3/+3
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-6/+6
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-0/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-77/+432
* predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK.Jan Hubicka2004-03-181-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-12/+12
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-2/+7
* coverage.c (get_coverage_counts): Give a different message if flag_guess_bran...J"orn Rennecke2004-01-271-8/+9
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* Update forgotten updated copy right years.Andrew Pinski2004-01-021-1/+1
* c-typeck.c (finish_init): Free spelling_base before setting it again.Andrew Pinski2004-01-021-0/+3
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-38/+22
* predict.c (struct block_info_def, [...]): Change bit-fields of width 1 to uns...Joseph Myers2003-12-171-2/+2
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-14/+14
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-2/+2
* 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