summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* PR gcov/profile/26570Zdenek Dvorak2006-08-171-1/+1
* profile.c (compute_branch_probabilities): Remove code encapsulated in !ir_typ...Richard Guenther2006-04-121-142/+38
* predict.c (estimate_probability): Remove.Steven Bosscher2006-03-121-43/+0
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-2/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-8/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-6/+8
* re PR tree-optimization/24225 (ICE: segmentation fault in profile.c:branch_prob)Steven Bosscher2005-10-241-4/+17
* profile.c (branch_prob): Split edges with goto locus on them to get proper li...Jan Hubicka2005-08-031-0/+21
* profile.c (compute_value_histograms): Fix thinko.Jan Hubicka2005-08-011-3/+2
* Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka2005-07-281-69/+10
* profile.c (rest_of_handle_branch_prob): Fix handling of estimation after RTL ...Jan Hubicka2005-07-151-1/+3
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+78
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka2005-05-251-0/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-1/+1
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-18/+10
* Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen2005-03-291-9/+21
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* profile.c (compute_branch_probabilities): Prevent crash with EH in RTL-based ...Dale Johannesen2004-11-161-1/+4
* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata2004-11-161-1/+1
* profile.c (branch_prob): Call to init_edge_profiler added.Andreas Krebbel2004-10-281-1/+5
* profile.c (brnahc_prob): Pass correct value to output_location, even when USE...Per Bothner2004-09-281-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-29/+41
* * profile.c: Fix a comment typo.Kazu Hirata2004-09-261-1/+1
* profile.c (compute_branch_probabilities): Use REG_BR_PROB notes when re-const...Jan Hubicka2004-09-251-3/+15
* predict.c (counts_to_freqs): Make glolbal.Jan Hubicka2004-09-251-0/+1
* profile.c (branch_prob): Do not verify flow info in the middle of the pass.Jan Hubicka2004-09-231-4/+0
* cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka2004-09-231-1/+2
* profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION.Frank Ch. Eigler2004-09-161-15/+21
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-2/+2
* profile.c (BB_TO_GCOV_INDEX): move more to the front.Jan Hubicka2004-09-111-57/+143
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-14/+20
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-20/+14
* Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak2004-09-011-30/+37
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+1
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-3/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-4/+7
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-379/+83
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-51/+51
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-9/+9
* Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak2003-10-191-2/+0
* re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka2003-09-291-0/+21
* libgcov.c (gcov_exit): Cleanup and fix.Zdenek Dvorak2003-08-021-1/+7
* combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak2003-07-301-1/+57