summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
Commit message (Expand)AuthorAgeFilesLines
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-7/+12
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* reload.c: (find_reloads): Skip alternatives according to the "enabled" attrib...Andreas Krebbel2008-05-271-2/+6
* defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.Andreas Krebbel2008-05-271-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* * regclass.c (current_pass): Remove declaration.Tom Tromey2008-02-221-3/+1
* rtl.def (SUBREG): Update comments.Richard Sandiford2007-12-191-4/+1
* regclass.c (init_reg_autoinc): Fix typo preventing test of secondary output r...Hans-Peter Nilsson2007-11-211-1/+1
* re PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd...Sandra Loosemore2007-08-301-33/+64
* regclass.c (init_reg_autoinc): Fix typo.Sandra Loosemore2007-08-271-1/+1
* Separate target-specific initialization from general back-end initialization.Sandra Loosemore2007-08-271-28/+93
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* regclass.c (move_table): New type.Jan Hubicka2007-07-251-88/+169
* regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to `class' parame...Ben Elliston2007-07-221-1/+2
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-288/+202
* re PR rtl-optimization/32069 (segfault in regclass() with -O0 -fsplit-wide-ty...Ian Lance Taylor2007-05-241-0/+3
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-13/+3
* hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford2007-05-221-56/+30
* regclass.c (scan_one_insn): Remove splitting of two address insns.Steven Bosscher2007-04-291-63/+1
* lower-subreg.c: New file.Ian Lance Taylor2007-02-011-18/+64
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-8/+4
* Revert:Kazu Hirata2007-01-021-4/+8
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-8/+4
* re PR target/26778 (GCC4 moves the result of a conditional block through inad...Paolo Bonzini2006-09-091-4/+10
* re PR target/27117 (SH backend cheats to reload -- disables indexed addressin...Paolo Bonzini2006-04-181-10/+4
* basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.Kazu Hirata2006-04-141-4/+20
* re PR target/19653 (x87 reg allocated for constants for -mfpmath=sse)Paolo Bonzini2006-04-031-4/+10
* bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt2006-03-211-51/+89
* regclass.c (reg_scan_update): Remove.Kazu Hirata2006-03-051-55/+17
* regclass.c (n_non_fixed_regs): Remove.Kazu Hirata2006-03-041-9/+0
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-12/+12
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-8/+6
* re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke2005-11-241-66/+32
* Update FSF address.Kelley Cook2005-06-251-2/+2
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-3/+3
* regclass.c (reg_class_superclasses, [...]): Make them static.Kazu Hirata2005-03-141-2/+2
* bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r...Paolo Bonzini2005-01-171-1/+1
* harg-reg-set.h (reg_class_names): Prototype global array.Roger Sayle2005-01-151-3/+5
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-15/+0
* * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P)Daniel Jacobowitz2004-10-121-14/+18
* regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields.Steven Bosscher2004-10-091-1/+0
* re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)Richard Henderson2004-09-241-30/+97
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-2/+2
* re PR rtl-optimization/9771 ([x86] wrong ebp optimisation)Roger Sayle2004-09-141-9/+19
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-10/+5
* * regclass.c (globalize_reg): Update call_really_used_regs.J"orn Rennecke2004-08-191-0/+3
* regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to ensure that...Roger Sayle2004-08-171-0/+11
* defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.Zack Weinberg2004-08-031-8/+2