summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-0/+6
* * cpplib.c (special_symbol): Qualify a char* with the `const' keyword.ghazi1999-01-181-2/+2
* Update FSF address in copyright header.law1999-01-111-1/+2
* * system.h: Include libiberty.h.ghazi1998-11-271-2/+0
* * profile.c (branch_prob): Call allocate_reg_info after outputtingdavem1998-07-221-1/+4
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* Fix gcov mips switch table interaction bug reported to bug-gcc.wilson1998-04-231-3/+41
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-3/+4
* * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.law1998-04-011-1/+1
* Fix HPPA -fprofile-arcs abort on switch statements.wilson1998-03-311-0/+10
* Major cutover to using system.h:ghazi1998-03-201-9/+1
* Workaround for -fprofile-arcs/computed goto failure.wilson1998-03-091-2/+3
* Rats. Forgot to change copyrights on the first commit.robertl1998-02-131-1/+1
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-2/+0
* /law1998-01-271-6/+8
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-16/+15
* Merge from gcc-2.8law1997-12-071-2/+2
* * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.amylaar1997-11-041-1/+7
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-4/+8
* * profile.c (output_func_start_profiler): Clear flag_inline_functionsamylaar1997-10-311-0/+11
* Declare get_file_function_namemeissner1997-10-071-2/+1
* Fix undefined reference to constructor with -O3 -fprofile-arcs.wilson1997-09-051-1/+1
* Fix another -fprofile-arcs bug from Joseph Myers <jsm28@cam.ac.uk>.wilson1997-09-051-2/+4
* * profile.c (output_arc_profiler): Verify next_insert_after is anlaw1997-09-041-5/+6
* reformat a little to match GNU coding standards.mrs1997-05-061-6/+6
* Initial revisiondje1997-03-281-0/+1634