summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* * combine.c (known_cond): After replacing the REG of a SUBREG, tryaoliva2002-02-141-0/+19
* * combine.c (try_combine): Apply substitutions inaoliva2002-02-111-0/+20
* * combine.c (nonzero_bits): Re-introduce special case forrth2002-02-041-2/+7
* * combine.c (force_to_mode): Remove STACK_BIAS code.rth2002-02-041-73/+19
* * combine.c (recog_for_combine): Create a dummy insn with PATTERNjakub2002-02-041-8/+9
* * combine.c (simplify_and_const_int): Don't trunc_int_for_modeamodra2002-01-221-11/+14
* 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2002-01-211-0/+1
* * bitmap.h: Fix comment formatting.kazu2002-01-181-1/+1
* * combine.c (simplify_shift_const): Always generate new rtxhpenner2002-01-141-7/+1
* 2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-111-1/+1
* * combine.c (expand_field_assignment): Use subreg_lsb().kazu2002-01-101-3/+1
* * combine.c (can_combine_p): Fix a comment typo.kazu2002-01-101-1/+1
* * combine.c (combine_instructions): Fix typo.grahams2002-01-081-1/+1
* * combine.c (combine_instructions): Replace XEXP (links, 0)grahams2002-01-071-1/+1
* * combine.c: Fix formatting.kazu2002-01-051-35/+35
* * builtins.c: Fix formatting.kazu2002-01-031-6/+6
* * combine.c (try_combine): Mask off sign bits when combininggeoffk2001-12-281-1/+2
* * combine.c (nonzero_bits): If using reg_nonzero_bits,jakub2001-12-211-2/+10
* * combine.c (distribute_notes): Avoid adding REG_LABEL notesjakub2001-12-201-0/+19
* * combine.c (record_dead_and_set_regs): Usezack2001-12-141-1/+8
* * combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)rth2001-12-121-0/+17
* 2001-11-30 Alan Matsuoka <alanm@redhat.com>alanm2001-12-121-0/+2
* * combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATEDrth2001-12-121-14/+13
* * combine.c (known_cond): Check mode of each operand to determinelaw2001-12-101-1/+7
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-111-8/+8
* * combine.c (num_sign_bit_copies): Avoid signed/unsignedghazi2001-10-301-2/+2
* * rtl.h (REG_VTABLE_REF): New.rth2001-10-111-0/+6
* * combine.c (try_combine): Handle a SEQUENCE of one insn.rth2001-10-111-0/+6
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-34/+34
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-1/+0
* * combine.c (simplify_shift_const): Treat shifts by the modersandifo2001-09-111-1/+1
* * combine.c (combine_simplify_rtx): Don't reverse conditionrth2001-08-281-1/+4
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * expmed.c (mode_for_extraction): New function.zack2001-08-221-54/+23
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-16/+11
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * rtl.h (REG_EH_RETHROW): Remove.rth2001-08-111-1/+0
* * combine.c (distribute_notes): Place REG_SETJMP.rth2001-08-111-0/+1
* * combine.c (combine_simplify_rtx): Update comment andgrahams2001-08-081-3/+2
* * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,danglin2001-08-031-2/+2
* * alias.c: Fix comment formatting.kazu2001-08-011-3/+3
* * combine.c (try_combine): Avoid barrier after noop jumpshubicka2001-07-301-4/+7
* Suggested by Richard Henderson and Richard Kenner:hubicka2001-07-291-12/+10
* * combine.c (distribute_notes): Move set of need_refreshrth2001-07-241-10/+13
* * basic-block.h (find_sub_basic_block): Declare.hubicka2001-07-231-7/+23
* * combine.c (combine_simplify_rtx): Generate a new shift operationdnovillo2001-07-201-4/+1
* * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.rth2001-07-191-3/+3
* 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>toon2001-07-181-4/+3
* * combine.c (combine_simplify_rtx): Attempt to simplifyhubicka2001-07-171-2/+12