aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-2/+2
1998-10-26combine.c (subst): Process the inputs to a parallel asm_operands only once.Richard Henderson1-83/+134
1998-10-25Warning fixes:Kaveh R. Ghazi1-1/+0
1998-10-19combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.Bernd Schmidt1-44/+17
1998-10-14combine.c (combine_instructions): When finished, call init_recog.J"orn Rennecke1-0/+3
1998-10-14Warning fixes:Kaveh R. Ghazi1-15/+19
1998-10-05combine.c (simplify_rtx): Do not replace TRUNCATE with a SUBREG if truncation...Jeff Law1-3/+6
1998-10-04combine.c (expand_field_assignment): Don't do bitwise operations on MODE_FLOA...Richard Henderson1-0/+18
1998-09-19combine.c (distribute_notes): If an insn is a cc0 user, only delete it if we ...Richard Henderson1-2/+31
1998-09-15combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law1-12/+34
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-9/+1
1998-08-18combine.c (can_combine_p): Allow combining insns with REG_RETVAL notes.Jeffrey A Law1-1/+12
1998-07-06combine.c (expand_compound_operation): Fix thinko in code to optimize (zero_e...Jeffrey A Law1-1/+1
1998-07-05combine.c (simplify_comparison): Do not commute a AND into a paradoxical SUBR...Jeffrey A Law1-0/+10
1998-07-01* combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs.Alasdair Baird1-2/+2
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-21/+17
1998-06-24optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr1-2/+3
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-05-21combine.c (nonzero_bits): For paradoxical subregs, take LOAD_EXTENDED_OP into...J"orn Rennecke1-8/+16
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+2
1998-04-16loop.c (regs_patch_p): Add prototype.Jeff Law1-0/+1
1998-04-14combine.c (simplify_rtx, [...]): Respect value of TRULY_NOOP_TRUNCATION.Jeff Law1-1/+3
1998-04-06combine.c (can_combine_p): Include successor in volatile test.Catherine Moore1-6/+11
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-12/+64
1998-03-25* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).Richard Henderson1-0/+17
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+2
1998-03-18Fix more warnings...Kaveh R. Ghazi1-0/+2
1998-02-18emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.Jeffrey A Law1-32/+0
1998-02-17combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when simplifying a su...Richard Henderson1-0/+32
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-1/+5
1998-02-13* combine.c (can_combine_p): Handle USEs in PARALLELs.J"orn Rennecke1-0/+37
1998-01-31* combine.c (simplify_shift_const): Fix typo in last change.Jeffrey A Law1-1/+2
1998-01-31combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt))) is (trunca...John Carr1-0/+22
1998-01-28rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.Jeff Law1-2/+2
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1-5/+11
1998-01-17combine.c (force_to_mode, [...]): Correctly optimize constant offset computat...David S. Miller1-10/+51
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-128/+136
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-1/+1
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-0/+3
1997-12-16* combine.c (force_to_mode): return immediately if operand is a CLOBBER.Christian Iseli1-2/+5
1997-12-11Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law1-3/+5
1997-12-10* combine.c (simplify_rtx, case ABS): Do nothing for ASM_OPERANDS.Jeff Law1-0/+3
1997-12-06Merge from gcc-2.8Jeff Law1-6/+52
1997-11-04Fix alpha-linux GNU libc build failures.Jim Wilson1-5/+10
1997-11-03Remove last combine patch. rth & jim are working on a new one.Jeff Law1-8/+4
1997-11-02combine.c (try_combine): Don't elim_i1 when it is used in i2src.Richard Henderson1-4/+8
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-32/+108
1997-10-16combine.c (can_combine_p): Don't combine with an asm whose output is a hard r...Richard Henderson1-0/+7
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1-2/+2
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-0/+1