summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-2/+3
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-0/+3
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-2/+2
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-40/+24
* profile.c (gen_edge_profiler): Set alias set before the memory is used.Jan Hubicka2002-05-211-2/+8
* params.c: Fix formatting.Kazu Hirata2002-05-201-22/+22
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-44/+55
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-55/+44
* profile.h (profile_info): Add missing extern to declaration.Richard Henderson2002-05-121-0/+4
* final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka2002-05-091-47/+234
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-3/+4
* cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka2002-03-061-1/+1
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* profile.c (compute_branch_probabilites): Compute probabilities for entry/exit...Jan Hubicka2001-11-211-25/+47
* explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek2001-11-211-1/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-10/+9
* basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka2001-09-111-2/+2
* basic-block.h (cached_make_edge, [...]): New.Jan Hubicka2001-09-111-4/+4
* i386.c (size_cost): New static variable.Jan Hubicka2001-09-051-0/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* profile.c (compute_branch_probabilities): Remove extra new-line in error mess...Andreas Jaeger2001-08-211-1/+1
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-3/+2
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-12/+12
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-091-6/+7
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-0/+29
* varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2001-08-061-1/+1
* profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger2001-08-061-11/+10
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka2001-08-041-22/+8
* basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka2001-07-281-67/+45
* profile.c (branch_prob): Fix .bbg info for computed gotos and C++ EH code.Janis Johnson2001-07-111-12/+37
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-14/+21
* collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi2001-04-231-2/+1
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-1/+0
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-2/+2
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-3/+2
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-1/+1
* osf.h: Standarize copyright statement.Rodney Brown2000-12-061-1/+2
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-5/+3
* stringpool.c: New file.Zack Weinberg2000-11-171-6/+8
* Remove obstacks.Mark Mitchell2000-10-131-1/+0
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-5/+1
* top level:Zack Weinberg2000-08-291-1/+2
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-0/+1