summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-3/+1
* Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1999-09-061-1/+0
* Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1999-09-051-0/+2
* Include function.h in most files.Bernd Schmidt1999-08-091-1/+2
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-0/+6
* cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-01-181-2/+2
* Update FSF address in copyright header.Jeff Law1999-01-111-1/+2
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-2/+0
* profile.c (branch_prob): Call allocate_reg_info after outputting profile rtl ...David S. Miller1998-07-221-1/+4
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* Fix gcov mips switch table interaction bug reported to bug-gcc.Jim Wilson1998-04-231-3/+41
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-3/+4
* c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1998-04-011-1/+1
* Fix HPPA -fprofile-arcs abort on switch statements.Jim Wilson1998-03-311-0/+10
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-9/+1
* Workaround for -fprofile-arcs/computed goto failure.Jim Wilson1998-03-091-2/+3
* Rats. Forgot to change copyrights on the first commit.Robert Lipe1998-02-131-1/+1
* c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1998-02-131-2/+0
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1998-01-271-6/+8
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-16/+15
* Merge from gcc-2.8Jeff Law1997-12-061-2/+2
* * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.J"orn Rennecke1997-11-041-1/+7
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-4/+8
* profile.c (output_func_start_profiler): Clear flag_inline_functions for the d...J"orn Rennecke1997-10-311-0/+11
* Declare get_file_function_nameMichael Meissner1997-10-071-2/+1
* Fix undefined reference to constructor with -O3 -fprofile-arcs.Jim Wilson1997-09-051-1/+1
* Fix another -fprofile-arcs bug from Joseph Myers <jsm28@cam.ac.uk>.Jim Wilson1997-09-041-2/+4
* profile.c (output_arc_profiler): Verify next_insert_after is an INSN before a...Jim Wilson1997-09-041-5/+6
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-6/+6
* Initial revisionDoug Evans1997-03-281-0/+1634