| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -9/+15 |
* | * regclass.c (current_pass): Remove declaration. | Tom Tromey | 2008-02-22 | 1 | -3/+1 |
* | rtl.def (SUBREG): Update comments. | Richard Sandiford | 2007-12-19 | 1 | -4/+1 |
* | regclass.c (init_reg_autoinc): Fix typo preventing test of secondary output r... | Hans-Peter Nilsson | 2007-11-21 | 1 | -1/+1 |
* | re PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd... | Sandra Loosemore | 2007-08-30 | 1 | -33/+64 |
* | regclass.c (init_reg_autoinc): Fix typo. | Sandra Loosemore | 2007-08-27 | 1 | -1/+1 |
* | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 2007-08-27 | 1 | -28/+93 |
* | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 2007-08-23 | 1 | -0/+1 |
* | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 2007-08-14 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | regclass.c (move_table): New type. | Jan Hubicka | 2007-07-25 | 1 | -88/+169 |
* | regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to `class' parame... | Ben Elliston | 2007-07-22 | 1 | -1/+2 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -288/+202 |
* | re PR rtl-optimization/32069 (segfault in regclass() with -O0 -fsplit-wide-ty... | Ian Lance Taylor | 2007-05-24 | 1 | -0/+3 |
* | regs.h (end_hard_regno): New function. | Richard Sandiford | 2007-05-22 | 1 | -13/+3 |
* | hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of... | Richard Sandiford | 2007-05-22 | 1 | -56/+30 |
* | regclass.c (scan_one_insn): Remove splitting of two address insns. | Steven Bosscher | 2007-04-29 | 1 | -63/+1 |
* | lower-subreg.c: New file. | Ian Lance Taylor | 2007-02-01 | 1 | -18/+64 |
* | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 2007-01-03 | 1 | -8/+4 |
* | Revert: | Kazu Hirata | 2007-01-02 | 1 | -4/+8 |
* | alias.c (init_alias_analysis): Use VEC_safe_grow_cleared. | Kazu Hirata | 2007-01-02 | 1 | -8/+4 |
* | re PR target/26778 (GCC4 moves the result of a conditional block through inad... | Paolo Bonzini | 2006-09-09 | 1 | -4/+10 |
* | re PR target/27117 (SH backend cheats to reload -- disables indexed addressin... | Paolo Bonzini | 2006-04-18 | 1 | -10/+4 |
* | basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY. | Kazu Hirata | 2006-04-14 | 1 | -4/+20 |
* | re PR target/19653 (x87 reg allocated for constants for -mfpmath=sse) | Paolo Bonzini | 2006-04-03 | 1 | -4/+10 |
* | bfin-protos.h (bfin_dsp_memref_p): Declare. | Bernd Schmidt | 2006-03-21 | 1 | -51/+89 |
* | regclass.c (reg_scan_update): Remove. | Kazu Hirata | 2006-03-05 | 1 | -55/+17 |
* | regclass.c (n_non_fixed_regs): Remove. | Kazu Hirata | 2006-03-04 | 1 | -9/+0 |
* | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 2006-02-06 | 1 | -12/+12 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -8/+6 |
* | re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391) | J"orn Rennecke | 2005-11-24 | 1 | -66/+32 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -3/+3 |
* | regclass.c (reg_class_superclasses, [...]): Make them static. | Kazu Hirata | 2005-03-14 | 1 | -2/+2 |
* | bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r... | Paolo Bonzini | 2005-01-17 | 1 | -1/+1 |
* | harg-reg-set.h (reg_class_names): Prototype global array. | Roger Sayle | 2005-01-15 | 1 | -3/+5 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -15/+0 |
* | * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P) | Daniel Jacobowitz | 2004-10-12 | 1 | -14/+18 |
* | regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields. | Steven Bosscher | 2004-10-09 | 1 | -1/+0 |
* | re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p) | Richard Henderson | 2004-09-24 | 1 | -30/+97 |
* | alias.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-18 | 1 | -2/+2 |
* | re PR rtl-optimization/9771 ([x86] wrong ebp optimisation) | Roger Sayle | 2004-09-14 | 1 | -9/+19 |
* | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 2004-09-09 | 1 | -10/+5 |
* | * regclass.c (globalize_reg): Update call_really_used_regs. | J"orn Rennecke | 2004-08-19 | 1 | -0/+3 |
* | regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to ensure that... | Roger Sayle | 2004-08-17 | 1 | -0/+11 |
* | defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. | Zack Weinberg | 2004-08-03 | 1 | -8/+2 |
* | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 2004-07-22 | 1 | -4/+7 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -1/+1 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -11/+11 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -17/+17 |