aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-152003-10-15 G�bor L�ki <alga@rgai.hu>G�bor L�ki
2003-10-11 * fold-const.c (negate_mathfn_p): New function to determine whetherRoger Sayle
2003-10-05 * fold-const.c: Follow spelling conventions.Kazu Hirata
2003-10-03 PR optimization/9325, PR java/6391Roger Sayle
2003-10-01 * fold-const.c (make_range): When handling unsigned, don't reverseRichard Kenner
2003-09-30 * fold-const.c (fold): Fold (A & ~B) - (A & B) intoKazu Hirata
2003-09-29Remove extra comma in comment.Richard Kenner
2003-09-29 * fold-const.c (fold): Fold (A & ~B) - (A & B) intoKazu Hirata
2003-09-25 PR bootstrap/12358Roger Sayle
2003-09-18 * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,Roger Sayle
2003-09-16 * fold-const.c (tree_swap_operands_p): New function to determineRoger Sayle
2003-09-14 * alias.c: Follow spelling conventions.Kazu Hirata
2003-09-09 * builtins.c (real_dconstp, fold_builtin_logarithm,Kaveh Ghazi
2003-09-08 * fold-const.c (operand_equal_p): Clarify documentation.Roger Sayle
2003-09-01 * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek
2003-08-26 PR middle-end/12002Roger Sayle
2003-08-26 * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 intoRoger Sayle
2003-08-22 * c-decl.c: Fix comment formatting.Kazu Hirata
2003-08-21 * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0Josef Zlomek
2003-08-20 PR middle-end/11984Roger Sayle
2003-08-20 * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill
2003-08-20 * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.Jason Merrill
2003-08-19 * builtins.c: Fix comment typos.Kazu Hirata
2003-08-14 * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easyRoger Sayle
2003-08-12 * fold-const.c (fold): Optimize any associative floating pointRoger Sayle
2003-08-04 PR middle-end/11771Roger Sayle
2003-08-04 * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.Roger Sayle
2003-08-01 * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) andRoger Sayle
2003-07-31 * fold-const.c (fold): Fold some comparisons of bit operations.Zdenek Dvorak
2003-07-28 * configure.in (--enable-checking): Add fold category.Jakub Jelinek
2003-07-22 * fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell
2003-07-22 * alias.c: Fix comment formatting.Kazu Hirata
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-18 * fold-const.c (const_binop): Avoid performing the FP operation atRoger Sayle
2003-07-10 PR c/11449Kazu Hirata
2003-07-10 * fold-const.c: Properly wrap prototypes.Andreas Jaeger
2003-07-09 * fold-const.c (make_range): Do not access operand 1 for aMark Mitchell
2003-07-072003-07-07 Andreas Jaeger <aj@suse.de>Andreas Jaeger
2003-07-04 * expr.c (do_store_flag): Pass in the correct result typeJeff Law
2003-07-03 * real.c (real_trunc, real_floor, real_ceil): New functionsRoger Sayle
2003-07-03 PR target/10700Roger Sayle
2003-07-03 * expr.c (do_store_flag): Remove special case folding forJeff Law
2003-07-02 PR optimization/11210Eric Botcazou
2003-07-01 * fold-const.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-29 * alloc-pool.c: Fix comment formatting.Kazu Hirata
2003-06-29 PR optimization/11210Eric Botcazou
2003-06-26 PR optimization/11210Eric Botcazou
2003-06-23 * basic-block.h: Fix comment formatting.Kazu Hirata