Age | Commit message (Expand) | Author | Files | Lines |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -10/+5 |
2004-08-19 | * regclass.c (globalize_reg): Update call_really_used_regs. | J"orn Rennecke | 1 | -0/+3 |
2004-08-17 | regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to ensure that... | Roger Sayle | 1 | -0/+11 |
2004-08-03 | defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. | Zack Weinberg | 1 | -8/+2 |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -4/+7 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -1/+1 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -11/+11 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -17/+17 |
2004-06-05 | regclass.c (init_reg_sets): Check for missing registers in target initializer... | Bernardo Innocenti | 1 | -0/+6 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -2/+1 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -8/+14 |
2003-12-22 | re PR rtl-optimization/12828 (-floop-optimize is unstable on PowerPC (float t... | Dale Johannesen | 1 | -0/+2 |
2003-12-19 | dwarfout.c: Remove uses of "register" specifier in declarations of arguments ... | Kazu Hirata | 1 | -12/+3 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -4/+4 |
2003-12-01 | re PR rtl-optimization/12628 (Segfault with -fno-expensive-optimizations -fno... | Roger Sayle | 1 | -16/+14 |
2003-10-13 | Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o with min-insn-mo... | Zack Weinberg | 1 | -4/+1 |
2003-08-13 | regclass.c (init_reg_modes): Make non-static. | Per Bothner | 1 | -5/+2 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -18/+18 |
2003-07-11 | regclass.c (choose_hard_reg_mode): Add third argument. | J"orn Rennecke | 1 | -8/+14 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -105/+52 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-27 | defaults.h (REGISTER_MOVE_COST): Define default here. | Hans-Peter Nilsson | 1 | -4/+0 |
2003-02-28 | combine.c (gen_lowpart_for_combine): Update handling of subregs_of_mode | Jan Hubicka | 1 | -16/+23 |
2003-02-26 | objc-act.c: Include cgraph.h | Jan Hubicka | 1 | -0/+5 |
2003-02-03 | * regclass.c (cannot_change_mode_set_regs): Correct argument order. | Jan Hubicka | 1 | -1/+1 |
2003-01-31 | loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain. | Jan Hubicka | 1 | -6/+6 |
2003-01-28 | regclass.c (init_reg_autoinc): New function. | Mike Stump | 1 | -25/+35 |
2003-01-24 | emit-rtl.c (reg_attrs_htab): New static variable. | Jan Hubicka | 1 | -5/+5 |
2003-01-16 | arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-01-13 | Add 2003 copyright notices for constraints string patch, also 2002 notice | Joern Rennecke | 1 | -1/+1 |
2003-01-09 | defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. | J"orn Rennecke | 1 | -127/+134 |
2002-12-25 | output.h: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-04 | hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New. | Aldy Hernandez | 1 | -56/+58 |
2002-10-27 | combine.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-14 | haifa-sched.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-08-15 | loop.c (scan_loop, [...]): Cast to avoid signed/unsigned warnings. | Kaveh R. Ghazi | 1 | -10/+10 |
2002-08-14 | reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO... | Ulrich Weigand | 1 | -1/+23 |
2002-07-23 | recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'. | J"orn Rennecke | 1 | -1/+4 |
2002-07-15 | [multiple changes] | Michael Matz | 1 | -1/+19 |
2002-06-16 | regclass.c (globalize_reg): Update regs_invalidated_by_call. | Richard Henderson | 1 | -0/+1 |
2002-06-13 | emit-rtl.c (static_regno_reg_rtx): Define. | Jeff Law | 1 | -2/+7 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -6/+3 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -8/+6 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -6/+7 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -7/+6 |
2002-05-09 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -33/+33 |