Age | Commit message (Expand) | Author | Files | Lines |
1994-04-25 | (fold-convert): Use assignment, instead of initializing, aggregate | Richard Kenner | 1 | -4/+9 |
1994-04-18 | (const_binop): If arg is NaN, just return it | Richard Kenner | 1 | -18/+27 |
1994-04-09 | (fold): Avoid exponential work when simplifying conditional | Richard Kenner | 1 | -1/+2 |
1994-04-08 | Fix typo in comment of last change. | Richard Kenner | 1 | -1/+1 |
1994-04-08 | (fold, case GT_EXPR): Simplify X < (1 << Y) into X >> Y == 0. | Richard Kenner | 1 | -0/+24 |
1994-03-30 | (strip_compound_expr): New function. | Richard Kenner | 1 | -6/+50 |
1994-03-25 | (fold, case *_DIV_EXPR): Correct result when product of constants | Richard Kenner | 1 | -15/+29 |
1994-03-19 | (const_binop): Avoid initialized aggregate local variables, for | Richard Kenner | 1 | -2/+4 |
1994-03-14 | (fold, associate): If -ffast-math, associate FP mults. | Richard Kenner | 1 | -11/+70 |
1994-03-14 | (fold): Call tree_int_cst_sgn. | Richard Kenner | 1 | -7/+7 |
1994-03-13 | (force_fit_value): Operate on REAL_CST as well. | Richard Kenner | 1 | -37/+53 |
1994-03-09 | (fold, case MULT_EXPR): Simplify MULT_EXPR of an EXACT_DIV_EXPR with | Richard Kenner | 1 | -0/+8 |
1994-02-02 | (const_binop, COMPLEX_TYPE, case RDIV_EXPR): If complex integer, use | Richard Kenner | 1 | -12/+20 |
1994-01-31 | (operand_equal_for_comparison_p): Declare correct_width as unsigned. | Richard Kenner | 1 | -1/+1 |
1994-01-11 | (fold, truth_andor): Don't apply distributive law when it would change evalua... | Richard Kenner | 1 | -42/+50 |
1994-01-03 | (truth_value_p): New function. | Richard Kenner | 1 | -8/+51 |
1993-12-29 | (fold, case PLUS_EXPR): Add a missing test of flag_fast_math. | Richard Kenner | 1 | -1/+2 |
1993-12-27 | (fold): Simplify more FP ops if -ffast-math. | Richard Kenner | 1 | -11/+17 |
1993-12-25 | (fold... | Richard Kenner | 1 | -0/+22 |
1993-12-08 | (fold, case *_{DIV,MOD}_EXPR): When using distributive law, take care | Richard Kenner | 1 | -5/+13 |
1993-11-15 | (twoval_comparison_p): Do nothing for SAVE_EXPR, at least for now. | Richard Stallman | 1 | -0/+6 |
1993-10-19 | (invert_truthvalue): Handle SAVE_EXPR. | Richard Stallman | 1 | -1/+3 |
1993-10-13 | (optimize_bit_field_compare, decode_field_reference): Don't do | Richard Kenner | 1 | -3/+3 |
1993-09-30 | (fold, case PLUS_EXPR, MINUS_EXPR): Properly handle case when ARG1 | Richard Kenner | 1 | -5/+8 |
1993-09-17 | (invert_truthvalue): Allow arbitrary BOOLEAN_TYPE arguments. | Per Bothner | 1 | -4/+6 |
1993-09-07 | (fold): Don't try to process an RTL_EXPR. | Richard Kenner | 1 | -0/+4 |
1993-08-23 | (twoval_comparison_p): Add new arg, SAVE_P; all callers changed. | Richard Kenner | 1 | -14/+32 |
1993-08-19 | (fold): Handle EQ_EXPR and NE_EXPR where both args are comparisons or | Richard Kenner | 1 | -4/+15 |
1993-08-16 | (fold... | Richard Kenner | 1 | -8/+4 |
1993-07-30 | (fold... | Richard Kenner | 1 | -0/+16 |
1993-07-27 | (optimize_bit_field_compare): Preserve volatility of bitfield. | Richard Kenner | 1 | -0/+5 |
1993-07-26 | (fold, case EQ_EXPR): Remove code that converts mod to unsigned mod; | Richard Kenner | 1 | -0/+5 |
1993-07-18 | (fold): Handle CONJ_EXPR. | Richard Stallman | 1 | -0/+24 |
1993-07-06 | (fold, COND_EXPR case): All simplified results must go through pedantic_non_l... | Jim Wilson | 1 | -19/+44 |
1993-07-06 | (invert_truthvalue): Check for ERROR_MARK input. | Jim Wilson | 1 | -0/+3 |
1993-07-05 | (fold, case EQ_EXPR, LE_EXPR): If comparing results of signed MOD with | Richard Kenner | 1 | -0/+19 |
1993-07-02 | (const_binop, fold_convert, fold): | Paul Eggert | 1 | -15/+27 |
1993-07-01 | (fold, case GE_EXPR, LT_EXPR): Don't assume result of comparison is | Richard Kenner | 1 | -4/+6 |
1993-06-27 | (fold, case TRUTH_XOR_EXPR): End with `return', not `break'. | Richard Kenner | 1 | -1/+1 |
1993-06-26 | (fold, case PLUS_EXPR, MINUS_EXPR): Apply distributive law to multiplication. | Richard Kenner | 1 | -36/+122 |
1993-06-26 | Add prototypes for static functions. | Richard Kenner | 1 | -14/+37 |
1993-06-26 | (fold_truthop): Treat a BIT_AND_EXPR with a constant of one as if it were sur... | Richard Kenner | 1 | -8/+66 |
1993-05-06 | (decode_field_reference): Don't do anything for non-integral fields. | Richard Kenner | 1 | -0/+6 |
1993-05-05 | (optimize_bit_field_compare): Add missing arg to const_binop. | Richard Kenner | 1 | -2/+2 |
1993-04-26 | (fold): Signedness matters for comparisons and right shifts. | Richard Kenner | 1 | -2/+11 |
1993-04-26 | Use INTEGRAL_TYPE_P and FLOAT_TYPE_P. | Richard Kenner | 1 | -30/+25 |
1993-04-23 | (fold... | Richard Kenner | 1 | -16/+10 |
1993-04-13 | (size_int): NUMBER is unsigned so don't test for negative. | Richard Kenner | 1 | -4/+4 |
1993-04-13 | Comment change. | Richard Stallman | 1 | -0/+3 |
1993-04-13 | (div_and_round_double): Don't mix HOST_WIDE_INT * and unsigned | Richard Kenner | 1 | -6/+7 |