aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-44/+55
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-55/+44
2002-05-12profile.h (profile_info): Add missing extern to declaration.Richard Henderson1-0/+4
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-47/+234
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-3/+4
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-21profile.c (compute_branch_probabilites): Compute probabilities for entry/exit...Jan Hubicka1-25/+47
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-1/+1
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-10/+9
2001-09-11basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.Jan Hubicka1-2/+2
2001-09-11basic-block.h (cached_make_edge, [...]): New.Jan Hubicka1-4/+4
2001-09-05i386.c (size_cost): New static variable.Jan Hubicka1-0/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-21profile.c (compute_branch_probabilities): Remove extra new-line in error mess...Andreas Jaeger1-1/+1
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-3/+2
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-12/+12
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-6/+7
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-0/+29
2001-08-06varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson1-1/+1
2001-08-06profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger1-11/+10
2001-08-04* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka1-22/+8
2001-07-28basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka1-67/+45
2001-07-11profile.c (branch_prob): Fix .bbg info for computed gotos and C++ EH code.Janis Johnson1-12/+37
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-14/+21
2001-04-23collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi1-2/+1
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-1/+0
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-2/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-3/+2
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-1/+1
2000-12-06osf.h: Standarize copyright statement.Rodney Brown1-1/+2
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-5/+3
2000-11-17stringpool.c: New file.Zack Weinberg1-6/+8
2000-10-13Remove obstacks.Mark Mitchell1-1/+0
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-5/+1
2000-08-29top level:Zack Weinberg1-1/+2
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-0/+1
2000-05-19basic-block.h (struct edge_def): New field "count".Jan Hubicka1-1170/+604
2000-05-19jump.c (redirect_jump): Add delete_unused argument.Richard Henderson1-2/+2
2000-04-21rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner1-1/+1
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-10/+10
1999-12-16* profile.c: Remove redundant #include "output.h".Jeffrey A Law1-1/+0
1999-11-08cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1-275/+295