Age | Commit message (Expand) | Author | Files | Lines |
2007-01-03 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -8/+4 |
2007-01-02 | Revert: | Kazu Hirata | 1 | -4/+8 |
2007-01-02 | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 1 | -8/+4 |
2006-09-09 | re PR target/26778 (GCC4 moves the result of a conditional block through inad... | Paolo Bonzini | 1 | -4/+10 |
2006-04-18 | re PR target/27117 (SH backend cheats to reload -- disables indexed addressin... | Paolo Bonzini | 1 | -10/+4 |
2006-04-14 | basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -4/+20 |
2006-04-03 | re PR target/19653 (x87 reg allocated for constants for -mfpmath=sse) | Paolo Bonzini | 1 | -4/+10 |
2006-03-21 | bfin-protos.h (bfin_dsp_memref_p): Declare. | Bernd Schmidt | 1 | -51/+89 |
2006-03-05 | regclass.c (reg_scan_update): Remove. | Kazu Hirata | 1 | -55/+17 |
2006-03-04 | regclass.c (n_non_fixed_regs): Remove. | Kazu Hirata | 1 | -9/+0 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -12/+12 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -8/+6 |
2005-11-24 | re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391) | J"orn Rennecke | 1 | -66/+32 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -3/+3 |
2005-03-14 | regclass.c (reg_class_superclasses, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2005-01-17 | bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r... | Paolo Bonzini | 1 | -1/+1 |
2005-01-15 | harg-reg-set.h (reg_class_names): Prototype global array. | Roger Sayle | 1 | -3/+5 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -15/+0 |
2004-10-12 | * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P) | Daniel Jacobowitz | 1 | -14/+18 |
2004-10-09 | regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields. | Steven Bosscher | 1 | -1/+0 |
2004-09-24 | re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p) | Richard Henderson | 1 | -30/+97 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-14 | re PR rtl-optimization/9771 ([x86] wrong ebp optimisation) | Roger Sayle | 1 | -9/+19 |
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 |