| Commit message (Expand) | Author | Age | Files | Lines |
* | * bitmap.c (bitmap_clear): Ensure `inline' is at the beginning | law | 1997-12-20 | 1 | -1/+3 |
* | * tree.c (build_range_type): Allow creation of ranges with no maximum. | law | 1997-12-18 | 1 | -10/+35 |
* | Another handful of gcc-2.8 changes (will it ever go out the door?). | law | 1997-12-11 | 1 | -5/+7 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -3/+3 |
* | * fold-const.c (fold_truthop): Fix bug in last change. | amylaar | 1997-11-14 | 1 | -2/+2 |
* | patch from paul eggert to fix -0.0/0.0 confusion that breaks glibc | wilson | 1997-11-14 | 1 | -2/+2 |
* | * fold-const.c (fold_truthop): When changing a one-bit comparison | amylaar | 1997-11-13 | 1 | -2/+19 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -175/+265 |
* | * fold-const.c (fold): For ((a * C1) / C3) or (((a * C1) + C2) / C3) | law | 1997-10-28 | 1 | -0/+31 |
* | * fold-const (fold): Also simplify FLOOR_DIV_EXPR to EXACT_DIV_EXPR | law | 1997-10-26 | 1 | -5/+4 |
* | * fold-const.c (make_range): Correctly handle cases of converting | law | 1997-09-23 | 1 | -23/+81 |
* | * pa.md (reload_peepholes): Make sure operand is a REG before | law | 1997-08-29 | 1 | -179/+155 |
* | * c-decl.c (grokdeclarator): If array index or size calculations | law | 1997-08-27 | 1 | -155/+179 |
* | * version.c: Bump for new snapshot. | law | 1997-08-25 | 1 | -0/+113 |
* | (fold_range_test, fold): Avoid making SAVE_EXPR if at top level. | kenner | 1997-07-27 | 1 | -11/+17 |
* | Document force_fit_type as an entry point in the file. | dje | 1997-06-26 | 1 | -3/+7 |
* | x | merrill | 1997-06-09 | 1 | -6/+13 |
* | (fold, truth_andor): Disable optimization for side effects on RHS. | kenner | 1997-05-08 | 1 | -2/+4 |
* | (operand_equal_p): Constants are not equal if there has been an overflow. | kenner | 1997-04-21 | 1 | -2/+7 |
* | (fold): Don't assume a nonexplicit constant cannot equal an explicit one. | kenner | 1997-02-15 | 1 | -1/+2 |
* | (const_binop): Don't call size_int if low < 0. | kenner | 1997-02-07 | 1 | -1/+1 |
* | (fold): Don't make COND_EXPR when both expr and one part are comparisons. | kenner | 1997-01-27 | 1 | -2/+4 |
* | (operand_equal_p): Rework to consider two expressions that have | kenner | 1997-01-06 | 1 | -33/+57 |
* | (const_binop): Rework to only make constants in | kenner | 1997-01-05 | 1 | -68/+62 |
* | (merge_ranges): In (+,-) case, if lower bounds are the same the result | kenner | 1996-12-07 | 1 | -4/+3 |
* | (optimize_bit_field_compare, decode_field_reference): Pass new arg to | kenner | 1996-11-16 | 1 | -4/+6 |
* | (unextend): Rewrite type conversions to avoid overflow. | wilson | 1996-11-15 | 1 | -3/+13 |
* | (operand_equal_p): Do real comparison with REAL_VALUES_EQUAL. | kenner | 1996-11-15 | 1 | -7/+29 |
* | (range_binop): Set SNG1 to zero if ARG1 is a not a lower or upper | kenner | 1996-11-15 | 1 | -1/+1 |
* | (merge_ranges): In (+,-) case, treat subset specially | wilson | 1996-11-12 | 1 | -4/+8 |
* | (const_binop, case *_DIV_EXPR): Don't do special sizetype case if a | kenner | 1996-11-07 | 1 | -9/+7 |
* | (make_range): Don't merge unsigned case with range containing upper bound; | kenner | 1996-11-01 | 1 | -15/+24 |
* | * fold-const.c (make_range, case PLUS_EXPR): Correct | law | 1996-11-01 | 1 | -3/+9 |
* | (range_binop): Strip NOPs from result and verify it's an INTEGER_CST. | kenner | 1996-10-30 | 1 | -9/+12 |
* | * fold-const.c (merge_ranges): Fix thinko/typo. | law | 1996-10-27 | 1 | -1/+1 |
* | (make_range, case PLUS_EXPR): Normalize an unsigned | wilson | 1996-10-24 | 1 | -1/+9 |
* | (make_range, comparison cases): When making range for unsigned to | kenner | 1996-10-24 | 1 | -6/+11 |
* | (exact_real_inverse): Likewise, if no REAL_ARITHMETIC. | kenner | 1996-10-23 | 1 | -5/+106 |
* | * fold-const.c (make_range): Handle NULL operand 0 | dje | 1996-10-12 | 1 | -1/+1 |
* | (range_test): Function deleted. | kenner | 1996-10-09 | 1 | -156/+461 |
* | (const_binop): Add new arg, TYPE, to call to build_complex. | kenner | 1996-09-29 | 1 | -25/+30 |
* | Fix error in comments. | kenner | 1996-09-22 | 1 | -1/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -1/+1 |
* | (fold): Don't do anything with evaluated SAVE_EXPR. | kenner | 1996-06-06 | 1 | -2/+3 |
* | (fold, case EQ_EXPR): When folding VAR++ = CONST, mask the new const | kenner | 1996-05-16 | 1 | -0/+35 |
* | (fold): Don't call convert to recreate tree nodes | merrill | 1996-04-30 | 1 | -1/+1 |
* | (range_test): Don't convert hi_cst or lo_cst to unsigned when folding | kenner | 1996-04-14 | 1 | -8/+14 |
* | (fold_convert): Add new arg to REAL_VALUE_FROM_INT. | kenner | 1996-04-14 | 1 | -2/+3 |
* | (fold, case BIT_IOR_EXPR): Recognize rotates with variable count. | kenner | 1996-03-25 | 1 | -16/+44 |
* | (fold, case *_DIV_EXPR): Ignore SAVE_EXPR if has RTL. | kenner | 1996-03-02 | 1 | -2/+2 |