| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -15/+17 |
* | * loop.c (emit_prefetch_instructions): Properly place the address computation. | hubicka | 2002-06-02 | 1 | -22/+24 |
* | * rtl.h (CC0_P): New. | rth | 2002-06-02 | 1 | -0/+7 |
* | * Makefile.in (tracer.o): New. | hubicka | 2002-06-01 | 1 | -0/+2 |
* | 2002-05-29 David S. Miller <davem@redhat.com> | davem | 2002-05-30 | 1 | -1/+0 |
* | * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when | ghazi | 2002-05-21 | 1 | -4/+4 |
* | * emit-rtl.c (global_rtl): Update comment. | zack | 2002-05-13 | 1 | -9/+3 |
* | 2002-05-10 David S. Miller <davem@redhat.com> | davem | 2002-05-10 | 1 | -3/+3 |
* | 2002-05-09 David S. Miller <davem@redhat.com> | davem | 2002-05-10 | 1 | -8/+4 |
* | * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7. | ghazi | 2002-05-10 | 1 | -1/+1 |
* | * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name, | janis | 2002-05-08 | 1 | -116/+152 |
* | * cfglayout.c (function_tail_eff_head): Rename to ... | hubicka | 2002-05-08 | 1 | -0/+11 |
* | * rtl.h (struct rtx_def): Update comments. | janis | 2002-05-07 | 1 | -59/+171 |
* | 2002-04-29 Vladimir Makarov <vmakarov@redhat.com> | vmakarov | 2002-04-29 | 1 | -13/+1 |
* | * rtl.h (RTX_FLAG): New macro. | janis | 2002-04-22 | 1 | -0/+1 |
* | PR optimization/6233 | amodra | 2002-04-10 | 1 | -0/+1 |
* | * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2, | ghazi | 2002-04-01 | 1 | -8/+8 |
* | * alias.c: (nonlocal_mentioned_p): Use for_each_rtx. | wehle | 2002-03-21 | 1 | -0/+1 |
* | * emit-rtl.c (gen_int_mode): New function. | rth | 2002-03-19 | 1 | -0/+2 |
* | * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. | hubicka | 2002-03-06 | 1 | -1/+4 |
* | * toplev.c (rest_of_compilation): Delete dead jumptables before | hubicka | 2002-03-01 | 1 | -0/+2 |
* | * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition | rth | 2002-03-01 | 1 | -1/+10 |
* | PR debug/4461 | jakub | 2002-02-20 | 1 | -0/+1 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+7 |