summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-6/+11
* re PR rtl-optimization/28982 (Incorrect reloading of automodification express...Richard Sandiford2006-09-131-3/+9
* re PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20...Alexandre Oliva2006-08-171-0/+38
* re PR rtl-optimization/26655 (ICE in ix86_secondary_memory_needed, at config/...Jan Hubicka2006-08-041-1/+19
* re PR target/27858 (ICE in spill_failure, at reload1.c:1911while bootstrappin...Roger Sayle2006-06-121-4/+2
* reload.c (find_reloads): Unset force_reload for 'X' constraint.Andreas Krebbel2006-06-091-0/+1
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR rtl-optimization/27661 (ICE in subst_reloads)Ulrich Weigand2006-05-261-1/+9
* re PR target/27158 (ICE in extract_insn with -maltivec)Roger Sayle2006-05-081-5/+9
* re PR target/26826 (ICE in reg_or_subregno, at jump.c:2011)Richard Guenther2006-04-171-2/+6
* reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.Alan Modra2006-04-061-1/+1
* re PR target/19653 (x87 reg allocated for constants for -mfpmath=sse)Paolo Bonzini2006-04-031-18/+41
* bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt2006-03-211-95/+134
* re PR target/25603 (Miscompiled FORTRAN program)Denis Nagorny2006-02-161-4/+40
* reload.c (push_secondary_reload): Initialize t_icode.Bernd Schmidt2006-02-011-2/+3
* reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of mems.DJ Delorie2006-01-161-0/+2
* re PR rtl-optimization/21041 (ICE: output_operand: Cannot decompose address)Ulrich Weigand2005-12-181-1/+1
* reload.c (find_reloads): Fix comment typo.Alan Modra2005-12-161-1/+1
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-12-161-1/+1
* reload.h (reg_equiv_invariant): Declare.J"orn Rennecke2005-12-071-1/+1
* reload.c (push_secondary_reload): Fix typo: s/insn_constraint/scratch_constra...Richard Sandiford2005-12-071-1/+1
* re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke2005-11-241-155/+100
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-5/+3
* re PR middle-end/24912 (m68k build failure: ICE: in reload_cse_simplify_opera...Hans-Peter Nilsson2005-11-191-1/+3
* re PR middle-end/24750 (global-alloc (reload) trips over own confusion for un...Hans-Peter Nilsson2005-11-111-0/+18
* re PR middle-end/20606 (ICE in make_edges, at cfgbuild.c:327 on x86_64 (with ...Andrew Pinski2005-10-051-3/+6
* re PR middle-end/23135 (find_reloads_toplev -> find_reloads_subreg_address us...J"orn Rennecke2005-08-051-2/+3
* cse.c (exp_equiv_p): Special case CONST_DOUBLE.Richard Henderson2005-07-281-7/+17
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-2/+2
* Prevent out-of-bounds array access in reload.Martin Koegler2005-04-281-2/+2
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-10/+10
* re PR middle-end/20973 (kdelibs (khtml) miscompiled by reload)Michael Matz2005-04-201-2/+17
* reload.c (operands_match_p): Only increment register number for SCALAR_INT_MO...David Edelsohn2005-02-241-2/+5
* reload.c (find_reloads): Swap address_reloaded flags when swapping commutativ...Ulrich Weigand2005-02-141-0/+4
* cselib.c (cselib_process_insn): Clear out regs where HARD_REGNO_CALL_PART_CLO...Dale Johannesen2005-02-111-2/+4
* harg-reg-set.h (reg_class_names): Prototype global array.Roger Sayle2005-01-151-3/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-2/+0
* reload.c (regno_clobbered_p): Add a gcc_assert that regno refers to a hard re...Roger Sayle2004-12-231-2/+7
* re PR target/18511 (cc1plus segfaults when compiling libstdc++-v3/src/localen...Kaz Kojima2004-12-231-1/+2
* reload.c (SMALL_REGISTER_CLASS_P): New.Alexandre Oliva2004-12-151-7/+15
* reload.c (find_valid_class): Fix logic to test inner mode as well.DJ Delorie2004-12-061-15/+26
* function.h (struct function): Remove calls_longjmp.Zack Weinberg2004-11-231-4/+0
* reload.c (refers_to_mem_for_reload_p, [...]): Make them static.Kazu Hirata2004-11-091-2/+5
* reload.c (find_reloads): When reloading a PLUS with constant operand...Ulrich Weigand2004-10-141-0/+21
* * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P)Daniel Jacobowitz2004-10-121-42/+41
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-5/+8
* reload.c (find_reloads_address): Pass correct operand to maybe_memory_address_p.Ulrich Weigand2004-09-091-1/+1
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-222/+202
* reload.c (find_reloads): Swap operand_loc pointers for find_dummy_reload if w...Daniel Jacobowitz2004-09-031-3/+18