Age | Commit message (Expand) | Author | Files | Lines |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -27/+26 |
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 | -21/+21 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -8/+2 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -80/+80 |
2004-05-20 | Makefile.in (GTFILES): Add $(srcdir)/reload.h. | J"orn Rennecke | 1 | -2/+6 |
2004-05-06 | * reload1.c (inherit_piecemeal_p): Mark parameters potentially unused. | Roger Sayle | 1 | -1/+1 |
2004-05-04 | reload1.c (inherit_piecemeal_p): New function. | Richard Sandiford | 1 | -4/+36 |
2004-04-13 | reload1.c (emit_reload_insns): Set reg_has_output_reload to one after setting... | Ulrich Weigand | 1 | -0/+4 |
2004-03-05 | cse.c (cse_end_of_basic_block): Make static. | Paolo Bonzini | 1 | -0/+22 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -2/+2 |
2004-02-25 | reload1.c (reload): Only spill eliminable register with multiple adjacent eli... | J"orn Rennecke | 1 | -3/+16 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -10/+10 |
2004-02-19 | reload1.c (reload): Correct comment. | Ian Lance Taylor | 1 | -14/+4 |
2004-02-06 | reload1.c (check_eliminable_occurrences): Optimize the reset of can_eliminate. | Kazu Hirata | 1 | -2/+2 |
2004-02-06 | reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL note containing ... | Kazu Hirata | 1 | -11/+43 |
2004-02-03 | combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx. | Kazu Hirata | 1 | -5/+7 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -28/+28 |
2004-01-31 | alloc-pool.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-01-31 | bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 1 | -1/+1 |
2004-01-30 | re PR rtl-optimization/12147 (Wrong code with -O2 in context of reload) | Ulrich Weigand | 1 | -0/+2 |
2004-01-17 | * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc) | Daniel Jacobowitz | 1 | -12/+12 |
2003-12-22 | reload1.c: Add reg_reloaded_call_part_clobbered. | Dale Johannesen | 1 | -4/+28 |
2003-12-16 | flow.c (EXIT_IGNORE_STACK): Move to ... | Kazu Hirata | 1 | -2/+0 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -4/+5 |
2003-12-09 | defaults.h (LOCAL_REGNO): Give the default definition. | Kazu Hirata | 1 | -4/+0 |
2003-11-29 | Make NON_SAVING_SETJMP usable again. | James E Wilson | 1 | -0/+11 |
2003-11-27 | re PR rtl-optimization/13041 (linux-2.6/sound/core/oss/rate.c miscompiled) | Eric Botcazou | 1 | -0/+8 |
2003-11-20 | re PR c/13133 (Extraneous register-saves triggered by setjmp()) | James E Wilson | 1 | -9/+1 |
2003-11-19 | reload1.c (reload): Revert 2 previous checkins. | Eric Christopher | 1 | -8/+2 |
2003-11-18 | reload1.c (reload): Fix previous change. | Eric Christopher | 1 | -3/+3 |
2003-11-14 | reload1.c (reload): Revert previous patch. | Eric Christopher | 1 | -8/+8 |
2003-11-12 | reload1.c (reload): Verify that addresses for reg_equiv_* are valid for the a... | Eric Christopher | 1 | -0/+6 |
2003-10-27 | reload1.c (struct elim_table): Change offset, initial_offset and previous_off... | Jakub Jelinek | 1 | -8/+8 |
2003-10-18 | rtl.h (rtl_size): Declare. | Richard Sandiford | 1 | -7/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -34/+27 |
2003-07-10 | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 1 | -6/+0 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -263/+143 |
2003-06-29 | reload.c (find_reloads): Change push_reloads to push_reload in comment. | James E Wilson | 1 | -3/+2 |
2003-06-27 | defaults.h (REGISTER_MOVE_COST): Define default here. | Hans-Peter Nilsson | 1 | -4/+0 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -1/+1 |
2003-06-26 | Makefile.in (OBJS): Add postreload.o. | Kazu Hirata | 1 | -1472/+0 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-06-16 | tracer.c: Remove duplication declaration. | Andreas Jaeger | 1 | -3/+0 |
2003-06-12 | gcse.c (fis_get_condition): Make it a global function. | Kazu Hirata | 1 | -0/+24 |
2003-06-10 | re PR rtl-optimization/8812 ([avr] Registers allocated for two uses at once) | James E Wilson | 1 | -5/+18 |
2003-06-06 | re PR inline-asm/10890 (ICE in merge_assigned_reloads building Linux 2.4.2x s... | James E Wilson | 1 | -3/+5 |
2003-05-11 | reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's patch. | Alexandre Oliva | 1 | -9/+3 |
2003-05-09 | reload1.c (reload_cse_move2add): Don't turn an implicit truncation into a sel... | Alexandre Oliva | 1 | -4/+17 |
2003-05-03 | emit-rtl.c (last_call_insn, [...]): New functions. | Olivier Hainque | 1 | -11/+15 |