| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P. | zack | 2003-05-05 | 1 | -4/+5 |
* | * emit-rtl.c (last_call_insn, add_function_usage_to): New functions. | kenner | 2003-05-03 | 1 | -0/+2 |
* | * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH, | zack | 2003-04-27 | 1 | -1/+1 |
* | PR 8866 | rth | 2003-04-22 | 1 | -1/+7 |
* | Break out coverage routines to new file. | nathan | 2003-04-21 | 1 | -2/+6 |
* | * emit-rtl.c (subreg_hard_regno): Check that register is representable. | hubicka | 2003-04-17 | 1 | -0/+4 |
* | * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New. | rth | 2003-04-17 | 1 | -1/+2 |
* | * rtl.h (MEM_ALIAS_SET): Update documentation. | rth | 2003-04-17 | 1 | -6/+3 |
* | 2003-04-14 Janis Johnson <janis287@us.ibm.com> | janis | 2003-04-14 | 1 | -1/+1 |
* | * rtl.def (SYMBOL_REF): Add two 0 fields. | rth | 2003-04-11 | 1 | -0/+40 |
* | 2003-04-06 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-04-06 | 1 | -4/+0 |
* | * alias.c (find_base_term): Export. | rakdver | 2003-04-05 | 1 | -0/+1 |
* | PR optimization/10157 | ebotcazou | 2003-04-03 | 1 | -0/+1 |
* | * function.c (put_var_into_stack): Change bool parameter to int. | mmitchel | 2003-03-24 | 1 | -1/+1 |
* | PR c++/7086 | mmitchel | 2003-03-24 | 1 | -1/+1 |
* | * rtl.h (subrtx_p): Renamed to rtx_referenced_p. | zlomek | 2003-03-15 | 1 | -3/+4 |
* | * cfgcleanup.c (outgoing_edges_match): Compare the jump tables. | zlomek | 2003-03-10 | 1 | -0/+10 |
* | * emit-rtl.c (set_reg_attrs_for_parm): New function. | zlomek | 2003-02-28 | 1 | -0/+1 |
* | * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New globa... | hubicka | 2003-02-20 | 1 | -1/+1 |
* | * combine.c (distribute_notes): Kill REG_EXEC_COUNT. | zlomek | 2003-02-20 | 1 | -5/+0 |
* | * genconfig.c (main): Generate CC0_P. | kazu | 2003-02-05 | 1 | -7/+0 |
* | * emit-rtl.c (reg_attrs_htab): New static variable. | hubicka | 2003-01-24 | 1 | -1/+28 |
* | PR optimization/8423 | sayle | 2003-01-23 | 1 | -0/+1 |
* | * gcse.c (one_cprop_pass): Change function arguments to take both | sayle | 2003-01-16 | 1 | -1/+2 |
* | * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern. | hubicka | 2003-01-08 | 1 | -0/+1 |
* | * ssa-dce.c (EXECUTE_IF_UNNECESSARY): Verify INSN is an | law | 2002-12-26 | 1 | -3/+4 |
* | * regmove.c: Fix comment typos. | kazu | 2002-12-24 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -1/+35 |
* | * expr.c (gen_group_rtx, emit_group_move): New functions. | danglin | 2002-11-27 | 1 | -3/+4 |
* | 2002-11-04 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-11-04 | 1 | -0/+10 |
* | Permit doloop treatment for preconditioned loops. | dalej | 2002-10-07 | 1 | -0/+1 |
* | * reload.c (push_reload): Handle subregs and secondary memory. | hubicka | 2002-09-30 | 1 | -0/+1 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -1/+1 |
* | * real.c (real_hash): New. | rth | 2002-09-20 | 1 | -6/+5 |
* | Index: gcc/ChangeLog | geoffk | 2002-09-16 | 1 | -4/+26 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -1/+1 |
* | * m68k.c (m68k_output_function_prologue, | ghazi | 2002-08-14 | 1 | -2/+0 |
* | * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN, | amylaar | 2002-07-25 | 1 | -0/+3 |
* | * rtl.def (CODE_LABEL): Remove slot 8. | zack | 2002-07-19 | 1 | -4/+52 |
* | * rtl.h (gen_rtx_CONST_VECTOR): Declare. | amylaar | 2002-07-11 | 1 | -0/+1 |
* | * cfglayout.c (scope_to_insns_initialize): Call set_block_levels. | law | 2002-06-21 | 1 | -0/+3 |
* | 2002-06-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2002-06-14 | 1 | -5/+4 |
* | * gcse.c (delete_null_pointer_checks_1): Inform caller if any | law | 2002-06-14 | 1 | -1/+1 |
* | * emit-rtl.c (static_regno_reg_rtx): Define. | law | 2002-06-13 | 1 | -0/+1 |
* | * alias.c (argument_registers): Remove. | law | 2002-06-13 | 1 | -1/+0 |
* | 2002-06-05 David S. Miller <davem@redhat.com> | davem | 2002-06-11 | 1 | -6/+0 |
* | * alias.c (static_reg_base_value): New to hold RTL for | law | 2002-06-10 | 1 | -0/+1 |
* | * i386.md (and promoting splitters): Disable QI to SImode promoting | hubicka | 2002-06-06 | 1 | -0/+8 |
* | * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New | danglin | 2002-06-06 | 1 | -0/+2 |
* | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | hubicka | 2002-06-04 | 1 | -106/+1 |