summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic-block.h (struct edge_def): New field "count".Jan Hubicka2000-05-191-1170/+604
* jump.c (redirect_jump): Add delete_unused argument.Richard Henderson2000-05-191-2/+2
* rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner2000-04-211-1/+1
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-10/+10
* * profile.c: Remove redundant #include "output.h".Jeffrey A Law1999-12-161-1/+0
* cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1999-11-081-275/+295
* [multiple changes]Richard Kenner1999-10-311-3/+3
* print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1999-10-031-2/+5
* Various fixes for problems discovered stress-testing GC.Alex Samuel1999-09-221-3/+4
* function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1999-09-091-1/+1
* Merge in gcc2-ss-010999Jeff Law1999-09-061-4/+2