summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* * profile.c (branch_prob): Split edges with goto locus on themhubicka2005-08-031-0/+21
* * profile.c (compute_value_histograms): Fix thinko.hubicka2005-08-011-3/+2
* * Makefile.in (rtl-profile.o): Kill all traces of it.hubicka2005-07-281-69/+10
* * profile.c (rest_of_handle_branch_prob): Fix handling of estimationhubicka2005-07-151-1/+3
* 2005-07-05 Paolo Bonzini <bonzini@gnu.org>bonzini2005-07-051-0/+78
* Update FSF address.kcook2005-06-251-2/+2
* * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.hubicka2005-05-251-0/+1
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-1/+1
* * params.c (set_param_value): Use gcc_assert & gcc_unreachable.nathan2005-04-031-18/+10
* * Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H)hubicka2005-03-291-9/+21
* * cfglayout.c, loop-doloop.c, profile.c, target-def.h,kazu2005-03-121-1/+1
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-2/+2
* 2004-11-15 Dale Johannesen <dalej@apple.com>dalej2004-11-161-1/+4
* * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.kazu2004-11-161-1/+1
* * profile.c (branch_prob): Call to init_edge_profiler added.hubicka2004-10-281-1/+5
* * profile.c (brnahc_prob): Pass correct value to output_location,bothner2004-09-291-1/+1
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-29/+41
* * profile.c: Fix a comment typo.kazu2004-09-261-1/+1
* * profile.c (compute_branch_probabilities): Use REG_BR_PROB noteshubicka2004-09-251-3/+15
* * predict.c (counts_to_freqs): Make glolbal.hubicka2004-09-251-0/+1
* * profile.c (branch_prob): Do not verify flow info in the middle of thehubicka2004-09-231-4/+0
* * cfgexpand.c (add_reg_br_prob_note): New function.hubicka2004-09-231-1/+2
* 2004-09-16 Frank Ch. Eigler <fche@redhat.com>fche2004-09-161-15/+21
* * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,kazu2004-09-141-2/+2
* * profile.c (BB_TO_GCOV_INDEX): move more to the front.hubicka2004-09-111-57/+143
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>nathan2004-09-101-14/+20
* * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assertnathan2004-09-101-20/+14
* * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency.rakdver2004-09-011-30/+37
* * basic-block.h (profile_staus): New global variable.hubicka2004-08-041-0/+1
* * basic-block.h (remove_fake_exit_edges): Declare.rth2004-07-161-3/+2
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-1/+1
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-4/+7
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-379/+83
* gcc/kazu2004-02-271-1/+1
* * toplev.c (dump_file_tbl): Rename from dump_file.rth2004-02-241-51/+51
* * c-typeck.c: Fix comment typos.kazu2003-12-131-1/+1
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-9/+9
* * Makefile.in (toplev.o): Add value-prof.h dependency.rakdver2003-10-191-2/+0
* PR c++/12175hubicka2003-09-291-0/+21
* * libgcov.c (gcov_exit): Cleanup and fix.rakdver2003-08-021-1/+7
* * combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.rakdver2003-07-301-1/+57
* * jump.c: Convert prototypes to ISO C90.aj2003-07-061-57/+54
* * value-prof.c: New.rakdver2003-06-261-2/+384
* * basic-block.h: Fix comment formatting.kazu2003-06-231-2/+2
* * coverage.h (coverage_counter_alloc): New function.nathan2003-05-111-29/+45
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-11/+13
* * Makefile.in (LIBGCC_DEPS): Add gcov headers.nathan2003-04-231-29/+9
* Break out coverage routines to new file.nathan2003-04-211-1086/+90
* * emit-rtl.c (subreg_hard_regno): Check that register is representable.hubicka2003-04-171-39/+43
* * tree.c (build_constructor): New function.zack2003-04-131-33/+21