| Commit message (Expand) | Author | Age | Files | Lines |
* | cp: | ghazi | 2003-06-16 | 1 | -2/+2 |
* | * fold-const.c (operand_equal_p): Consider two calls to "const" | sayle | 2003-06-16 | 1 | -2/+44 |
* | * builtins.c: Fix comment typos. | kazu | 2003-06-13 | 1 | -2/+2 |
* | * fold-const.c (tree_expr_nonnegative_p): Fix misspelling | kraai | 2003-06-13 | 1 | -1/+1 |
* | PR middle-end/168 | sayle | 2003-06-12 | 1 | -7/+78 |
* | * fold-const.c (tree_expr_nonnegative_p): Add support for | sayle | 2003-06-12 | 1 | -1/+21 |
* | * builtins.c (fold_builtin): Optimize cos(-x) as cos(x). | sayle | 2003-06-10 | 1 | -0/+119 |
* | * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x | sayle | 2003-06-10 | 1 | -3/+6 |
* | * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR. | jason | 2003-06-09 | 1 | -3/+13 |
* | * fold-const.c (fold): Fix a comment typo. | kazu | 2003-06-09 | 1 | -1/+1 |
* | * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding | sayle | 2003-06-06 | 1 | -16/+47 |
* | * flags.h (flag_wrapv): New flag controlling overflow semantics. | sayle | 2003-05-31 | 1 | -1/+3 |
* | * tree.h (contains_placeholder_p): Now returns bool. | kenner | 2003-05-27 | 1 | -8/+9 |
* | * real.c (real_maxval): New function to return the largest finite | sayle | 2003-05-23 | 1 | -7/+33 |
* | * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT | dje | 2003-04-22 | 1 | -1/+5 |
* | * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore | kenner | 2003-04-21 | 1 | -7/+16 |
* | Revert hunks not part of last patch. | kenner | 2003-04-21 | 1 | -16/+7 |
* | * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case | kenner | 2003-04-21 | 1 | -7/+16 |
* | * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions. | kenner | 2003-04-16 | 1 | -15/+13 |
* | * fold-const.c (fold): Reorder tests for conditional expressions. | kenner | 2003-04-14 | 1 | -8/+8 |
* | * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a | sayle | 2003-04-14 | 1 | -0/+13 |
* | * fold-const.c (fold): Use "fold" following build in more places. | sayle | 2003-04-08 | 1 | -12/+70 |
* | * fold-const.c (fold_inf_compare): New function to simplify FP | sayle | 2003-03-28 | 1 | -14/+93 |
* | PR c/8224 | mmitchel | 2003-03-23 | 1 | -1/+6 |
* | * fold-const.c (extract_muldiv_1): Revert changing order of | rth | 2003-03-21 | 1 | -8/+0 |
* | * fold-const.c (fold_mathfn_compare): New function to simplify | sayle | 2003-03-20 | 1 | -0/+155 |
* | * fold-const.c (fold): Fold A - (A & B) into ~B & A. | kazu | 2003-03-20 | 1 | -0/+16 |
* | * fold-const.c (omit_one_operand): No longer static. | sayle | 2003-02-22 | 1 | -2/+1 |
* | * fold-const.c (fold_real_zero_addition_p): Don't fold a zero | sayle | 2003-02-19 | 1 | -0/+4 |
* | * fold-const.c (negate_expr_p): New function to determine whether | sayle | 2003-02-18 | 1 | -9/+60 |
* | * fold-const.c (extract_muldiv_1): Rename from extract_muldiv; | rth | 2003-02-16 | 1 | -0/+34 |
* | * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New. | rth | 2003-02-05 | 1 | -2/+8 |
* | 2003-02-01 Richard Henderson <rth@redhat.com> | rth | 2003-02-01 | 1 | -0/+4 |
* | PR f/9258 | hubicka | 2003-01-15 | 1 | -0/+18 |
* | * convert.c (strip_float_extensions): Look for narrowest type handling | hubicka | 2003-01-14 | 1 | -0/+12 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -1/+1 |
* | * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better. | jason | 2003-01-03 | 1 | -1/+5 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -2/+78 |
* | PR c/8639 | rth | 2002-11-25 | 1 | -4/+4 |
* | 2002-11-05 Andrew Haley <aph@redhat.com> | aph | 2002-11-05 | 1 | -1/+3 |
* | * fold-const.c (fold_binary_op_with_conditional_arg): Improve | sayle | 2002-10-30 | 1 | -9/+25 |
* | PR c++/7209 | nathan | 2002-10-22 | 1 | -7/+13 |
* | cp: | ghazi | 2002-10-11 | 1 | -1/+1 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -8/+8 |
* | gcc/ | rth | 2002-09-16 | 1 | -8/+3 |
* | * fold-const.c (make_range): Only narrow to signed range if | rth | 2002-09-12 | 1 | -3/+4 |
* | For PR java/6005 and PR java/7611: | tromey | 2002-08-22 | 1 | -2/+8 |
* | * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one | jakub | 2002-08-05 | 1 | -8/+10 |
* | * fold-const.c: Fix comment typos. | kazu | 2002-07-30 | 1 | -1/+1 |
* | * Makefile.in: rtlanal.o now depends upon real.h. | sayle | 2002-07-28 | 1 | -11/+8 |