Age | Commit message (Expand) | Author | Files | Lines |
2004-08-02 | rtl.h (union rtunion_def): Have all members start with the prefix "rt_". | Gabriel Dos Reis | 1 | -1/+1 |
2004-07-19 | * rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call. | Roger Sayle | 1 | -7/+3 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -6/+0 |
2004-07-11 | rtlanal.c (insn_rtx_cost): New function, moved and renamed from combine.c's c... | Roger Sayle | 1 | -0/+36 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -20/+20 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -21/+0 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -13/+13 |
2004-06-21 | rtlanal.c (may_trap_p): Mark LTGT as trapping. | Paolo Bonzini | 1 | -0/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -31/+31 |
2004-05-25 | Makefile.in (OBJS): Add rtlhooks.o. | Paolo Bonzini | 1 | -0/+956 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -6/+6 |
2004-04-19 | Eliminate broken unused function. | James E Wilson | 1 | -48/+0 |
2004-04-01 | rtlanal.c (find_reg_note): Manually unswitch the loop. | Andrew Pinski | 1 | -2/+8 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -2/+2 |
2004-03-05 | rtlanal.c: Include target.h and output.h. | Paolo Bonzini | 1 | -0/+106 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -34/+44 |
2004-02-27 | c-decl.c, [...]: Fix comment typos and formatting. | Kazu Hirata | 1 | -1/+1 |
2004-02-24 | rtlanal.c (replace_label): Fix replacing labels in constant pool. | Josef Zlomek | 1 | -7/+4 |
2004-02-18 | rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX | Paul Brook | 1 | -1/+5 |
2004-02-17 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-02-17 | Index: ChangeLog | Geoffrey Keating | 1 | -12/+25 |
2004-02-05 | reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs with inner_re... | David Edelsohn | 1 | -2/+2 |
2004-02-02 | rtlanal.c (refers_to_regno_p): Test regno, not inner_regno, against FIRST_PSE... | David Edelsohn | 1 | -1/+1 |
2004-02-02 | rtlanal.c (reg_overlap_mentioned_p): Don't test CONSTANT_P (x). | Paolo Bonzini | 1 | -12/+19 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -15/+16 |
2004-01-22 | rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb. | Roger Sayle | 1 | -14/+25 |
2004-01-19 | re PR rtl-optimization/5263 (a & b & ~a & ~b not optimized) | Roger Sayle | 1 | -1/+6 |
2004-01-12 | re PR rtl-optimization/12826 (Optimizer removes reference through volatile po... | Jan Hubicka | 1 | -0/+28 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-10-18 | rtl.h (rtl_size): Declare. | Richard Sandiford | 1 | -1/+1 |
2003-08-24 | * rtlanal.c (may_trap_p): Simplify an integer comparison. | Kazu Hirata | 1 | -3/+1 |
2003-08-22 | cfgcleanup.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-21 | cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p. | Josef Zlomek | 1 | -15/+14 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -230/+95 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-27 | rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n... | Kazu Hirata | 1 | -2/+0 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -1/+1 |
2003-06-23 | ChangeLog.1: Fix a typo. | Kazu Hirata | 1 | -1/+1 |
2003-06-12 | re PR middle-end/10557 ([m68k] ICE in subreg_offset_representable_p) | Richard Henderson | 1 | -8/+2 |
2003-05-20 | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 1 | -1/+0 |
2003-04-22 | re PR middle-end/8866 (Bug in switch statement code generation -- missing label) | Richard Henderson | 1 | -0/+2 |
2003-04-19 | rtlanal.c (subreg_offset_representable_p): Fix call of subreg_lowpart. | Jan Hubicka | 1 | -5/+8 |
2003-04-18 | rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT and SIGN_EXTRACT. | Roger Sayle | 1 | -1/+3 |
2003-04-17 | emit-rtl.c (subreg_hard_regno): Check that register is representable. | Jan Hubicka | 1 | -0/+71 |
2003-03-30 | cfgbuild.c (make_edges): Use tablejump_p. | Richard Henderson | 1 | -7/+1 |
2003-03-15 | rtl.h (subrtx_p): Renamed to rtx_referenced_p. | Josef Zlomek | 1 | -24/+71 |
2003-03-15 | c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. | Roger Sayle | 1 | -1/+1 |
2003-03-14 | cselib.c (clear_table): Do not take argument; always clear just used slots. | Jan Hubicka | 1 | -13/+16 |