aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)Author
1999-01-06combine.c (num_sign_bit_copies): In NEG...Bernd Schmidt
1998-12-28combine.c (subst): Process the inputs to a parallel asm_operands only once.Richard Henderson
1998-07-06combine.c (expand_compound_operation): Fix thinko in code to optimize (zero_e...Jeffrey A Law
1998-07-05combine.c (simplify_comparison): Do not commute a AND into a paradoxical SUBR...Jeffrey A Law
1998-07-01* combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs.Alasdair Baird
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law
1998-06-24optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr
1998-06-19alias.c: Include toplev.hGraham Stott
1998-05-21combine.c (nonzero_bits): For paradoxical subregs, take LOAD_EXTENDED_OP into...J"orn Rennecke
1998-05-13Warning fixes:Kaveh R. Ghazi
1998-04-16loop.c (regs_patch_p): Add prototype.Jeff Law
1998-04-14combine.c (simplify_rtx, [...]): Respect value of TRULY_NOOP_TRUNCATION.Jeff Law
1998-04-06combine.c (can_combine_p): Include successor in volatile test.Catherine Moore
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law
1998-03-25* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).Richard Henderson
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-03-18Fix more warnings...Kaveh R. Ghazi
1998-02-18emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.Jeffrey A Law
1998-02-17combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when simplifying a su...Richard Henderson
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law
1998-02-13* combine.c (can_combine_p): Handle USEs in PARALLELs.J"orn Rennecke
1998-01-31* combine.c (simplify_shift_const): Fix typo in last change.Jeffrey A Law
1998-01-31combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt))) is (trunca...John Carr
1998-01-28rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.Jeff Law
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law
1998-01-17combine.c (force_to_mode, [...]): Correctly optimize constant offset computat...David S. Miller
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi
1997-12-16* combine.c (force_to_mode): return immediately if operand is a CLOBBER.Christian Iseli
1997-12-11Another handful of gcc-2.8 changes (will it ever go out the door?).Jeff Law
1997-12-10* combine.c (simplify_rtx, case ABS): Do nothing for ASM_OPERANDS.Jeff Law
1997-12-06Merge from gcc-2.8Jeff Law
1997-11-04Fix alpha-linux GNU libc build failures.Jim Wilson
1997-11-03Remove last combine patch. rth & jim are working on a new one.Jeff Law
1997-11-02combine.c (try_combine): Don't elim_i1 when it is used in i2src.Richard Henderson
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law
1997-10-16combine.c (can_combine_p): Don't combine with an asm whose output is a hard r...Richard Henderson
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law
1997-06-22(force_to_mode): Don't do anything for a ASM_OPERANDS insn.Richard Kenner
1997-06-16Use REG_SET macrosMichael Meissner
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-04-14(get_last_value_validate): New argument insn.Jim Wilson
1997-04-03(move_deaths): Handle partial REG_DEAD note forJim Wilson
1997-03-28combine.c (distribute_notes): Handle REG_BR_PROB and REG_EXEC_COUNT REG_NOTES.Doug Evans
1997-03-25Fix typo in comment.Richard Kenner
1997-03-18(if_then_else_cond): Call copy_rtx to prevent sharing.Jim Wilson
1997-03-10(simplify_rtx, case SUBREG): Fix direction of test when calling operand_subwo...Richard Kenner