| Commit message (Expand) | Author | Age | Files | Lines |
* | PR tree-optimization/15784 | law | 2005-03-11 | 1 | -0/+15 |
* | 2005-03-11 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-03-11 | 1 | -0/+3 |
* | * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case. | ghazi | 2005-03-09 | 1 | -0/+1 |
* | * fold-const.c (fold_unary, fold_binary): Take decomposed | kazu | 2005-03-09 | 1 | -16/+14 |
* | * fold-const.c (fold_unary, fold_binary, fold_ternary): Return | kazu | 2005-03-09 | 1 | -33/+37 |
* | * fold-const.c (int_const_binop): Remove no_overflow. | kazu | 2005-03-09 | 1 | -2/+0 |
* | * fold-const.c (fold_binary_op_with_conditional_arg): Fix typo | dje | 2005-03-07 | 1 | -1/+1 |
* | * fold-const.c (fold_binary): Unroll the very first "for" | kazu | 2005-03-07 | 1 | -17/+41 |
* | * fold-const.c (fold_binary): Remove handling of RANGE_EXPR. | kazu | 2005-03-07 | 1 | -10/+0 |
* | * fold-const.c (fold_unary): Use build1 instead of copy_node. | kazu | 2005-03-06 | 1 | -2/+1 |
* | * fold-const.c (fold_binary_op_with_conditional_arg): Take | kazu | 2005-03-06 | 1 | -10/+11 |
* | * fold-const.c (fold_range_test): Take decomposed arguments | kazu | 2005-03-06 | 1 | -17/+16 |
* | * fold-const.c (optimize_minmax_comparison): Take decomposed | kazu | 2005-03-06 | 1 | -13/+27 |
* | * fold-const.c (fold_binary): Use code instead of t. | kazu | 2005-03-06 | 1 | -1/+1 |
* | * fold-const.c (fold_binary): Avoid directly using the original | kazu | 2005-03-06 | 1 | -7/+7 |
* | * fold-const.c (fold): Remove handling of binary expressions. | kazu | 2005-03-06 | 1 | -2598/+0 |
* | * fold-const.c (fold_binary): New. | kazu | 2005-03-05 | 1 | -0/+2617 |
* | * fold-const.c (fold_ternary): Unroll the "for" loop to | kazu | 2005-03-04 | 1 | -59/+47 |
* | 2005-03-04 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-03-04 | 1 | -15/+0 |
* | * fold-const.c (fold_ternary): New. | kazu | 2005-03-04 | 1 | -185/+241 |
* | 2005-03-03 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-03-04 | 1 | -0/+15 |
* | * fold-const.c (fold_unary): Avoid directly using the original | kazu | 2005-03-03 | 1 | -31/+25 |
* | * fold-const.c (fold): Remove handling of unary expressions. | kazu | 2005-03-03 | 1 | -398/+2 |
* | * fold-const.c (fold_unary): New. | kazu | 2005-03-02 | 1 | -0/+435 |
* | PR middle-end/19953 | rth | 2005-02-24 | 1 | -18/+163 |
* | * fold-const.c (constant_boolean_node): Always create values of | sayle | 2005-02-18 | 1 | -3/+0 |
* | 2005-02-18 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-02-18 | 1 | -2/+13 |
* | 2005-02-16 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-02-17 | 1 | -2/+1 |
* | PR middle-end/19857 | jakub | 2005-02-16 | 1 | -3/+8 |
* | 2005-02-15 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-02-15 | 1 | -0/+15 |
* | re-apply fold_indirect_ref patch | jason | 2005-02-14 | 1 | -6/+36 |
* | 2005-02-13 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-02-14 | 1 | -0/+20 |
* | temporarily revert last changes | jason | 2005-02-13 | 1 | -59/+6 |
* | PR mudflap/19319 | jason | 2005-02-13 | 1 | -6/+36 |
* | 2005-02-13 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-02-13 | 1 | -0/+23 |
* | * tree-complex.c (expand_complex_libcall): New. | rth | 2005-02-12 | 1 | -0/+184 |
* | PR middle-end/19858 | jakub | 2005-02-11 | 1 | -2/+14 |
* | * fold-const.c (fold_strip_sign_ops): New function to simplify a | sayle | 2005-02-09 | 1 | -0/+54 |
* | 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-02-09 | 1 | -12/+12 |
* | PR middle-end/19405 | sayle | 2005-02-03 | 1 | -2/+5 |
* | * fold-const.c (fold, case CEIL_MOD_EXPR): Do not lose side | law | 2005-02-01 | 1 | -2/+11 |
* | 2005-01-31 Roger Sayle <roger@eyesopen.com> | dalej | 2005-01-31 | 1 | -9/+21 |
* | 2005-01-29 Richard Guenther <richard.guenther@uni-tuebingen.de> | sayle | 2005-01-29 | 1 | -0/+78 |
* | * fold-const.c (fold, case CEIL_MOD_EXPR): Optimize 0 % X. | law | 2005-01-28 | 1 | -1/+2 |
* | * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c, | kazu | 2005-01-23 | 1 | -1/+1 |
* | PR rtl-optimization/576 | sayle | 2005-01-21 | 1 | -14/+19 |
* | * calls.c (expand_call): Check DECL_BUILT_IN_CLASS before | ebotcazou | 2005-01-18 | 1 | -5/+2 |
* | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | PR tree-optimization/19060 | jakub | 2005-01-15 | 1 | -20/+52 |
* | * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding | falk | 2005-01-09 | 1 | -1/+2 |