| Commit message (Expand) | Author | Age | Files | Lines |
* | * fold-const.c: Follow spelling conventions. | kazu | 2003-10-05 | 1 | -1/+1 |
* | PR optimization/9325, PR java/6391 | sayle | 2003-10-03 | 1 | -29/+51 |
* | * fold-const.c (make_range): When handling unsigned, don't reverse | kenner | 2003-10-01 | 1 | -4/+4 |
* | * fold-const.c (fold): Fold (A & ~B) - (A & B) into | kazu | 2003-09-30 | 1 | -6/+2 |
* | Remove extra comma in comment. | kenner | 2003-09-29 | 1 | -1/+1 |
* | * fold-const.c (fold): Fold (A & ~B) - (A & B) into | kazu | 2003-09-29 | 1 | -0/+23 |
* | PR bootstrap/12358 | sayle | 2003-09-25 | 1 | -10/+0 |
* | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 1 | -13/+12 |
* | * fold-const.c (tree_swap_operands_p): New function to determine | sayle | 2003-09-16 | 1 | -126/+76 |
* | * alias.c: Follow spelling conventions. | kazu | 2003-09-14 | 1 | -1/+1 |
* | * builtins.c (real_dconstp, fold_builtin_logarithm, | ghazi | 2003-09-09 | 1 | -6/+34 |
* | * fold-const.c (operand_equal_p): Clarify documentation. | sayle | 2003-09-08 | 1 | -2/+16 |
* | * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. | zlomek | 2003-09-01 | 1 | -23/+9 |
* | PR middle-end/12002 | sayle | 2003-08-26 | 1 | -1/+2 |
* | * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into | sayle | 2003-08-26 | 1 | -10/+33 |
* | * c-decl.c: Fix comment formatting. | kazu | 2003-08-22 | 1 | -1/+1 |
* | * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0 | zlomek | 2003-08-21 | 1 | -2/+2 |
* | PR middle-end/11984 | sayle | 2003-08-20 | 1 | -1/+3 |
* | * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'. | jason | 2003-08-20 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl. | jason | 2003-08-20 | 1 | -63/+59 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy | sayle | 2003-08-14 | 1 | -5/+62 |
* | * fold-const.c (fold): Optimize any associative floating point | sayle | 2003-08-12 | 1 | -5/+3 |
* | PR middle-end/11771 | sayle | 2003-08-04 | 1 | -1/+4 |
* | * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0. | sayle | 2003-08-04 | 1 | -15/+64 |
* | * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and | sayle | 2003-08-01 | 1 | -0/+98 |
* | * fold-const.c (fold): Fold some comparisons of bit operations. | rakdver | 2003-07-31 | 1 | -0/+28 |
* | * configure.in (--enable-checking): Add fold category. | jakub | 2003-07-28 | 1 | -7/+236 |
* | * fold-const.c (force_fit_type): Handle OFFSET_TYPE. | mmitchel | 2003-07-22 | 1 | -1/+2 |
* | * alias.c: Fix comment formatting. | kazu | 2003-07-22 | 1 | -2/+2 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -4/+4 |
* | * fold-const.c (const_binop): Avoid performing the FP operation at | sayle | 2003-07-18 | 1 | -4/+44 |
* | PR c/11449 | kazu | 2003-07-10 | 1 | -10/+22 |
* | * fold-const.c: Properly wrap prototypes. | aj | 2003-07-10 | 1 | -28/+41 |
* | * fold-const.c (make_range): Do not access operand 1 for a | mmitchel | 2003-07-09 | 1 | -1/+2 |
* | 2003-07-07 Andreas Jaeger <aj@suse.de> | aj | 2003-07-07 | 1 | -5/+2 |
* | * expr.c (do_store_flag): Pass in the correct result type | law | 2003-07-04 | 1 | -1/+1 |
* | * real.c (real_trunc, real_floor, real_ceil): New functions | sayle | 2003-07-03 | 1 | -0/+11 |
* | PR target/10700 | sayle | 2003-07-03 | 1 | -19/+0 |
* | * expr.c (do_store_flag): Remove special case folding for | law | 2003-07-03 | 1 | -17/+116 |
* | PR optimization/11210 | ebotcazou | 2003-07-02 | 1 | -0/+14 |
* | * fold-const.c: Convert prototypes to ISO C90. | aj | 2003-07-01 | 1 | -312/+148 |
* | * basic-block.h: Fix comment typos. | kazu | 2003-07-01 | 1 | -1/+1 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | PR optimization/11210 | ebotcazou | 2003-06-29 | 1 | -2/+1 |
* | PR optimization/11210 | ebotcazou | 2003-06-26 | 1 | -1/+2 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -1/+1 |
* | cp: | ghazi | 2003-06-16 | 1 | -2/+2 |
* | * fold-const.c (operand_equal_p): Consider two calls to "const" | sayle | 2003-06-16 | 1 | -2/+44 |
* | * builtins.c: Fix comment typos. | kazu | 2003-06-13 | 1 | -2/+2 |