| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete SEQUENCE rtl usage outside of reorg and ssa passes. | David S. Miller | 2002-06-11 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 1 | -2/+3 |
* | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 2002-05-28 | 1 | -0/+3 |
* | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 2002-05-27 | 1 | -2/+2 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -40/+24 |
* | profile.c (gen_edge_profiler): Set alias set before the memory is used. | Jan Hubicka | 2002-05-21 | 1 | -2/+8 |
* | params.c: Fix formatting. | Kazu Hirata | 2002-05-20 | 1 | -22/+22 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -44/+55 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -55/+44 |
* | profile.h (profile_info): Add missing extern to declaration. | Richard Henderson | 2002-05-12 | 1 | -0/+4 |
* | final.c (end_final): Use C trees to output data structures for profiling. | Jan Hubicka | 2002-05-09 | 1 | -47/+234 |
* | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 2002-03-21 | 1 | -3/+4 |
* | cfgrtl.c (delete_insn_and_edges, [...]): New. | Jan Hubicka | 2002-03-06 | 1 | -1/+1 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -1/+1 |
* | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 2001-12-01 | 1 | -1/+1 |
* | profile.c (compute_branch_probabilites): Compute probabilities for entry/exit... | Jan Hubicka | 2001-11-21 | 1 | -25/+47 |
* | explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra... | Jakub Jelinek | 2001-11-21 | 1 | -1/+1 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-04 | 1 | -1/+1 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -1/+1 |
* | Makefile.in (cfgrtl.o): Add. | Jan Hubicka | 2001-09-25 | 1 | -10/+9 |
* | basic-block.h (EDGE_CRITICAL): Remove; renumber other flags. | Jan Hubicka | 2001-09-11 | 1 | -2/+2 |
* | basic-block.h (cached_make_edge, [...]): New. | Jan Hubicka | 2001-09-11 | 1 | -4/+4 |
* | i386.c (size_cost): New static variable. | Jan Hubicka | 2001-09-05 | 1 | -0/+1 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | profile.c (compute_branch_probabilities): Remove extra new-line in error mess... | Andreas Jaeger | 2001-08-21 | 1 | -1/+1 |
* | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 2001-08-18 | 1 | -3/+2 |
* | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 2001-08-13 | 1 | -0/+1 |
* | gcc.c: Fix comment formatting. | Kazu Hirata | 2001-08-12 | 1 | -12/+12 |
* | Move constructor/destructor handling into target hooks. | Richard Henderson | 2001-08-09 | 1 | -6/+7 |
* | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 2001-08-07 | 1 | -0/+29 |
* | varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ... | Richard Henderson | 2001-08-06 | 1 | -1/+1 |
* | profile.c (branch_prob): Remove unused variable insn. | Andreas Jaeger | 2001-08-06 | 1 | -11/+10 |
* | * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes. | Jan Hubicka | 2001-08-04 | 1 | -22/+8 |
* | basic-block.h (EDGE_FREQUENCY): New macro. | Jan Hubicka | 2001-07-28 | 1 | -67/+45 |
* | profile.c (branch_prob): Fix .bbg info for computed gotos and C++ EH code. | Janis Johnson | 2001-07-11 | 1 | -12/+37 |
* | regs.h (struct reg_info_def): Add freq field. | Jan Hubicka | 2001-06-22 | 1 | -14/+21 |
* | collect2.c (main): Use concat in lieu of xmalloc/sprintf. | Kaveh R. Ghazi | 2001-04-23 | 1 | -2/+1 |
* | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 2001-03-22 | 1 | -1/+0 |
* | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 2001-03-19 | 1 | -1/+0 |
* | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 2001-02-04 | 1 | -2/+2 |
* | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 2001-01-28 | 1 | -3/+2 |
* | output.h (make_function_rtl): Remove prototype. | Mark Mitchell | 2001-01-10 | 1 | -1/+1 |
* | osf.h: Standarize copyright statement. | Rodney Brown | 2000-12-06 | 1 | -1/+2 |
* | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 2000-11-17 | 1 | -5/+3 |
* | stringpool.c: New file. | Zack Weinberg | 2000-11-17 | 1 | -6/+8 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -1/+0 |
* | defaults.h: Provide default definitions for... | Zack Weinberg | 2000-09-11 | 1 | -5/+1 |
* | top level: | Zack Weinberg | 2000-08-29 | 1 | -1/+2 |
* | cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | Richard Kenner | 2000-05-19 | 1 | -0/+1 |