| Commit message (Expand) | Author | Age | Files | Lines |
* | (force_to_mode, LSHIFTRT case): Avoid shifts larger | wilson | 1993-09-28 | 1 | -2/+4 |
* | (BYTE_LOADS_EXTEND, LOAD_EXTEND): Deleted. | kenner | 1993-09-25 | 1 | -42/+33 |
* | * combine.c: (combinable_i3_pat): Don't add REG_DEAD notes for | dje | 1993-09-24 | 1 | -0/+6 |
* | (init_reg_last_arrays): New function. | rms | 1993-09-23 | 1 | -37/+61 |
* | (recog_for_combine): Fix typos in previous change. | kenner | 1993-09-18 | 1 | -3/+3 |
* | (recog_for_combine): Always reject a PARALLEL containing our special | kenner | 1993-09-17 | 1 | -0/+9 |
* | (make_compound_operation): Handle the case | wilson | 1993-08-31 | 1 | -1/+16 |
* | (nonzero_bits): Fix reversed test for when we need to insert extra bits when | kenner | 1993-08-27 | 1 | -10/+8 |
* | (simplify_shift_const, XOR case): When applying | wilson | 1993-08-19 | 1 | -3/+3 |
* | (can_combine_p): Don't reject SUBREG assignments here. | kenner | 1993-08-19 | 1 | -14/+28 |
* | (try_combine): Don't split a PARALLEL of a SIGN_EXTEND and the object | kenner | 1993-08-18 | 1 | -1/+20 |
* | (nonzero_bits): Handle case when BYTE_LOADS_EXTEND is not on and we | kenner | 1993-08-18 | 1 | -0/+19 |
* | (use_crosses_set_p): Check for partially overlapping hard regs. | kenner | 1993-08-16 | 1 | -2/+8 |
* | (combine_instructions): Fix typo on test of basic block number. | kenner | 1993-08-11 | 1 | -1/+1 |
* | (num_sign_bit_copies): Properly handle case when MODE is narrower than that | kenner | 1993-08-08 | 1 | -22/+21 |
* | (force_to_mode): Now pass actual AND mask instead of number off; | kenner | 1993-08-03 | 1 | -392/+345 |
* | (struct undo): Rename `rtx' fields to `r'. | rms | 1993-08-03 | 1 | -10/+10 |
* | (subst): Move simple operations inside IF_THEN_ELSE if the IF_THEN_ELSE is in | kenner | 1993-08-02 | 1 | -92/+218 |
* | Remove change of July 21. | kenner | 1993-07-30 | 1 | -34/+21 |
* | (simplify_shift_const): Inhibit hacks based on | rms | 1993-07-26 | 1 | -17/+23 |
* | (nonlocal_label_list): New variable. | wilson | 1993-07-21 | 1 | -1/+14 |
* | Add prototypes for static functions. | kenner | 1993-07-20 | 1 | -40/+51 |
* | Include stdio.h before rtl.h. | rms | 1993-07-09 | 1 | -1/+3 |
* | (simplify_comparison): Add parentheses to satify gcc. | wilson | 1993-07-07 | 1 | -1/+1 |
* | (simplify_and_const_int, LSHIFTRT case): Must be at | wilson | 1993-07-06 | 1 | -1/+4 |
* | (subst, case PLUS): Simplify (plus (comp A B) -1), etc. | kenner | 1993-07-05 | 1 | -1/+16 |
* | comment change. | rms | 1993-06-29 | 1 | -1/+1 |
* | (subst, apply_distributive_law): Use INTEGRAL_MODE_P and FLOAT_MODE_P. | kenner | 1993-06-28 | 1 | -6/+8 |
* | (subst, case IF_THEN_ELSE): Install correct version of last change. | kenner | 1993-06-27 | 1 | -5/+3 |
* | (subst): apply_distributive_law can also handle AND. | kenner | 1993-06-26 | 1 | -1/+33 |
* | (num_sign_bit_copies): At end, return 1 if NONZERO has the high bit set. | rms | 1993-06-04 | 1 | -1/+1 |
* | (make_compound_operation, case ASHIFTRT): Fix typo. | rms | 1993-05-28 | 1 | -1/+1 |
* | (simplify_and_const_int, case IOR, XOR, NOT): Don't | rms | 1993-05-28 | 1 | -3/+11 |
* | (subst): Typo in prev change. | rms | 1993-05-24 | 1 | -1/+1 |
* | (subst): For subreg-of-constant, don't gen_lowpart | rms | 1993-05-24 | 1 | -1/+9 |
* | (set_nonzero_bits_and_sign_copies, nonzero_bits): If we have a | kenner | 1993-05-19 | 1 | -2/+57 |
* | (set_nonzero_bits_and_sign_copies): Don't record data for a a pseudo that is | kenner | 1993-05-15 | 1 | -1/+9 |
* | * combine.c (combinable_i3pat): Do not make REG_DEAD notes for | law | 1993-05-05 | 1 | -2/+11 |
* | (num_sign_bit_copies, case SUBREG): Properly compute the number of | kenner | 1993-05-05 | 1 | -3/+3 |
* | (distribute_notes, REG_DEAD case): Handle hard | wilson | 1993-05-04 | 1 | -0/+10 |
* | (make_extraction): Move BYTES_BIG_ENDIAN != BITS_BIG_ENDIAN offset | wilson | 1993-05-04 | 1 | -6/+6 |
* | (subst, case COMPARE): Use SELECT_CC_MODE even if HAVE_CC0. | rms | 1993-05-01 | 1 | -1/+3 |
* | (force_to_mode, simplify_comparison): Cast to unsiged HOST_WIDE_INT | kenner | 1993-04-28 | 1 | -2/+2 |
* | (reg_last_set_label, reg_last_set_table_tick, label_tick): Use int, | kenner | 1993-04-17 | 1 | -9/+9 |
* | (record_value_for_reg): Properly set SUBST_LOW_CUID for last change; | kenner | 1993-04-12 | 1 | -0/+1 |
* | (can_combine_p): Don't move an UNSPEC_VOLATILE. | rms | 1993-04-11 | 1 | -2/+4 |
* | (make_compound_operation, case xSHIFTRT): | kenner | 1993-04-11 | 1 | -14/+37 |
* | Include hard-reg-set.h. | kenner | 1993-04-09 | 1 | -11/+67 |
* | (force_to_mode, case xSHIFT): Don't narrow the mode unless we can be | kenner | 1993-04-09 | 1 | -5/+17 |
* | (simplify_comparison, case PLUS): Generalize simplification | kenner | 1993-04-03 | 1 | -4/+26 |