| Commit message (Expand) | Author | Age | Files | Lines |
* | basic-block.h, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG when modes are tieable. | Mark Dettinger | 2005-01-17 | 1 | -0/+1 |
* | rtlanal.c (regs_set_between_p): Remove. | Kazu Hirata | 2005-01-15 | 1 | -45/+0 |
* | combine.c (expand_compound_operation): Add comment that we fall through after... | Steven Bosscher | 2005-01-05 | 1 | -5/+3 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -1/+0 |
* | re PR rtl-optimization/17933 (ICE: in schedule_insns, at /sched-rgn.c:2555) | Hans-Peter Nilsson | 2004-11-06 | 1 | -44/+58 |
* | cfgloop.h (struct loop): Update comment. | Steven Bosscher | 2004-11-02 | 1 | -0/+312 |
* | basic-block.h: Remove the prototypes for can_hoist_insn_p... | Kazu Hirata | 2004-10-10 | 1 | -326/+0 |
* | basic-block.h: Remove the prototype for flow_preorder_transversal_compute. | Kazu Hirata | 2004-10-05 | 1 | -132/+0 |
* | re PR rtl-optimization/14851 (suboptimal fp division with -ffast-math) | Uros Bizjak | 2004-09-21 | 1 | -0/+1 |
* | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 2004-09-09 | 1 | -53/+33 |
* | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 2004-08-18 | 1 | -6/+5 |
* | rtl.h (union rtunion_def): Have all members start with the prefix "rt_". | Gabriel Dos Reis | 2004-08-02 | 1 | -1/+1 |
* | * rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call. | Roger Sayle | 2004-07-19 | 1 | -7/+3 |
* | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 2004-07-14 | 1 | -6/+0 |
* | rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c... | Roger Sayle | 2004-07-11 | 1 | -0/+36 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -20/+20 |
* | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 2004-07-04 | 1 | -21/+0 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -13/+13 |
* | rtlanal.c (may_trap_p): Mark LTGT as trapping. | Paolo Bonzini | 2004-06-21 | 1 | -0/+1 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -31/+31 |
* | Makefile.in (OBJS): Add rtlhooks.o. | Paolo Bonzini | 2004-05-25 | 1 | -0/+956 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -6/+6 |
* | Eliminate broken unused function. | James E Wilson | 2004-04-19 | 1 | -48/+0 |
* | rtlanal.c (find_reg_note): Manually unswitch the loop. | Andrew Pinski | 2004-04-01 | 1 | -2/+8 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -2/+2 |
* | rtlanal.c: Include target.h and output.h. | Paolo Bonzini | 2004-03-05 | 1 | -0/+106 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -34/+44 |
* | c-decl.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 2004-02-27 | 1 | -1/+1 |
* | rtlanal.c (replace_label): Fix replacing labels in constant pool. | Josef Zlomek | 2004-02-24 | 1 | -7/+4 |
* | rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX | Paul Brook | 2004-02-18 | 1 | -1/+5 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-02-17 | 1 | -1/+1 |
* | Index: ChangeLog | Geoffrey Keating | 2004-02-17 | 1 | -12/+25 |
* | reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs with inner_re... | David Edelsohn | 2004-02-05 | 1 | -2/+2 |
* | rtlanal.c (refers_to_regno_p): Test regno, not inner_regno, against FIRST_PSE... | David Edelsohn | 2004-02-02 | 1 | -1/+1 |
* | rtlanal.c (reg_overlap_mentioned_p): Don't test CONSTANT_P (x). | Paolo Bonzini | 2004-02-02 | 1 | -12/+19 |
* | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 2004-02-02 | 1 | -15/+16 |
* | rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb. | Roger Sayle | 2004-01-22 | 1 | -14/+25 |
* | re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized) | Roger Sayle | 2004-01-19 | 1 | -1/+6 |
* | re PR rtl-optimization/12826 (Optimizer removes reference through volatile po... | Jan Hubicka | 2004-01-12 | 1 | -0/+28 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -2/+2 |
* | rtl.h (rtl_size): Declare. | Richard Sandiford | 2003-10-18 | 1 | -1/+1 |
* | * rtlanal.c (may_trap_p): Simplify an integer comparison. | Kazu Hirata | 2003-08-24 | 1 | -3/+1 |
* | cfgcleanup.c: Fix comment typos. | Kazu Hirata | 2003-08-22 | 1 | -1/+1 |
* | cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p. | Josef Zlomek | 2003-07-21 | 1 | -15/+14 |
* | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -230/+95 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -2/+2 |
* | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 2003-06-29 | 1 | -1/+1 |
* | rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n... | Kazu Hirata | 2003-06-27 | 1 | -2/+0 |