| Commit message (Expand) | Author | Age | Files | Lines |
* | PR middle-end/15069 | sayle | 2004-05-31 | 1 | -5/+5 |
* | * fold-const.c (combine_comparisons, optimize_bit_field_compare, | sayle | 2004-05-30 | 1 | -98/+44 |
* | 2004-05-30 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-05-30 | 1 | -0/+4 |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -2/+2 |
* | gcc/ChangeLog: | bonzini | 2004-05-28 | 1 | -74/+206 |
* | * fold-const.c (non_lvalue): Explicitly list the tree codes that | sayle | 2004-05-24 | 1 | -7/+41 |
* | * fold-const.c (fold_read_from_constant_string): Convert result to | uweigand | 2004-05-22 | 1 | -2/+3 |
* | * fold-const.c (fold, fold_relational_hi_lo, | sayle | 2004-05-21 | 1 | -11/+11 |
* | * tree.c (array_type_nelts, save_expr, substitute_in_expr, | sayle | 2004-05-21 | 1 | -533/+550 |
* | PR middle-end/3074 | sayle | 2004-05-20 | 1 | -171/+14 |
* | 2004-05-19 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-05-19 | 1 | -1/+1 |
* | * c-gimplify.c (c_genericize): | steven | 2004-05-15 | 1 | -3/+3 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -61/+716 |
* | * fold-const.c (fold_div_compare): New function to optimize X/C1 op C2 | sayle | 2004-05-08 | 1 | -0/+165 |
* | * fold-const.c (fold_convert_const, fold): Add missing | ghazi | 2004-05-02 | 1 | -0/+5 |
* | * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c, | kazu | 2004-04-30 | 1 | -1/+1 |
* | * builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c: | kazu | 2004-04-29 | 1 | -1/+1 |
* | * fold-const.c (fold): Prefer fold_convert (negate_expr (...)) to | sayle | 2004-04-26 | 1 | -5/+17 |
* | * fold-const.c (fold_convert): Make function extern/public. | sayle | 2004-04-20 | 1 | -2/+1 |
* | * builtins.c (fold_builtin_cabs, fold_builtin): Use | ghazi | 2004-04-14 | 1 | -49/+4 |
* | * fold-const.c (fold_binary_op_with_conditional_arg): Tweak | sayle | 2004-04-11 | 1 | -28/+37 |
* | * fold-const.c (fold) <PLUS_EXPR>: Guard (-A)+B -> B-A transformation | sayle | 2004-04-03 | 1 | -2/+3 |
* | * fold-const.c (folda): Preserve types of comparisons. | rth | 2004-04-01 | 1 | -7/+7 |
* | PR c++/14755 | jakub | 2004-04-01 | 1 | -22/+8 |
* | * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | kenner | 2004-04-01 | 1 | -1/+1 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -55/+59 |
* | Reassociate multiply expression with an adjacent non-multiply expression. | fjahanian | 2004-03-30 | 1 | -0/+30 |
* | * fold-const.c (tree_expr_nonnegative_p): Handle BIT_XOR_EXPR like | sayle | 2004-03-26 | 1 | -0/+1 |
* | * builtins.c (fold_builtin): Add new builtin optimizations for | ghazi | 2004-03-25 | 1 | -7/+8 |
* | * fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when | sayle | 2004-03-23 | 1 | -0/+11 |
* | * fold-const.c (fold): Remove cases for INTEGER_CST, REAL_CST, | kazu | 2004-03-23 | 1 | -8/+0 |
* | 2004-03-23 Kazu Hirata <kazu@cs.umass.edu> | sayle | 2004-03-23 | 1 | -0/+3 |
* | * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | kenner | 2004-03-21 | 1 | -11/+0 |
* | * fold-const.c (fold): Replace "expr" with "t". | kazu | 2004-03-20 | 1 | -5/+5 |
* | * fold-const.c (fold): Replace "final_type" with "type". | kazu | 2004-03-20 | 1 | -15/+14 |
* | * fold-const.c (fold): Constify "type". | kazu | 2004-03-20 | 1 | -13/+13 |
* | * fold-const.c (fold): Replace "t" with "tem" where it is used | kazu | 2004-03-20 | 1 | -51/+49 |
* | * fold-const.c (fold): Remove variable "invert". | kazu | 2004-03-20 | 1 | -87/+195 |
* | * fold-const.c (fold) <ABS_EXPR>: Move the handling of constants | kazu | 2004-03-19 | 1 | -36/+57 |
* | * fold-const.c (negate_expr): Move the handling of constants | kazu | 2004-03-19 | 1 | -15/+39 |
* | Fix stuff accidentally committed in previous patch | mmitchel | 2004-03-17 | 1 | -6/+6 |
* | PR c++/14481 | mmitchel | 2004-03-17 | 1 | -6/+7 |
* | * fold-const.c (negate_expr, operand_equal_for_comparison_p, | sayle | 2004-03-14 | 1 | -34/+34 |
* | * fold-const.c (negate_expr_p) <RSHIFT_EXPR>: We can optimize | sayle | 2004-03-11 | 1 | -0/+31 |
* | * fold-const.c (tree_expr_nonnegative_p): Add more builtin cases. | ghazi | 2004-03-10 | 1 | -0/+39 |
* | * fold-const.c (tree_expr_nonnegative_p): Reformat checks for | ghazi | 2004-03-08 | 1 | -53/+24 |
* | * fold-const.c (fold) <IOR_EXPR>: Fold x | x as x. | sayle | 2004-03-07 | 1 | -0/+6 |
* | * fold-const.c (fold) <EQ_EXPR>: Rewrite optimization to transform | sayle | 2004-03-07 | 1 | -140/+71 |
* | * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P, | ghazi | 2004-03-06 | 1 | -31/+4 |
* | * fold-const.c (fold): An equality comparison of a non-weak object | law | 2004-03-01 | 1 | -0/+39 |