summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2005-04-27 Richard Guenther <rguenth@gcc.gnu.org>rguenth2005-04-271-15/+3
* 2004-04-26 Richard Guenther <rguenth@gcc.gnu.org>rguenth2005-04-261-0/+33
* PR tree-optimization/21047kazu2005-04-261-15/+4
* 2005-04-23 Richard Guenther <rguenth@gcc.gnu.org>rguenth2005-04-231-1/+22
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-6/+6
* PR tree-optimization/21088kazu2005-04-231-3/+3
* PR tree-optimization/14846kazu2005-04-211-18/+44
* 2005-04-19 James A. Morrison <phython@gcc.gnu.org>phython2005-04-201-0/+14
* 2005-04-19 James A. Morrison <phython@gcc.gnu.org>phython2005-04-201-0/+7
* 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