Age | Commit message (Expand) | Author | Files | Lines |
2002-03-10 | * combine.c (make_extraction): Fix error in last change. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-03-09 | * combine.c (make_extraction): Don't make extension of CONST_INT. | Richard Kenner | 1 | -0/+3 |
2002-03-08 | cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been removed; fix... | Jan Hubicka | 1 | -5/+7 |
2002-03-07 | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 1 | -9/+12 |
2002-03-07 | combine.c (simplify_comparison): If simplifying a logical shift right and com... | Richard Earnshaw | 1 | -0/+5 |
2002-02-28 | rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i... | Steve Ellcey | 1 | -2/+2 |
2002-02-20 | combine.c (do_SUBST): Sanity check substitutions of CONST_INTs... | Alexandre Oliva | 1 | -1/+70 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+1 |
2002-02-14 | combine.c (known_cond): After replacing the REG of a SUBREG, try to simplify it. | Alexandre Oliva | 1 | -0/+19 |
2002-02-11 | combine.c (try_combine): Apply substitutions in CALL_INSN_FUNCTION_USAGE too. | Alexandre Oliva | 1 | -0/+20 |
2002-02-04 | combine.c (nonzero_bits): Re-introduce special case for sp/fp/ap wrt REGNO_PO... | Richard Henderson | 1 | -2/+7 |
2002-02-04 | combine.c (force_to_mode): Remove STACK_BIAS code. | Richard Henderson | 1 | -73/+19 |
2002-02-04 | combine.c (recog_for_combine): Create a dummy insn with PATTERN pat for recog. | Jakub Jelinek | 1 | -8/+9 |
2002-01-23 | combine.c (simplify_and_const_int): Don't trunc_int_for_mode "nonzero" as tha... | Alan Modra | 1 | -11/+14 |
2002-01-21 | combine.c (simplify_and_const_int): Properly sign-extend CONSTOP. | Franz Sirl | 1 | -0/+1 |
2002-01-18 | bitmap.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-01-14 | combine.c (simplify_shift_const): Always generate new rtx for shift expressio... | Hartmut Penner | 1 | -7/+1 |
2002-01-11 | re PR other/5299 (then -> than fixes) | Craig Rodrigues | 1 | -1/+1 |
2002-01-10 | * combine.c (expand_field_assignment): Use subreg_lsb(). | Kazu Hirata | 1 | -3/+1 |
2002-01-10 | * combine.c (can_combine_p): Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2002-01-08 | * combine.c (combine_instructions): Fix typo. | Graham Stott | 1 | -1/+1 |
2002-01-07 | combine.c (combine_instructions): Replace XEXP (links, 0) with link. | Graham Stott | 1 | -1/+1 |
2002-01-05 | * combine.c: Fix formatting. | Kazu Hirata | 1 | -35/+35 |
2002-01-03 | builtins.c: Fix formatting. | Kazu Hirata | 1 | -6/+6 |
2001-12-28 | combine.c (try_combine): Mask off sign bits when combining stores to the low ... | Geoffrey Keating | 1 | -1/+2 |
2001-12-21 | combine.c (nonzero_bits): If using reg_nonzero_bits, we don't know anything a... | Jakub Jelinek | 1 | -2/+10 |
2001-12-20 | combine.c (distribute_notes): Avoid adding REG_LABEL notes to JUMP_INSNs with... | Jakub Jelinek | 1 | -0/+19 |
2001-12-14 | combine.c (record_dead_and_set_regs): Use regs_invalidated_by_call. | Zack Weinberg | 1 | -1/+8 |
2001-12-11 | combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C) if C has only... | Richard Henderson | 1 | -0/+17 |
2001-12-12 | combine.c (combine_simplify_rtx): Can't simplify cases that use mode class MO... | Alan Matsuoka | 1 | -0/+2 |
2001-12-11 | combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATED simplification a... | Richard Henderson | 1 | -14/+13 |
2001-12-10 | combine.c (known_cond): Check mode of each operand to determine if COND is co... | Jeffrey A Law | 1 | -1/+7 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -8/+8 |
2001-10-30 | combine.c (num_sign_bit_copies): Avoid signed/unsigned warnings. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-10-11 | rtl.h (REG_VTABLE_REF): New. | Richard Henderson | 1 | -0/+6 |
2001-10-10 | * combine.c (try_combine): Handle a SEQUENCE of one insn. | Richard Henderson | 1 | -0/+6 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -34/+34 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-09-16 | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 1 | -1/+0 |
2001-09-11 | combine.c (simplify_shift_const): Treat shifts by the mode size as undefined. | Richard Sandiford | 1 | -1/+1 |
2001-08-27 | combine.c (combine_simplify_rtx): Don't reverse condition if there is no reve... | Richard Henderson | 1 | -1/+4 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-22 | expmed.c (mode_for_extraction): New function. | Zack Weinberg | 1 | -54/+23 |
2001-08-18 | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 1 | -16/+11 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-11 | rtl.h (REG_EH_RETHROW): Remove. | Richard Henderson | 1 | -1/+0 |
2001-08-11 | * combine.c (distribute_notes): Place REG_SETJMP. | Richard Henderson | 1 | -0/+1 |
2001-08-08 | combine.c (combine_simplify_rtx): Update comment and remove erroneous test. | Graham Stott | 1 | -3/+2 |
2001-08-03 | combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments... | Lars Brinkhoff | 1 | -2/+2 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |