| Commit message (Expand) | Author | Age | Files | Lines |
* | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | uros | 2005-04-09 | 1 | -0/+2 |
* | Merge from tree-cleanup-branch: VRP, store CCP, store | dnovillo | 2005-04-09 | 1 | -0/+15 |
* | * config/i386/i386.md (*truncdfsf2_i387_1): New pattern. | sayle | 2005-04-05 | 1 | -1/+0 |
* | PR rtl-optimization/16104 | jakub | 2005-04-04 | 1 | -3/+11 |
* | 2005-04-03 Roger Sayle <roger@eyesopen.com> | sayle | 2005-04-04 | 1 | -9/+28 |
* | * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos. | kazu | 2005-04-01 | 1 | -3/+3 |
* | 2005-03-25 Pat Haugen <pthaugen@us.ibm.com> | dje | 2005-03-25 | 1 | -2/+10 |
* | * fold-const.c: Convert uses of fold (build (...)) to | kazu | 2005-03-25 | 1 | -521/+521 |
* | * fold-const.c (fold_build1, fold_build2, fold_build3): New. | kazu | 2005-03-22 | 1 | -0/+45 |
* | * fold-const.c (fold_ternary): Take decomposed arguments of | kazu | 2005-03-22 | 1 | -16/+11 |
* | * fold-const.c (fold_unary, fold_binary): Update comments | kazu | 2005-03-22 | 1 | -6/+6 |
* | * builtins.c (fold_builtin): Take decomposed arguments of | kazu | 2005-03-21 | 1 | -1/+3 |
* | PR middle-end/20539 | sayle | 2005-03-21 | 1 | -3/+11 |
* | PR middle-end/20493 | danglin | 2005-03-19 | 1 | -0/+18 |
* | PR tree-optimization/17454 | sayle | 2005-03-16 | 1 | -2/+5 |
* | PR middle-end/19331 | sayle | 2005-03-13 | 1 | -4/+7 |
* | 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 |