Age | Commit message (Expand) | Author | Files | Lines |
1995-05-02 | fold-const.c (fold): Ensure that we don't alter the expression's type when fo... | Mike Stump | 1 | -1/+1 |
1995-04-21 | ([lr]rotate_double): Replace; old versions were bogus. | Richard Kenner | 1 | -46/+59 |
1995-04-18 | (size_int): Arg is unsigned HOST_WIDE_INT. | Richard Kenner | 1 | -1/+1 |
1995-03-08 | (force_fit_type): Always propagate OVERFLOW. | Richard Kenner | 1 | -1/+1 |
1995-03-01 | (decode_field_reference): Don't check TREE_CODE of EXP; let get_inner_referen... | Richard Kenner | 1 | -19/+67 |
1995-02-22 | Support CLEANUP_POINT_EXPRs. | Jason Merrill | 1 | -0/+26 |
1995-02-10 | (fold): Don't modify tree with newly-allocated nodes; instead make new | Richard Kenner | 1 | -27/+30 |
1995-01-17 | (pedantic_non_lvalue): Check pedantic_lvalues instead of pedantic. | Jason Merrill | 1 | -1/+6 |
1995-01-13 | (fold, case COND_EXPR): Properly swap args 1 and 2. | Richard Kenner | 1 | -21/+33 |
1995-01-10 | (fold): Avoid infinite recursion caused by last change. | Richard Kenner | 1 | -5/+7 |
1995-01-07 | (fold, case CONVERT_EXPR): Don't remove an integer conversion when outer is F... | Richard Kenner | 1 | -54/+64 |
1994-12-10 | (pedantic_omit_one_operand): New function. | Richard Kenner | 1 | -1/+18 |
1994-12-09 | (fold): Call real_zerop for real constants. | Doug Evans | 1 | -1/+3 |
1994-11-30 | (fold_truthop): Delete BIT_AND_EXPR of constants with masks. | Richard Kenner | 1 | -2/+0 |
1994-11-22 | (fold_convert): Don't fold conversion if it would produce constant | Richard Kenner | 1 | -0/+5 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -11/+12 |
1994-11-16 | (fold): If moved conversion into COND_EXPR, leave it there if it is an integr... | Richard Kenner | 1 | -5/+36 |
1994-10-05 | (fold, COMPONENT_REF): Don't die if the CONSTRUCTOR | Jason Merrill | 1 | -1/+5 |
1994-09-20 | (fold): Handle COMPONENT_REFs involving CONSTRUCTORs. | Jason Merrill | 1 | -0/+5 |
1994-07-30 | Fix typo. | Richard Kenner | 1 | -2/+2 |
1994-07-30 | (fold_truthop): Apply masks to constants. | Richard Kenner | 1 | -0/+2 |
1994-07-21 | (fold): Don't fold X-X to 0 if X is floating point | Jim Wilson | 1 | -2/+2 |
1994-07-13 | (decode_field_reference): Merge operand of a BIT_AND_EXPR with the | Richard Kenner | 1 | -17/+21 |
1994-07-13 | Remove last change. | Richard Kenner | 1 | -18/+0 |
1994-07-12 | (fold, case MULT_EXPR): If arg is an unsigned CEIL_DIV_EXPR, convert | Richard Kenner | 1 | -0/+18 |
1994-06-29 | (div_and_round_double): Make it globally accessible. | Torbjorn Granlund | 1 | -2/+2 |
1994-06-15 | Revert last patch: (fold, case *_DIV_EXPR): Optimize (x / C << y)... | Torbjorn Granlund | 1 | -47/+0 |
1994-06-15 | (encode, decode): Use 4 HOST_WIDE_INTs for encoded value with HOST_BITS_PER_W... | Torbjorn Granlund | 1 | -338/+192 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -5/+6 |
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 |