Compute DECL_ASSEMBLER_NAME lazily.
[gcc.git] / gcc / profile.c
2001-03-19 Mark MitchellCompute DECL_ASSEMBLER_NAME lazily.
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2001-01-28 Kaveh R. Ghaziconfigure.in: Arrange to include defaults.h in [ht...
2001-01-10 Mark Mitchelloutput.h (make_function_rtl): Remove prototype.
2000-12-07 Rodney Brownosf.h: Standarize copyright statement.
2000-11-17 Zack Weinbergggc.h: Delete ggc_add_string_root and ggc_mark_string.
2000-11-17 Zack Weinbergstringpool.c: New file.
2000-10-13 Mark MitchellRemove obstacks.
2000-09-11 Zack Weinbergdefaults.h: Provide default definitions for...
2000-08-29 Zack Weinbergtop level:
2000-05-19 Richard Kennercse.c (cse_basic_block): Only call find_reg_note if...
2000-05-19 Jan Hubickabasic-block.h (struct edge_def): New field "count".
2000-05-19 Richard Hendersonjump.c (redirect_jump): Add delete_unused argument.
2000-04-21 Richard Kennerrtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN...
2000-01-17 Kaveh GhaziUpdate copyrights
2000-01-17 Kaveh R. Ghazimachmode.h: PROTO -> PARAMS.
1999-12-16 Jeffrey A Law* profile.c: Remove redundant #include "output.h".
1999-11-08 Mark Mitchellcse.c (delete_trivially_dead_insns): Replace alloca...
1999-11-01 Richard Kenner[multiple changes]
1999-10-03 Kaveh R. Ghaziprint-tree.c (print_node, indent_to): Remove redundant...
1999-09-22 Alex SamuelVarious fixes for problems discovered stress-testing GC.
1999-09-09 Mark Mitchellfunction.h (free_after_compilation): Remove decl parameter.
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-07 Kaveh R. Ghazic-aux-info.c (concat): Don't define.
1999-09-06 Mark MitchellMakefile.in (ggc-simple.o): Depend on hash.h.
1999-09-05 Richard HendersonMakefile.in (stor-layout.o): Depend on ggc.h.
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-18 Kaveh R. Ghazicpplib.c (special_symbol): Qualify a char* with the...
1999-01-11 Jeff LawUpdate FSF address in copyright header.
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-07-22 David S. Millerprofile.c (branch_prob): Call allocate_reg_info after...
1998-05-06 Robert Lipetoplev.h: New file.
1998-04-23 Jim WilsonFix gcov mips switch table interaction bug reported...
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-04-01 Jeffrey A Lawc-lex.c (yylex): Initialize traditional_type, ansi_type...
1998-03-31 Jim WilsonFix HPPA -fprofile-arcs abort on switch statements.
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-09 Jim WilsonWorkaround for -fprofile-arcs/computed goto failure.
1998-02-13 Robert LipeRats. Forgot to change copyrights on the first commit.
1998-02-13 Robert Lipec-lang.c (finish_file): Bracket declaration of static_c...
1998-01-27 Jeff Lawc-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-04 J"orn Rennecke* profile.c (branch_prob): Insert an insn after a NOTE_...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-31 J"orn Renneckeprofile.c (output_func_start_profiler): Clear flag_inli...
1997-10-07 Michael MeissnerDeclare get_file_function_name
1997-09-05 Jim WilsonFix undefined reference to constructor with -O3 -fprofi...
1997-09-05 Jim WilsonFix another -fprofile-arcs bug from Joseph Myers <jsm28...
1997-09-04 Jim Wilsonprofile.c (output_arc_profiler): Verify next_insert_aft...
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-03-28 Doug EvansInitial revision