Age | Commit message (Expand) | Author | Files | Lines |
2005-05-11 | * fold-const.c, libgcov.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-05-11 | re PR middle-end/19807 (fold does not fold &a[4]-1) | Richard Guenther | 1 | -29/+53 |
2005-05-11 | fold-const.c (fold_indirect_ref_1): Avoid removing NOP_EXPRs with type qualif... | Richard Guenther | 1 | -1/+1 |
2005-05-10 | re PR c++/17913 (ICE jumping into statement expression) | Gabor Loki | 1 | -3/+38 |
2005-05-03 | [multiple changes] | Andrew Pinski | 1 | -2/+13 |
2005-04-27 | fold-const.c (fold_binary): Use build_fold_addr_expr for address calculation ... | Richard Guenther | 1 | -15/+3 |
2005-04-26 | re PR tree-optimization/17598 (an extra addition when comparing address of &a... | Richard Guenther | 1 | -0/+33 |
2005-04-26 | re PR tree-optimization/21047 (ASSERT_EXPR handling in fold never triggers.) | Kazu Hirata | 1 | -15/+4 |
2005-04-23 | re PR middle-end/21082 (&a[b] - &a[c] is not folded to b - c) | Richard Guenther | 1 | -1/+22 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -6/+6 |
2005-04-23 | re PR tree-optimization/21088 (VRP passes fold the type of operands of a comp... | Kazu Hirata | 1 | -3/+3 |
2005-04-21 | re PR tree-optimization/14846 ([tree-ssa] don't use a shift in A & CST_POWER_... | Kazu Hirata | 1 | -18/+44 |
2005-04-20 | fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y sim... | James A. Morrison | 1 | -0/+14 |
2005-04-20 | fold-const (fold_binary): Fold ~X ^ ~ Y to X ^ Y. | James A. Morrison | 1 | -0/+7 |
2005-04-19 | re PR middle-end/21085 (Virtual memory exhausted with g++) | James A. Morrison | 1 | -0/+1 |
2005-04-18 | re PR tree-optimization/20922 (missed always false conditional) | James A. Morrison | 1 | -0/+71 |
2005-04-17 | re PR middle-end/21024 (fold generates a comparison of two operands whose typ... | Kazu Hirata | 1 | -4/+8 |
2005-04-16 | fold-const.c (fold_binary_to_constant): Delete obsolete comment. | Roger Sayle | 1 | -12/+2 |
2005-04-16 | fold-const.c (fold_relational_hi_lo): Delete function and prototype. | Roger Sayle | 1 | -496/+5 |
2005-04-11 | fold-const.c (fold_binary_op_with_conditional_arg): use fold_buildN instead o... | Andrew Pinski | 1 | -15/+18 |
2005-04-11 | * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL) | Uros Bizjak | 1 | -0/+2 |
2005-04-09 | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | Uros Bizjak | 1 | -0/+2 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -0/+15 |
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 |