Age | Commit message (Expand) | Author | Files | Lines |
2003-11-24 | fold-const.c (fold): Do not return early when optimizing COMPONENT_REF and co... | Jan Hubicka | 1 | -1/+2 |
2003-11-01 | re PR middle-end/11968 (Array reference is incorrectly computed for POINTERS_... | Roger Sayle | 1 | -2/+5 |
2003-10-29 | fold-const.c (fold_single_bit_test): Convert the input to the operational int... | Richard Henderson | 1 | -6/+7 |
2003-10-15 | fold-const.c (tree_swap_operands_p): disables some features when optimizing f... | Gábor Lóki | 1 | -0/+3 |
2003-10-11 | fold-const.c (negate_mathfn_p): New function to determine whether a built-in ... | Roger Sayle | 1 | -81/+147 |
2003-10-05 | fold-const.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-10-03 | PR optimization/9325, PR java/6391 | Roger Sayle | 1 | -29/+51 |
2003-10-01 | fold-const.c (make_range): When handling unsigned, don't reverse range if hig... | Richard Kenner | 1 | -4/+4 |
2003-09-30 | fold-const.c (fold): Fold (A & ~B) - (A & B) into (A ^ B) - B for any B. | Kazu Hirata | 1 | -6/+2 |
2003-09-29 | Remove extra comma in comment. | Richard Kenner | 1 | -1/+1 |
2003-09-29 | fold-const.c (fold): Fold (A & ~B) - (A & B) into (A ^ B) - B, where B is any... | Kazu Hirata | 1 | -0/+23 |
2003-09-25 | re PR bootstrap/12358 (Bootstrap comparison failure!) | Roger Sayle | 1 | -10/+0 |
2003-09-18 | tree.def (FFS_EXPR, [...]): Delete unused tree codes. | Roger Sayle | 1 | -13/+12 |
2003-09-16 | fold-const.c (tree_swap_operands_p): New function to determine the prefered o... | Roger Sayle | 1 | -126/+76 |
2003-09-14 | alias.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-09-09 | builtins.c (real_dconstp, [...]): New, split out from fold_builtin. | Kaveh R. Ghazi | 1 | -6/+34 |
2003-09-08 | * fold-const.c (operand_equal_p): Clarify documentation. | Roger Sayle | 1 | -2/+16 |
2003-09-01 | c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. | Josef Zlomek | 1 | -23/+9 |
2003-08-26 | re PR middle-end/12002 (internal compiler error: in gen_lowpart, at emit-rtl.... | Roger Sayle | 1 | -1/+2 |
2003-08-26 | fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into (C1*C2)/X when unsaf... | Roger Sayle | 1 | -10/+33 |
2003-08-22 | c-decl.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-08-21 | fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0 and similarly ... | Josef Zlomek | 1 | -2/+2 |
2003-08-20 | re PR middle-end/11984 (ICE with -ffast_math: expected integer_cst, have real... | Roger Sayle | 1 | -1/+3 |
2003-08-20 | tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'. | Jason Merrill | 1 | -1/+1 |
2003-08-20 | builtins.c (expand_builtin_mathfn): Use get_callee_fndecl. | Jason Merrill | 1 | -63/+59 |
2003-08-19 | builtins.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-08-14 | fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy to negate if... | Roger Sayle | 1 | -5/+62 |
2003-08-12 | fold-const.c (fold): Optimize any associative floating point operator with... | Roger Sayle | 1 | -5/+3 |
2003-08-04 | re PR middle-end/11771 (Segfault with simple double arithmetics) | Roger Sayle | 1 | -1/+4 |
2003-08-04 | fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0. | Roger Sayle | 1 | -15/+64 |
2003-08-01 | fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and pow(x,c)*x as p... | Roger Sayle | 1 | -0/+98 |
2003-07-31 | * fold-const.c (fold): Fold some comparisons of bit operations. | Zdenek Dvorak | 1 | -0/+28 |
2003-07-28 | configure.in (--enable-checking): Add fold category. | Jakub Jelinek | 1 | -7/+236 |
2003-07-22 | fold-const.c (force_fit_type): Handle OFFSET_TYPE. | Mark Mitchell | 1 | -1/+2 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -4/+4 |
2003-07-18 | fold-const.c (const_binop): Avoid performing the FP operation at compile-time... | Roger Sayle | 1 | -4/+44 |
2003-07-10 | re PR c/11449 (ICE in invert_truthvalue called on AND operation) | Kazu Hirata | 1 | -10/+22 |
2003-07-10 | * fold-const.c: Properly wrap prototypes. | Andreas Jaeger | 1 | -28/+41 |
2003-07-09 | fold-const.c (make_range): Do not access operand 1 for a zero-operand operator. | Mark Mitchell | 1 | -1/+2 |
2003-07-07 | genextract.c: Convert remaining prototypes to ISO C90. | Andreas Jaeger | 1 | -5/+2 |
2003-07-04 | expr.c (do_store_flag): Pass in the correct result type when calling fold_sin... | Jeff Law | 1 | -1/+1 |
2003-07-03 | real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ... | Roger Sayle | 1 | -0/+11 |
2003-07-03 | re PR target/10700 (ICE in copy_to_mode_reg on 64-bit targets) | Roger Sayle | 1 | -19/+0 |
2003-07-02 | expr.c (do_store_flag): Remove special case folding for single bit tests. | Jeff Law | 1 | -17/+116 |
2003-07-02 | re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ... | Eric Botcazou | 1 | -0/+14 |
2003-07-01 | fold-const.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -312/+148 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-29 | re PR rtl-optimization/11210 (optimizer drops conditional with typecast from ... | Eric Botcazou | 1 | -2/+1 |