aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-31[multiple changes]Richard Kenner1-3/+3
1999-10-03print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1-2/+5
1999-09-22Various fixes for problems discovered stress-testing GC.Alex Samuel1-3/+4
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-4/+2
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-3/+1
1999-09-06Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1-1/+0
1999-09-05Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1-0/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-1/+2
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-0/+6
1999-01-18cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-2/+2
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-2/+0
1998-07-22profile.c (branch_prob): Call allocate_reg_info after outputting profile rtl ...David S. Miller1-1/+4
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-23Fix gcov mips switch table interaction bug reported to bug-gcc.Jim Wilson1-3/+41