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