aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
1993-02-25(decode_field_reference): Fix force_fit_type call.Jim Wilson1-1/+1
1993-02-24(all_ones_mask_p): Really use tmask.Richard Stallman1-4/+9
1993-02-20(decode_field_reference): Use force_fit_type instead of convert to avoid trun...Doug Evans1-1/+3
1993-02-07(fold): Call force_fit_type with two parameters.Richard Stallman1-4/+9
1993-02-02Comment fixes.Richard Stallman1-1/+2
1993-02-02(same_sign): Removed.Richard Stallman1-41/+54
1993-01-30(force_fit_type): Abort if T not INTEGER_CST.Richard Stallman1-0/+3
1993-01-19(non_lvalue): Result must not be null ptr constant.Richard Stallman1-6/+18
1993-01-12* fold-const.c (fold): Only call force_fit_type with one arg.Brendan Kehoe1-1/+1
1992-12-30(invert_truthvalue, case TRUTH_XOR_EXPR): New case.Richard Kenner1-7/+36
1992-12-30(const_binop): New arg NOTRUNC. All calls changed.Richard Stallman1-58/+72
1992-12-28(fold, case BIT_IOR_EXPR): Convert the IOR of a pair of shifts into aRichard Kenner1-0/+22
1992-11-24(range_test): Convert the constants to the unsignedTom Wood1-0/+2
1992-10-21(real_value_truncate): Use push/pop_float_handler.Richard Stallman1-3/+4
1992-10-16(distribute_bit_expr): Test for BIT_{AND,IOR}_EXPR.Richard Stallman1-2/+2
1992-10-15(fold): Add missing test in case when we distribute a NOP_EXPR into aRichard Kenner1-1/+3
1992-10-15(simple_operand_p): Don't regard global or static variables as simple.Tom Wood1-5/+11
1992-10-08Fix a simple typo.Mike Stump1-1/+1
1992-10-08(invert_truthvalue): Never alter ARG.Richard Stallman1-6/+4
1992-09-23(fold_convert): Add missing cast to HOST_WIDE_INT.Richard Kenner1-1/+1
1992-09-19(fold_convert): Avoid using conversion of unsignedRichard Stallman1-1/+7
1992-09-07(convert_for_assignment): Warn about constant integerRichard Stallman1-5/+7
1992-09-07(const_binop): Fix typo.Richard Stallman1-1/+1
1992-09-05(left_shift_overflows, same_sign, overflow_sum_sign): New macros.Richard Stallman1-51/+118
1992-08-31(const_binop): Delete special case for mult by 3.Richard Stallman1-1/+3
1992-08-26(fold): Do A op C1 ? A : C2 opt only for INTEGER_TYPEs.Richard Stallman1-2/+4
1992-08-26(fold): Avoid the normal STRIP_NOPS on arg of NOP_EXPR.Richard Stallman1-1/+21
1992-08-17(fold): Move conversion back outside of COND_EXPR if moving it insideRichard Kenner1-7/+27
1992-08-14Fix spelling errors in comments.Torbjorn Granlund1-1/+1
1992-08-12(operand_equal_p): Make it clear that this function tests for indistinguishab...Richard Stallman1-14/+12
1992-08-11(fold): Don't fold (A op B ? A : C) if A is IEEERichard Stallman1-1/+4
1992-08-02(optimize_bit_field_compare): Correct bogus use of types in expressions...Richard Kenner1-14/+13
1992-07-12Renamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_EXTERNAL.Richard Stallman1-1/+1
1992-07-08entered into RCSCharles Hannum1-7/+7
1992-07-06*** empty log message ***Richard Kenner1-139/+160
1992-07-04*** empty log message ***Richard Stallman1-2/+11
1992-07-03*** empty log message ***Richard Stallman1-0/+4
1992-07-01*** empty log message ***Tom Wood1-38/+106
1992-06-30*** empty log message ***Richard Stallman1-1/+4
1992-06-27*** empty log message ***Tom Wood1-2/+7
1992-06-26*** empty log message ***Tom Wood1-5/+152
1992-06-26*** empty log message ***Richard Kenner1-1/+0
1992-06-24*** empty log message ***Richard Stallman1-3/+3
1992-06-22*** empty log message ***Richard Stallman1-2/+31
1992-06-04*** empty log message ***Richard Stallman1-0/+10
1992-05-25*** empty log message ***Richard Kenner1-0/+43
1992-05-24*** empty log message ***Richard Stallman1-9/+22
1992-05-17*** empty log message ***Richard Stallman1-8/+10
1992-05-13*** empty log message ***Richard Stallman1-2/+6
1992-05-10*** empty log message ***Richard Stallman1-6/+9