| Commit message (Expand) | Author | Age | Files | Lines |
* | * combine.c (distribute_notes): Handle REG_EH_REGION notes. | law | 1999-01-30 | 1 | -0/+11 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -2/+2 |
* | * rtl.h (rtx_def): Update documentation. | mmitchel | 1999-01-19 | 1 | -10/+5 |
* | * basic-block.h (basic_block_head): Rename to x_basic_block_head. | rth | 1999-01-11 | 1 | -8/+8 |
* | Fix copyright. | law | 1999-01-06 | 1 | -1/+1 |
* | * combine.c (num_sign_bit_copies): In NEG, MULT, DIV and MOD cases, | law | 1999-01-06 | 1 | -18/+28 |
* | * gansidecl.h: Prepend a "G" to the macro wrapping this file | ghazi | 1998-11-08 | 1 | -2/+2 |
* | * combine.c (subst): Process the inputs to a parallel asm_operands | rth | 1998-10-26 | 1 | -83/+134 |
* | Warning fixes: | ghazi | 1998-10-25 | 1 | -1/+0 |
* | * combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg. All | law | 1998-10-19 | 1 | -44/+17 |
* | 8 | law | 1998-10-14 | 1 | -0/+3 |
* | Warning fixes: | ghazi | 1998-10-14 | 1 | -15/+19 |
* | 8 | law | 1998-10-05 | 1 | -3/+6 |
* | * combine.c (expand_field_assignment): Don't do bitwise operations | rth | 1998-10-04 | 1 | -0/+18 |
* | * combine.c (distribute_notes): If an insn is a cc0 user, only | rth | 1998-09-20 | 1 | -2/+31 |
* | * combine.c (make_extraction): If no mode is specified for | law | 1998-09-15 | 1 | -12/+34 |
* | * system.h: Include stdarg.h/varargs.h, make sure they are ordered | ghazi | 1998-08-26 | 1 | -9/+1 |
* | * combine.c (can_combine_p): Allow combining insns with REG_RETVAL | law | 1998-08-18 | 1 | -1/+12 |
* | * combine.c (expand_compound_operation): Fix thinko in code to optimize | law | 1998-07-06 | 1 | -1/+1 |
* | * combine.c (simplify_comparison): Do not commute a AND into | law | 1998-07-05 | 1 | -0/+10 |
* | * combine.c (simplify_comparison): Apply SUBREG_REG to SUBREGs. | law | 1998-07-02 | 1 | -2/+2 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | law | 1998-06-29 | 1 | -21/+17 |
* | * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | jfc | 1998-06-24 | 1 | -2/+3 |
* | * alias.c: Include toplev.h | law | 1998-06-19 | 1 | -0/+1 |
* | * combine.c (nonzero_bits): For paradoxical subregs, take | amylaar | 1998-05-21 | 1 | -8/+16 |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -1/+2 |
* | * loop.c (regs_patch_p): Add prototype. | law | 1998-04-16 | 1 | -0/+1 |
* | 8 | law | 1998-04-14 | 1 | -1/+3 |
* | Mon Apr 6 07:17:52 1998 Catherine Moore <clm@cygnus.com> | rth | 1998-04-06 | 1 | -6/+11 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -12/+64 |
* | * combine.c (make_compound_operation): Simplify (subreg (*_extend) 0). | rth | 1998-03-26 | 1 | -0/+17 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -2/+2 |
* | Fix more warnings... | ghazi | 1998-03-18 | 1 | -0/+2 |
* | * emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__. | law | 1998-02-19 | 1 | -32/+0 |
* | * combine.c (simplify_rtx): Obey CLASS_CANNOT_CHANGE_SIZE when | law | 1998-02-17 | 1 | -0/+32 |
* | * varasm.c (output_constant_pool): Bring back 'done' label inside | law | 1998-02-14 | 1 | -1/+5 |
* | * combine.c (can_combine_p): Handle USEs in PARALLELs. | amylaar | 1998-02-13 | 1 | -0/+37 |
* | * combine.c (simplify_shift_const): Fix typo in last change. | law | 1998-02-01 | 1 | -1/+2 |
* | * combine.c (simplify_shift_const): (lshiftrt (truncate (lshiftrt))) | law | 1998-02-01 | 1 | -0/+22 |
* | * rtl.c (read_rtx): Use atol/atoq based upon disposition of | law | 1998-01-28 | 1 | -2/+2 |
* | | law | 1998-01-27 | 1 | -5/+11 |
* | * combine.c (force_to_mode, nonzero_bits): Correctly optimize | law | 1998-01-17 | 1 | -10/+51 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -128/+136 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -1/+1 |
* | * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning | law | 1997-12-20 | 1 | -0/+3 |
* | * combine.c (force_to_mode): return immediately if operand is a CLOBBER. | law | 1997-12-16 | 1 | -2/+5 |
* | Another handful of gcc-2.8 changes (will it ever go out the door?). | law | 1997-12-11 | 1 | -3/+5 |
* | * combine.c (simplify_rtx, case ABS): Do nothing for ASM_OPERANDS. | law | 1997-12-11 | 1 | -0/+3 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -6/+52 |
* | Fix alpha-linux GNU libc build failures. | wilson | 1997-11-05 | 1 | -5/+10 |