summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* * gcov-dump.c (print_prefix): Fix signedness warning.rakdver2003-02-261-174/+580
* * Makefile.in (LIB2FUNCS_ST): Remove _gcov.nathan2003-01-271-5/+1
* * basic-block.h: Fix comment formatting.kazu2003-01-181-1/+1
* * output.h: Fix comment typos.kazu2002-12-251-1/+1
* * configure.in (enable-coverage): Add SELF_COVERAGE.nathan2002-12-241-12/+5
* Merge basic-improvements-branch to trunkzack2002-12-161-406/+748
* * c-decl.c: Fix a comment typo.kazu2002-12-131-3/+3
* * c-opts.c (missing_arg): Use cl_options[opt_index].opt_codeuweigand2002-10-211-1/+1
* * final.c (final): Use symbol name as function name for profiling.hubicka2002-10-031-5/+8
* * c-common.h: Follow spelling conventions.kazu2002-09-261-1/+1
* * basic-block.h: Fix comment formatting.kazu2002-09-081-3/+3
* * profile.c (da_file_name): New static var.nathan2002-08-091-9/+9
* * gcc.c (cc1_options): Pass output file as auxbase whennathan2002-08-041-3/+0
* * profile.c: Add file comment describing the overall algorithm andnathan2002-07-291-12/+52
* * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.neil2002-07-211-3/+0
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-2/+3
* * basic-block.h (last_basic_block): Declare.rakdver2002-05-281-0/+3
* * basic-block.h (last_basic_block): Defined as synonym forrakdver2002-05-271-2/+2
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-40/+24
* * profile.c (gen_edge_profiler): Set alias set before the memory ishubicka2002-05-211-2/+8
* * params.c: Fix formatting.kazu2002-05-201-22/+22
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-44/+55
* Basic block renumbering removal.rth2002-05-161-55/+44
* * profile.h (profile_info): Add missing extern to declaration.rth2002-05-121-0/+4
* * final.c (end_final): Use C trees to output data structures for profiling.hubicka2002-05-091-47/+234
* * Makefile.in (fold-const.o, stor-layout.o, stmt.o,neil2002-03-211-3/+4
* * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.hubicka2002-03-061-1/+1
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* * c-decl.c (duplicate_decls, parmlist_tags_warning): Removeneil2001-12-011-1/+1
* * profile.c (compute_branch_probabilites): Compute probabilitieshubicka2001-11-211-25/+47
* * explow.c (probe_stack_range): Use LCT_NORMAL as second argumentjakub2001-11-211-1/+1
* * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-041-1/+1
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-10/+9
* * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.hubicka2001-09-111-2/+2
* * basic-block.h (cached_make_edge, make_single_succ): New.hubicka2001-09-111-4/+4
* * i386.c (size_cost): New static variable.hubicka2001-09-051-0/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * profile.c (compute_branch_probabilities): Remove extra new-lineaj2001-08-211-1/+1
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-3/+2
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * gcc.c: Fix comment formatting.kazu2001-08-121-12/+12
* Move constructor/destructor handling into target hooks.rth2001-08-091-6/+7
* * calls.c (expand_call): Do not emit INSN_SETJMP note.hubicka2001-08-071-0/+29
* * varasm.c (assemble_constructor): Take a symbol_ref and arth2001-08-071-1/+1
* * profile.c (branch_prob): Remove unused variable insn.aj2001-08-061-11/+10
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.hubicka2001-08-041-22/+8
* * basic-block.h (EDGE_FREQUENCY): New macro.hubicka2001-07-281-67/+45