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