summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* i386.c (size_cost): New static variable.Jan Hubicka2001-09-051-0/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* profile.c (compute_branch_probabilities): Remove extra new-line in error mess...Andreas Jaeger2001-08-211-1/+1
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-3/+2
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-12/+12
* Move constructor/destructor handling into target hooks.Richard Henderson2001-08-091-6/+7
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-0/+29
* varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ...Richard Henderson2001-08-061-1/+1
* profile.c (branch_prob): Remove unused variable insn.Andreas Jaeger2001-08-061-11/+10
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka2001-08-041-22/+8
* basic-block.h (EDGE_FREQUENCY): New macro.Jan Hubicka2001-07-281-67/+45
* profile.c (branch_prob): Fix .bbg info for computed gotos and C++ EH code.Janis Johnson2001-07-111-12/+37
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-14/+21
* collect2.c (main): Use concat in lieu of xmalloc/sprintf.Kaveh R. Ghazi2001-04-231-2/+1
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-1/+0
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-2/+2
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-3/+2
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-1/+1
* osf.h: Standarize copyright statement.Rodney Brown2000-12-061-1/+2
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-5/+3
* stringpool.c: New file.Zack Weinberg2000-11-171-6/+8
* Remove obstacks.Mark Mitchell2000-10-131-1/+0
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-5/+1
* top level:Zack Weinberg2000-08-291-1/+2
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-191-0/+1
* basic-block.h (struct edge_def): New field "count".Jan Hubicka2000-05-191-1170/+604
* jump.c (redirect_jump): Add delete_unused argument.Richard Henderson2000-05-191-2/+2
* rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.Richard Kenner2000-04-211-1/+1
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* 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