Age | Commit message (Expand) | Author | Files | Lines |
2003-02-26 | gcov-dump.c (print_prefix): Fix signedness warning. | Zdenek Dvorak | 1 | -174/+580 |
2003-01-27 | Makefile.in (LIB2FUNCS_ST): Remove _gcov. | Nathan Sidwell | 1 | -5/+1 |
2003-01-18 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-12-25 | output.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-24 | configure.in (enable-coverage): Add SELF_COVERAGE. | Nathan Sidwell | 1 | -12/+5 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -406/+748 |
2002-12-13 | c-decl.c: Fix a comment typo. | Kazu Hirata | 1 | -3/+3 |
2002-10-21 | c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op... | Ulrich Weigand | 1 | -1/+1 |
2002-10-03 | final.c (final): Use symbol name as function name for profiling. | Jan Hubicka | 1 | -5/+8 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-08 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2002-08-09 | profile.c (da_file_name): New static var. | Nathan Sidwell | 1 | -9/+9 |
2002-08-04 | gcc.c (cc1_options): Pass output file as auxbase when appropriate. | Nathan Sidwell | 1 | -3/+0 |
2002-07-29 | profile.c: Add file comment describing the overall algorithm and structures. | Nathan Sidwell | 1 | -12/+52 |
2002-07-21 | gengenrtl.c (gencode): Don't define obstack_alloc_rtx. | Neil Booth | 1 | -3/+0 |
2002-06-11 | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 1 | -1/+1 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -2/+3 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -0/+3 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -2/+2 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -40/+24 |
2002-05-21 | profile.c (gen_edge_profiler): Set alias set before the memory is used. | Jan Hubicka | 1 | -2/+8 |
2002-05-20 | params.c: Fix formatting. | Kazu Hirata | 1 | -22/+22 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -44/+55 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -55/+44 |
2002-05-12 | profile.h (profile_info): Add missing extern to declaration. | Richard Henderson | 1 | -0/+4 |
2002-05-09 | final.c (end_final): Use C trees to output data structures for profiling. | Jan Hubicka | 1 | -47/+234 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -3/+4 |
2002-03-06 | cfgrtl.c (delete_insn_and_edges, [...]): New. | Jan Hubicka | 1 | -1/+1 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-12-01 | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-21 | profile.c (compute_branch_probabilites): Compute probabilities for entry/exit... | Jan Hubicka | 1 | -25/+47 |
2001-11-21 | explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra... | Jakub Jelinek | 1 | -1/+1 |
2001-11-04 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-09-25 | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 1 | -10/+9 |
2001-09-11 | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 1 | -2/+2 |
2001-09-11 | basic-block.h (cached_make_edge, [...]): New. | Jan Hubicka | 1 | -4/+4 |
2001-09-05 | i386.c (size_cost): New static variable. | Jan Hubicka | 1 | -0/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-21 | profile.c (compute_branch_probabilities): Remove extra new-line in error mess... | Andreas Jaeger | 1 | -1/+1 |
2001-08-18 | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 1 | -3/+2 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -12/+12 |
2001-08-09 | Move constructor/destructor handling into target hooks. | Richard Henderson | 1 | -6/+7 |
2001-08-07 | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 1 | -0/+29 |
2001-08-06 | varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ... | Richard Henderson | 1 | -1/+1 |
2001-08-06 | profile.c (branch_prob): Remove unused variable insn. | Andreas Jaeger | 1 | -11/+10 |
2001-08-04 | * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes. | Jan Hubicka | 1 | -22/+8 |
2001-07-28 | basic-block.h (EDGE_FREQUENCY): New macro. | Jan Hubicka | 1 | -67/+45 |