aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-3/+4
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-1/+1
1998-03-31Fix HPPA -fprofile-arcs abort on switch statements.Jim Wilson1-0/+10
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-9/+1
1998-03-09Workaround for -fprofile-arcs/computed goto failure.Jim Wilson1-2/+3
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-2/+0
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-6/+8
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-16/+15
1997-12-06Merge from gcc-2.8Jeff Law1-2/+2
1997-11-04* profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.J"orn Rennecke1-1/+7
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-4/+8
1997-10-31profile.c (output_func_start_profiler): Clear flag_inline_functions for the d...J"orn Rennecke1-0/+11
1997-10-07Declare get_file_function_nameMichael Meissner1-2/+1
1997-09-05Fix undefined reference to constructor with -O3 -fprofile-arcs.Jim Wilson1-1/+1
1997-09-04Fix another -fprofile-arcs bug from Joseph Myers <jsm28@cam.ac.uk>.Jim Wilson1-2/+4
1997-09-04profile.c (output_arc_profiler): Verify next_insert_after is an INSN before a...Jim Wilson1-5/+6
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-6/+6
1997-03-28Initial revisionDoug Evans1-0/+1634