Age | Commit message (Expand) | Author | Files | Lines |
2005-04-05 | i386.md (*truncdfsf2_i387_1): New pattern. | Roger Sayle | 1 | -1/+0 |
2005-04-04 | re PR rtl-optimization/16104 (ICE in reload_cse_simplify_operands, at postrel... | Jakub Jelinek | 1 | -3/+11 |
2005-04-04 | re PR c++/19199 (Wrong warning about returning a reference to a temporary) | Roger Sayle | 1 | -9/+28 |
2005-04-01 | * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-03-25 | re PR tree-optimization/20470 (Branching sequence generated for ABS(x-y)) | Pat Haugen | 1 | -2/+10 |
2005-03-25 | fold-const.c: Convert uses of fold (build (...)) to fold_buildN. | Kazu Hirata | 1 | -521/+521 |
2005-03-22 | fold-const.c (fold_build1, [...]): New. | Kazu Hirata | 1 | -0/+45 |
2005-03-22 | fold-const.c (fold_ternary): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -16/+11 |
2005-03-22 | fold-const.c (fold_unary, [...]): Update comments about arguments. | Kazu Hirata | 1 | -6/+6 |
2005-03-21 | builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -1/+3 |
2005-03-21 | re PR middle-end/20539 (ICE in simplify_subreg, at simplify-rtx.c:3674) | Roger Sayle | 1 | -3/+11 |
2005-03-19 | re PR middle-end/20493 (Bootstrap failure because of aliased symbols) | John David Anglin | 1 | -0/+18 |
2005-03-16 | re PR tree-optimization/17454 (ICE with --enable-checking=fold) | Roger Sayle | 1 | -2/+5 |
2005-03-13 | re PR middle-end/19331 (Inefficient code generated for bitfield assignment) | Roger Sayle | 1 | -4/+7 |
2005-03-10 | re PR tree-optimization/15784 (fold misses binary optimization) | Jeff Law | 1 | -0/+15 |
2005-03-11 | re PR tree-optimization/20130 (Fold a * -1 - 1 into ~a;) | James A. Morrison | 1 | -0/+3 |
2005-03-09 | * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case. | Kaveh R. Ghazi | 1 | -0/+1 |
2005-03-09 | fold-const.c (fold_unary, [...]): Take decomposed arguments, code, type, op0,... | Kazu Hirata | 1 | -16/+14 |
2005-03-09 | fold-const.c (fold_unary, [...]): Return NULL_TREE when a given tree is not s... | Kazu Hirata | 1 | -33/+37 |
2005-03-09 | * fold-const.c (int_const_binop): Remove no_overflow. | Kazu Hirata | 1 | -2/+0 |
2005-03-07 | fold-const.c (fold_binary_op_with_conditional_arg): Fix typo ordering ops fro... | David Edelsohn | 1 | -1/+1 |
2005-03-07 | fold-const.c (fold_binary): Unroll the very first "for" loop. | Kazu Hirata | 1 | -17/+41 |
2005-03-07 | * fold-const.c (fold_binary): Remove handling of RANGE_EXPR. | Kazu Hirata | 1 | -10/+0 |
2005-03-06 | * fold-const.c (fold_unary): Use build1 instead of copy_node. | Kazu Hirata | 1 | -2/+1 |
2005-03-06 | fold-const.c (fold_binary_op_with_conditional_arg): Take decomposed arguments... | Kazu Hirata | 1 | -10/+11 |
2005-03-06 | fold-const.c (fold_range_test): Take decomposed arguments code, type, op0, an... | Kazu Hirata | 1 | -17/+16 |
2005-03-06 | fold-const.c (optimize_minmax_comparison): Take decomposed arguments code, ty... | Kazu Hirata | 1 | -13/+27 |
2005-03-06 | * fold-const.c (fold_binary): Use code instead of t. | Kazu Hirata | 1 | -1/+1 |
2005-03-06 | fold-const.c (fold_binary): Avoid directly using the original expression t as... | Kazu Hirata | 1 | -7/+7 |
2005-03-06 | * fold-const.c (fold): Remove handling of binary expressions. | Kazu Hirata | 1 | -2598/+0 |
2005-03-05 | fold-const.c (fold_binary): New. | Kazu Hirata | 1 | -0/+2617 |
2005-03-04 | fold-const.c (fold_ternary): Unroll the "for" loop to extract operands. | Kazu Hirata | 1 | -59/+47 |
2005-03-03 | revert: re PR tree-optimization/15784 (fold misses binary optimization) | Andrew Pinski | 1 | -15/+0 |
2005-03-04 | fold-const.c (fold_ternary): New. | Kazu Hirata | 1 | -185/+241 |
2005-03-04 | re PR tree-optimization/15784 (fold misses binary optimization) | James A. Morrison | 1 | -0/+15 |
2005-03-03 | fold-const.c (fold_unary): Avoid directly using the original expression t as ... | Kazu Hirata | 1 | -31/+25 |
2005-03-03 | * fold-const.c (fold): Remove handling of unary expressions. | Kazu Hirata | 1 | -398/+2 |
2005-03-02 | fold-const.c (fold_unary): New. | Kazu Hirata | 1 | -0/+435 |
2005-02-24 | re PR middle-end/19953 (Special-case real + complex arithmetic operation (-ff... | Richard Henderson | 1 | -18/+163 |
2005-02-18 | fold-const.c (constant_boolean_node): Always create values of the specified t... | Roger Sayle | 1 | -3/+0 |
2005-02-18 | re PR middle-end/20030 (Broken arguments access) | Andrew Pinski | 1 | -2/+13 |
2005-02-17 | fold-const.c (invert_truthvalue): <INTEGER_CST>: Call constant_boolean_node. | James A. Morrison | 1 | -2/+1 |
2005-02-16 | re PR middle-end/19857 (alignment check of SSE constant fails in simple test ... | Jakub Jelinek | 1 | -3/+8 |
2005-02-15 | fold-const.c (fold): Fold -(~A) to A + 1. | James A. Morrison | 1 | -0/+15 |
2005-02-14 | re-apply fold_indirect_ref patch | Jason Merrill | 1 | -6/+36 |
2005-02-14 | re PR tree-optimization/19944 (cris-elf testsuite failures: gcc.dg/pr15784-1.... | James A. Morrison | 1 | -0/+20 |
2005-02-13 | temporarily revert last changes | Jason Merrill | 1 | -59/+6 |
2005-02-13 | re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c+... | Jason Merrill | 1 | -6/+36 |
2005-02-13 | re PR tree-optimization/14303 ([tree-ssa] gcc.c-torture/execute/20020720-1.c ... | James A. Morrison | 1 | -0/+23 |
2005-02-11 | tree-complex.c (expand_complex_libcall): New. | Richard Henderson | 1 | -0/+184 |