Age | Commit message (Expand) | Author | Files | Lines |
2004-10-03 | fold-const.c (fold): When seeing if D & ~C != 0 to fold (A & C) == D into 0, ... | Kazu Hirata | 1 | -9/+8 |
2004-09-29 | fold-const.c (tree_swap_operands_p): Remove duplicated code. | Eric Christopher | 1 | -35/+26 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -1/+7 |
2004-09-22 | fold-const.c (fold): Avoid non INTEGER_TYPEs when widening operands in an int... | Diego Novillo | 1 | -0/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -83/+84 |
2004-09-16 | fold-const.c (fold): Fold difference of addresses. | Zdenek Dvorak | 1 | -0/+60 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -2/+2 |
2004-09-14 | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-13 | fold-const.c (fold_checksum_tree): Ignore TYPE_CACHED_VALUES. | Daniel Jacobowitz | 1 | -3/+9 |
2004-09-12 | re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205) | Richard Henderson | 1 | -43/+0 |
2004-09-11 | re PR c++/17412 (tree check failure in fold-const) | Steven Bosscher | 1 | -7/+9 |
2004-09-11 | re PR middle-end/17024 (ICE in fold_cond_expr_with_comparison, at fold-const.... | Roger Sayle | 1 | -13/+33 |
2004-09-10 | re PR middle-end/17055 (ICE while folding int/float vectors) | Roger Sayle | 1 | -0/+20 |
2004-09-08 | final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -133/+140 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-04 | revert: fold-const.c (operand_equal_p): Remove code to allow null ARG0/1. | Richard Kenner | 1 | -36/+54 |
2004-09-04 | fold-const.c (operand_equal_p): Remove code to allow null ARG0/1. | Richard Kenner | 1 | -54/+36 |
2004-09-01 | re PR middle-end/17258 (gcc.c-torture/compile/20030224-1.c:16: internal compi... | Richard Henderson | 1 | -0/+4 |
2004-09-01 | fold-const.c (operand_equal_p): Require equal sign also for FIX_{CEIL,TRUNC,F... | Jakub Jelinek | 1 | -4/+15 |
2004-08-30 | fold-const.c (tree_expr_nonzero_p): Use get_base_address before assuming an A... | Richard Henderson | 1 | -5/+16 |
2004-08-27 | tree.h (size_int_type): Remove. | Nathan Sidwell | 1 | -99/+8 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -30/+29 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -16/+37 |
2004-08-23 | tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE. | Nathan Sidwell | 1 | -2/+1 |
2004-08-22 | fold-const.c (rtl_expr_nonnegative_p): Delete. | Andrew Pinski | 1 | -44/+0 |
2004-08-20 | fold-const.c (round_up, round_down): Use build_int_cst. | Nathan Sidwell | 1 | -15/+35 |
2004-08-20 | fold-const.c (int_const_binop): Don't generate non-overflowing size-types spe... | Nathan Sidwell | 1 | -17/+1 |
2004-08-19 | tree.h (TYPE_CACHED_VALUES_P): New. | Nathan Sidwell | 1 | -9/+17 |
2004-08-17 | re PR middle-end/17036 (ICE: (A >> N) & 1 ? (1 << N) : 0 where A of type unsi... | Paolo Bonzini | 1 | -0/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -50/+34 |
2004-08-11 | stor-layout.c (round_up, round_down): Move ... | Richard Henderson | 1 | -0/+70 |
2004-08-05 | tree.h (force_fit_type): Return a tree, take three flags. | Nathan Sidwell | 1 | -130/+146 |
2004-08-03 | re PR middle-end/16790 (Integer down cast ignored in larger expression) | Roger Sayle | 1 | -3/+3 |
2004-08-02 | fold-const.c (fold): The transformation "X % -Y" -> "X % Y" is only valid for... | Roger Sayle | 1 | -4/+6 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -1/+0 |
2004-07-25 | fold-const.c (constant_boolean_node): Make extern. | Roger Sayle | 1 | -24/+39 |
2004-07-22 | re PR c/7284 (incorrectly simplifies leftshift followed by signed power-of-2 ... | Joseph Myers | 1 | -1/+5 |
2004-07-21 | c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE... | Paolo Bonzini | 1 | -6/+3 |
2004-07-20 | fold-const.c (operand_equal_p): Temporarily support NULL args. | Richard Kenner | 1 | -3/+25 |
2004-07-20 | rtl.h (plus_constant): Delete. | Zack Weinberg | 1 | -5/+5 |
2004-07-19 | fold-const.c (tree_expr_nonzero_p): Add function prototype. | Roger Sayle | 1 | -50/+23 |
2004-07-11 | fold-const.c (fold): Canonicalize X + -C as X - C for floating point addition... | Roger Sayle | 1 | -1/+15 |
2004-07-11 | builtins.c (fold_builtin_fputs): Don't bother converting the return type to i... | Roger Sayle | 1 | -3/+56 |
2004-07-11 | re PR tree-optimization/16437 (New c-torture failures after bitfield patch) | Joseph Myers | 1 | -1/+1 |
2004-07-08 | builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s... | Roger Sayle | 1 | -1/+1 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -8/+1 |
2004-07-07 | re PR tree-optimization/15777 (Fold does not always fold sub trees) | Andrew Pinski | 1 | -2/+2 |
2004-07-07 | expr.c (expand_expr_real_1): Fix formating. | Andrew Pinski | 1 | -1/+0 |
2004-07-05 | fold-const.c (fold): Optimize unsigned modulus by a power of two into a bit-w... | Roger Sayle | 1 | -7/+55 |