summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2005-04-18 James A. Morrison <phython@gcc.gnu.org>phython2005-04-191-0/+1
* 2005-04-18 James A. Morrison <phython@gcc.gnu.org>phython2005-04-181-0/+71
* PR middle-end/21024kazu2005-04-171-4/+8
* * fold-const.c (fold_binary_to_constant): Delete obsolete comment.sayle2005-04-161-12/+2
* * fold-const.c (fold_relational_hi_lo): Delete function and prototype.sayle2005-04-161-496/+5
* 2005-04-11 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-04-111-15/+18
* * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)uros2005-04-111-0/+2
* * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)uros2005-04-091-0/+2
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-0/+15
* * config/i386/i386.md (*truncdfsf2_i387_1): New pattern.sayle2005-04-051-1/+0
* PR rtl-optimization/16104jakub2005-04-041-3/+11
* 2005-04-03 Roger Sayle <roger@eyesopen.com>sayle2005-04-041-9/+28
* * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.kazu2005-04-011-3/+3
* 2005-03-25 Pat Haugen <pthaugen@us.ibm.com>dje2005-03-251-2/+10
* * fold-const.c: Convert uses of fold (build (...)) tokazu2005-03-251-521/+521
* * fold-const.c (fold_build1, fold_build2, fold_build3): New.kazu2005-03-221-0/+45
* * fold-const.c (fold_ternary): Take decomposed arguments ofkazu2005-03-221-16/+11
* * fold-const.c (fold_unary, fold_binary): Update commentskazu2005-03-221-6/+6
* * builtins.c (fold_builtin): Take decomposed arguments ofkazu2005-03-211-1/+3
* PR middle-end/20539sayle2005-03-211-3/+11
* PR middle-end/20493danglin2005-03-191-0/+18
* PR tree-optimization/17454sayle2005-03-161-2/+5
* PR middle-end/19331sayle2005-03-131-4/+7
* PR tree-optimization/15784law2005-03-111-0/+15
* 2005-03-11 James A. Morrison <phython@gcc.gnu.org>phython2005-03-111-0/+3
* * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.ghazi2005-03-091-0/+1
* * fold-const.c (fold_unary, fold_binary): Take decomposedkazu2005-03-091-16/+14
* * fold-const.c (fold_unary, fold_binary, fold_ternary): Returnkazu2005-03-091-33/+37
* * fold-const.c (int_const_binop): Remove no_overflow.kazu2005-03-091-2/+0
* * fold-const.c (fold_binary_op_with_conditional_arg): Fix typodje2005-03-071-1/+1
* * fold-const.c (fold_binary): Unroll the very first "for"kazu2005-03-071-17/+41
* * fold-const.c (fold_binary): Remove handling of RANGE_EXPR.kazu2005-03-071-10/+0
* * fold-const.c (fold_unary): Use build1 instead of copy_node.kazu2005-03-061-2/+1
* * fold-const.c (fold_binary_op_with_conditional_arg): Takekazu2005-03-061-10/+11
* * fold-const.c (fold_range_test): Take decomposed argumentskazu2005-03-061-17/+16
* * fold-const.c (optimize_minmax_comparison): Take decomposedkazu2005-03-061-13/+27
* * fold-const.c (fold_binary): Use code instead of t.kazu2005-03-061-1/+1
* * fold-const.c (fold_binary): Avoid directly using the originalkazu2005-03-061-7/+7
* * fold-const.c (fold): Remove handling of binary expressions.kazu2005-03-061-2598/+0
* * fold-const.c (fold_binary): New.kazu2005-03-051-0/+2617
* * fold-const.c (fold_ternary): Unroll the "for" loop tokazu2005-03-041-59/+47
* 2005-03-04 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-03-041-15/+0
* * fold-const.c (fold_ternary): New.kazu2005-03-041-185/+241
* 2005-03-03 James A. Morrison <phython@gcc.gnu.org>phython2005-03-041-0/+15
* * fold-const.c (fold_unary): Avoid directly using the originalkazu2005-03-031-31/+25
* * fold-const.c (fold): Remove handling of unary expressions.kazu2005-03-031-398/+2
* * fold-const.c (fold_unary): New.kazu2005-03-021-0/+435
* PR middle-end/19953rth2005-02-241-18/+163
* * fold-const.c (constant_boolean_node): Always create values ofsayle2005-02-181-3/+0
* 2005-02-18 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-02-181-2/+13