]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/profile.c
Remove trailing white spaces.
[thirdparty/gcc.git] / gcc / profile.c
2009-11-25  hjlRemove trailing white spaces.
2009-06-17  ian * profile.c (total_num_never_executed): Don't define.
2008-10-24  manu2008-10-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
2008-10-07  jakub PR debug/29609
2008-09-09  hubicka * profile.c (is_edge_inconsistent): Add debug output...
2008-09-01  hubicka * predict.c (maybe_hot_count_p, maybe_hot_edge_p)...
2008-08-31  hubicka * ipa-cp.c (ipcp_need_original_clone_p): Remove.
2008-08-20  manu2008-08-20 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-18  spark2008-08-18 Paul Yuan <yingbo.com@gmail.com>
2008-08-06  ghazi * builtins.c (expand_builtin_profile_func): Avoid...
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-06-06  rwildgcc/
2008-02-26  tromeygcc
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-05-21  hubicka * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND...
2007-01-28  hubicka * expr.c (emit_block_move_via_movmem, emit_block_move_...
2007-01-19  hubickaPatch by Tomas Bily <tbily@suse.cz>
2006-12-13  hubicka * Makefile.in: Add dependencies.
2006-11-03  steven * tree-dump.c (dump_enable_all): Rename local variable
2006-08-17  rakdver PR gcov/profile/26570
2006-04-12  rguenth2006-04-12 Richard Guenther <rguenther@suse.de>
2006-03-12  steven * predict.c (estimate_probability): Remove.
2006-03-02  dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-02-15  bonzini2006-02-15 Paolo Bonzini <bonzini@gnu.org>
2006-02-06  rakdver * tree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-01-31  dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-12-17  zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-10-24  stevenPR tree-optimization/24225
2005-08-03  hubicka * profile.c (branch_prob): Split edges with goto locus...
2005-08-01  hubicka * profile.c (compute_value_histograms): Fix thinko.
2005-07-28  hubicka * Makefile.in (rtl-profile.o): Kill all traces of it.
2005-07-15  hubicka * profile.c (rest_of_handle_branch_prob): Fix handling...
2005-07-05  bonzini2005-07-05 Paolo Bonzini <bonzini@gnu.org>
2005-06-25  kcookUpdate FSF address.
2005-05-25  hubicka * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.
2005-04-21  nathan * vec.h: Update API to separate allocation mechanism...
2005-04-03  nathan * params.c (set_param_value): Use gcc_assert & gcc_unr...
2005-03-29  hubicka * Makefile.in (value-prof.o): New dependencies on...
2005-03-12  kazu * cfglayout.c, loop-doloop.c, profile.c, target-def.h,
2005-03-11  rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2004-11-16  dalej2004-11-15 Dale Johannesen <dalej@apple.com>
2004-11-16  kazu * tree-cfg.c (bsi_commit_edge_inserts): Remove an...
2004-10-28  hubicka * profile.c (branch_prob): Call to init_edge_profiler...
2004-09-29  bothner * profile.c (brnahc_prob): Pass correct value to...
2004-09-28  bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-26  kazu * profile.c: Fix a comment typo.
2004-09-25  hubicka * profile.c (compute_branch_probabilities): Use REG_BR...
2004-09-25  hubicka * predict.c (counts_to_freqs): Make glolbal.
2004-09-23  hubicka * profile.c (branch_prob): Do not verify flow info...
2004-09-23  hubicka * cfgexpand.c (add_reg_br_prob_note): New function.
2004-09-16  fche2004-09-16 Frank Ch. Eigler <fche@redhat.com>
2004-09-14  kazu * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
2004-09-11  hubicka * profile.c (BB_TO_GCOV_INDEX): move more to the front.
2004-09-10  nathanRevert 2004-09-09 Giovanni Bajo <giovannibajo@gcc...
2004-09-10  nathan * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_a...
2004-09-01  rakdver * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H...
2004-08-04  hubicka * basic-block.h (profile_staus): New global variable.
2004-07-16  rth * basic-block.h (remove_fake_exit_edges): Declare.
2004-07-09  jlquinn2004-07-08 Jerry Quinn <jlquinn@optonline.net>
2004-06-30  bothner Conditionally compile support for --enable-mapped_loca...
2004-05-13  dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-02-27  kazugcc/
2004-02-24  rth * toplev.c (dump_file_tbl): Rename from dump_file.
2003-12-13  kazu * c-typeck.c: Fix comment typos.
2003-12-11  steven2003-12-11 Steven Bosscher <steven@gcc.gnu.org>
2003-10-19  rakdver * Makefile.in (toplev.o): Add value-prof.h dependency.
2003-09-29  hubicka PR c++/12175
2003-08-02  rakdver * libgcov.c (gcov_exit): Cleanup and fix.
2003-07-30  rakdver * combine.c (distribute_notes): Cancel REG_VALUE_PROFI...
2003-07-06  aj * jump.c: Convert prototypes to ISO C90.
2003-06-26  rakdver * value-prof.c: New.
2003-06-23  kazu * basic-block.h: Fix comment formatting.
2003-05-11  nathan * coverage.h (coverage_counter_alloc): New function.
2003-05-10  nathan * defaults.h (GCOV_TYPE_SIZE): Remove.
2003-04-23  nathan * Makefile.in (LIBGCC_DEPS): Add gcov headers.
2003-04-21  nathan Break out coverage routines to new file.
2003-04-17  hubicka * emit-rtl.c (subreg_hard_regno): Check that register...
2003-04-13  zack * tree.c (build_constructor): New function.
2003-04-12  geoffk * profile.c (read_counts_file): Initialise 'checksum'.
2003-04-11  rth * libfuncs.h (LTI_setbits, LTI_gcov_flush,...
2003-04-11  nathan * Makefile.in (loop-init.o): Do not depend on gcov...
2003-04-07  nathan Change gcov file interface to single file at a time.
2003-03-31  nathan * gcov.c: Add -a & -u options.
2003-03-30  dj* profile.c (instrument_edges): Make sure any newly...
2003-02-26  rakdver * gcov-dump.c (print_prefix): Fix signedness warning.
2003-01-27  nathan * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
2003-01-18  kazu * basic-block.h: Fix comment formatting.
2002-12-25  kazu * output.h: Fix comment typos.
2002-12-24  nathan * configure.in (enable-coverage): Add SELF_COVERAGE.
2002-12-16  zackMerge basic-improvements-branch to trunk
2002-12-13  kazu * c-decl.c: Fix a comment typo.
2002-10-21  uweigand * c-opts.c (missing_arg): Use cl_options[opt_index...
2002-10-03  hubicka * final.c (final): Use symbol name as function name...
2002-09-26  kazu * c-common.h: Follow spelling conventions.
2002-09-08  kazu * basic-block.h: Fix comment formatting.
2002-08-09  nathan * profile.c (da_file_name): New static var.
2002-08-04  nathan * gcc.c (cc1_options): Pass output file as auxbase...
2002-07-29  nathan * profile.c: Add file comment describing the overall...
2002-07-21  neil * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
2002-06-11  davem2002-06-05 David S. Miller <davem@redhat.com>
next