aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)Author
2001-07-30 * profile.c (branch_prob): Fix .bbg info for computed gotosrth
2001-05-12 2001-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>rth
2001-03-20 * tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME formmitchel
2001-02-04 * diagnostic.h (set_internal_error_function): Renamed.kenner
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi
2001-01-10 * output.h (make_function_rtl): Remove prototype.mmitchel
2000-12-07 * config/alpha/osf.h: Standarize copyright statement.law
2000-11-17 * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack
2000-11-17 * stringpool.c: New file.zack
2000-10-13 Remove obstacks.mmitchel
2000-09-11 * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack
2000-08-29top level:zack
2000-05-19 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner
2000-05-19 * basic-block.h (struct edge_def): New field "count".rth
2000-05-19 * jump.c (redirect_jump): Add delete_unused argument. Don'trth
2000-04-21 * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.kenner
2000-01-17Update copyrightsghazi
2000-01-17 * machmode.h: PROTO -> PARAMS.ghazi
1999-12-16 * profile.c: Remove redundant #include "output.h".law
1999-11-08 * cse.c (delete_trivially_dead_insns): Replace alloca withmmitchel
1999-11-01Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner
1999-10-03 * print-tree.c (print_node, indent_to): Remove redundant prototypes.ghazi
1999-09-22 Various fixes for problems discovered stress-testing GC.samuel
1999-09-09 * function.h (free_after_compilation): Remove decl parameter.mmitchel
1999-09-07Merge in gcc2-ss-010999law
1999-09-07 * c-aux-info.c (concat): Don't define.ghazi
1999-09-06 * Makefile.in (ggc-simple.o): Depend on hash.h.mmitchel
1999-09-05 * Makefile.in (stor-layout.o): Depend on ggc.h.mmitchel
1999-08-09Include function.h in most files. Remove most of the global variablescrux
1999-01-27Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw
1999-01-18 * cpplib.c (special_symbol): Qualify a char* with the `const' keyword.ghazi
1999-01-11Update FSF address in copyright header.law
1998-11-27 * system.h: Include libiberty.h.ghazi
1998-07-22 * profile.c (branch_prob): Call allocate_reg_info after outputtingdavem
1998-05-06Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl
1998-04-23Fix gcov mips switch table interaction bug reported to bug-gcc.wilson
1998-04-04 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law
1998-04-01 * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.law
1998-03-31Fix HPPA -fprofile-arcs abort on switch statements.wilson
1998-03-20Major cutover to using system.h:ghazi
1998-03-09Workaround for -fprofile-arcs/computed goto failure.wilson
1998-02-13Rats. Forgot to change copyrights on the first commit.robertl
1998-02-13 * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl
1998-01-27/law
1998-01-14* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth
1997-12-07Merge from gcc-2.8law
1997-11-04 * profile.c (branch_prob): Insert an insn after a NOTE_INSN_SETJMP.amylaar
1997-11-02Update mainline egcs to gcc2 snapshot 971021.law
1997-10-31 * profile.c (output_func_start_profiler): Clear flag_inline_functionsamylaar
1997-10-07Declare get_file_function_namemeissner