| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix double applied patch. | rth | 2003-02-11 | 1 | -6/+0 |
* | PR optimization/9651 | rth | 2003-02-11 | 1 | -0/+12 |
* | * ifcvt.c: Fix comment typos. | kazu | 2003-01-17 | 1 | -1/+1 |
* | PR inline-asm/8832 | ebotcazou | 2003-01-09 | 1 | -3/+3 |
* | * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern. | hubicka | 2003-01-08 | 1 | -8/+19 |
* | * regmove.c: Fix comment typos. | kazu | 2002-12-24 | 1 | -2/+2 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -10/+98 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -4/+4 |
* | * rtlanal.c (dead_or_set_regno_p): Fix typo. | grahams | 2002-09-07 | 1 | -1/+1 |
* | * Makefile.in: rtlanal.o now depends upon real.h. | sayle | 2002-07-28 | 1 | -3/+16 |
* | * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs. | hubicka | 2002-07-24 | 1 | -0/+1 |
* | * rtlanal.c (subreg_regno_offset): Return correct offset for | amylaar | 2002-07-22 | 1 | -0/+10 |
* | * rtlanal.c (volatile_refs_p): Not automatically true for CALL. | rth | 2002-06-02 | 1 | -2/+0 |
* | * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge): | hubicka | 2002-05-27 | 1 | -0/+266 |
* | * read-rtl.c: Fix formatting. | kazu | 2002-05-09 | 1 | -44/+44 |
* | 2002-04-15 David S. Miller <davem@redhat.com> | davem | 2002-04-15 | 1 | -7/+2 |
* | PR optimization/6233 | amodra | 2002-04-10 | 1 | -0/+25 |
* | * rtlanal.c: Include flags.h | hubicka | 2002-03-28 | 1 | -2/+7 |
* | * alias.c: (nonlocal_mentioned_p): Use for_each_rtx. | wehle | 2002-03-21 | 1 | -0/+77 |
* | * rtlanal.c: Include recog.h. | rth | 2002-03-12 | 1 | -6/+6 |
* | * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. | hubicka | 2002-03-06 | 1 | -0/+35 |
* | * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of | aoliva | 2002-02-21 | 1 | -0/+34 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -1/+15 |
* | * rtlanal.c (subreg_regno_offset): Do not use | kazu | 2002-01-31 | 1 | -12/+2 |
* | * bitmap.h: Fix comment formatting. | kazu | 2002-01-18 | 1 | -1/+1 |
* | * read-rtl.c: Fix formatting. | kazu | 2002-01-15 | 1 | -2/+2 |
* | * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST | kazu | 2002-01-10 | 1 | -2/+2 |
* | * rtl.h (in_expr_list_p): New declaration. | kenner | 2001-12-24 | 1 | -0/+18 |
* | * rtl.h (subreg_lsb): Declare. | wehle | 2001-12-22 | 1 | -0/+43 |
* | * rtlanal.c (get_jump_table_offset): Delete unused variable. | ghazi | 2001-12-08 | 1 | -1/+0 |
* | * rtl.h (get_jump_table_offset): Declare. | wehle | 2001-12-07 | 1 | -0/+141 |
* | * rtl.def (PREFETCH): New rtx code. | janis | 2001-12-04 | 1 | -0/+7 |
* | * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, | jsm28 | 2001-11-11 | 1 | -2/+2 |
* | * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, | jsm28 | 2001-10-28 | 1 | -2/+2 |
* | * Makefile.in (rtlanal.o): Depend on $(TM_P_H). | ghazi | 2001-10-19 | 1 | -0/+1 |
* | * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note | wehle | 2001-10-11 | 1 | -0/+5 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -56/+56 |
* | Add missing semicolon | nickc | 2001-09-14 | 1 | -1/+1 |
* | * loop.c (record_giv): Avoid simplifying MULT to ASHIFT. | rth | 2001-09-07 | 1 | -4/+4 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -2/+2 |
* | * rtlanal.c (find_first_parameter_load): Call note_stores | hubicka | 2001-08-07 | 1 | -1/+2 |
* | * rtlanal.c (find_first_parameter_load): Stop if we | rth | 2001-08-03 | 1 | -3/+7 |
* | * rtlanal.c (parms_set, find_first_parameter_load): Break out from...; | hubicka | 2001-07-29 | 1 | -0/+74 |
* | Suggested by Richard Henderson and Richard Kenner: | hubicka | 2001-07-29 | 1 | -0/+3 |
* | * basic-block.h (find_sub_basic_block): Declare. | hubicka | 2001-07-23 | 1 | -0/+39 |
* | * rtlanal.c (set_noop_p): Return true for noop jumps. | hubicka | 2001-07-20 | 1 | -0/+3 |
* | Trivial whitespace changes | kenner | 2001-07-01 | 1 | -2/+2 |
* | * rtlanal.c (rtx_unsable_p): ADDRESSOF is stable. | hubicka | 2001-06-04 | 1 | -0/+3 |
* | * rtlanal.c (operand_preference): Fix preference for objects. | hubicka | 2001-06-04 | 1 | -6/+7 |