| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-04 | 1 | -1/+1 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -2/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -25/+25 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -2/+2 |
* | c-common.c: Fix comment typos. | Kazu Hirata | 2001-10-09 | 1 | -1/+1 |
* | fold-const.c (extract_muldiv, [...]): Only adjust code for division, not modu... | Richard Kenner | 2001-09-23 | 1 | -5/+2 |
* | fold-const.c (hashtab.h): Include. | Richard Kenner | 2001-09-20 | 1 | -43/+85 |
* | c-common.c (signed_or_unsigned_type): Handle machine mode types which have no... | Richard Henderson | 2001-09-07 | 1 | -6/+6 |
* | fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR, *_MOD_EXPR, SAVE_E... | Kaveh R. Ghazi | 2001-08-24 | 1 | -0/+15 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | toplev.c (set_float_handler): Make static. | Zack Weinberg | 2001-08-12 | 1 | -38/+61 |
* | dbxout.c: Fix comment formatting. | Kazu Hirata | 2001-08-08 | 1 | -17/+17 |
* | fold-const.c (fold): Test vs FLOAT_TYPE_P instead of INTEGRAL_TYPE_P when... | Richard Henderson | 2001-07-22 | 1 | -2/+2 |
* | integrate.c (copy_insn_list): handle NOTE_INSN_DELETED_LABEL, as if it were C... | Jan Hubicka | 2001-07-20 | 1 | -0/+17 |
* | Makefile.in (final.o): Depend on target.h. | Neil Booth | 2001-07-06 | 1 | -2/+2 |
* | tree.def (ARRAY_RANGE_REF): New code. | Richard Kenner | 2001-06-04 | 1 | -0/+1 |
* | fold-const.c (tree_expr_nonnegative_p): Detect more non-negative cases. | Kaveh R. Ghazi | 2001-05-21 | 1 | -0/+13 |
* | bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | Kaveh R. Ghazi | 2001-05-01 | 1 | -2/+2 |
* | fold-const.c (fold): Use first_rtl_op rather than TREE_CODE_LENGTH when... | Geoffrey Keating | 2001-04-20 | 1 | -2/+2 |
* | fold-const.c (fold): Before optimizing unsigned comparison with 0x7fffffffU... | Jakub Jelinek | 2001-04-02 | 1 | -1/+3 |
* | cse.c (find_comparison_args): Update documentation. | Mark Mitchell | 2001-03-19 | 1 | -2/+10 |
* | Brad's -ffast-math breakup. | Brad Lucier | 2001-03-07 | 1 | -14/+16 |
* | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 2001-03-02 | 1 | -4/+4 |
* | fold-const.c (fold_convert): Don't call size_int_type_wide if input overflows. | Richard Kenner | 2001-02-23 | 1 | -0/+1 |
* | fold-const.c (extract_muldiv): If not MULT_EXPR, check if either operand is d... | Jakub Jelinek | 2001-02-23 | 1 | -4/+29 |
* | fold-const.c (fold_binary_op_with_conditional_arg): New function, split out f... | Mark Mitchell | 2001-02-18 | 1 | -114/+138 |
* | stor-layout.c (is_pending_size, [...]): New functions. | Jakub Jelinek | 2001-02-14 | 1 | -1/+8 |
* | fold-const.c (split_tree): Don't assume a constant isn't splittable. | Richard Henderson | 2001-02-11 | 1 | -12/+6 |
* | fold-const.c (fold): When folding a CONJ_EXPR of a COMPLEX_CST... | Joseph Myers | 2001-01-05 | 1 | -3/+3 |
* | * fold-const.c (fold_convert): Fix typo. | Mark Mitchell | 2001-01-03 | 1 | -1/+1 |
* | fold-const.c (tree_expr_nonnegative_p): Treat truth values as non-negative. | Kaveh R. Ghazi | 2000-12-19 | 1 | -2/+6 |
* | fold-const.c (fold, [...]): Always return tree of proper type. | Richard Kenner | 2000-11-26 | 1 | -1/+1 |
* | Fix crash in fold_range_test | Bernd Schmidt | 2000-11-24 | 1 | -0/+1 |
* | Overhaul sequence point warnings (again) | Bernd Schmidt | 2000-11-24 | 1 | -2/+6 |
* | fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than the types themselv... | Richard Henderson | 2000-11-09 | 1 | -1/+1 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -4/+4 |
* | builtins.c (expand_builtin_strlen): Remove unused mode argument. | Zack Weinberg | 2000-11-03 | 1 | -0/+1 |
* | Constant folding for builtins | Bernd Schmidt | 2000-11-01 | 1 | -0/+13 |
* | toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead. | Joseph Myers | 2000-10-29 | 1 | -1/+1 |
* | fold-const.c (force_fit_type): Unsigned values can overflow if they are sizet... | Richard Kenner | 2000-10-20 | 1 | -3/+7 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -11/+1 |
* | fold-const.c (fold, [...]): Perform negation in proper type.a | Richard Kenner | 2000-10-05 | 1 | -3/+8 |
* | optabs.c (init_optabs): Initialize fixtab... | Greg McGary | 2000-08-24 | 1 | -1/+1 |
* | calls.c (ECF_SP_DEPRESSED): New macro. | Richard Kenner | 2000-08-15 | 1 | -3/+4 |
* | [multiple changes] | Zack Weinberg | 2000-08-05 | 1 | -0/+51 |
* | * fold-const.c: Fix formatting. | Kazu Hirata | 2000-08-02 | 1 | -365/+359 |
* | * fold-const.c: Fix comment typos. | Kazu Hirata | 2000-07-17 | 1 | -3/+3 |
* | fold-const.c (extract_muldiv): Don't optimize past an unsigned cast around an... | Richard Henderson | 2000-07-15 | 1 | -3/+14 |
* | Fix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without... | Michael Meissner | 2000-07-15 | 1 | -8/+24 |
* | fold-const.c (extract_muldiv): Check whether c divides op1 exactly if operati... | Toon Moene | 2000-07-08 | 1 | -4/+11 |