Age | Commit message (Expand) | Author | Files | Lines |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 1 | -1/+0 |
2005-03-30 | Fix problem with calling powi* builtins. | Fariborz Jahanian | 1 | -4/+8 |
2005-03-30 | re PR target/20203 (unrecognizable insn when using long long and memset) | Alan Modra | 1 | -6/+2 |
2005-03-24 | optabs.h (enum optab_index): Remove OTI_llrint. | Uros Bizjak | 1 | -2/+1 |
2005-03-21 | optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint. | Uros Bizjak | 1 | -0/+14 |
2005-03-21 | builtins.c (fold_builtin): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -5/+2 |
2005-03-21 | builtins.c (fold_builtin_1): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -5/+6 |
2005-03-20 | builtins.c (fold_builtin_1): Update a call to targetm.fold_builtin. | Kazu Hirata | 1 | -1/+1 |
2005-03-20 | builtins.c (fold_fixed_mathfn, [...]): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -29/+17 |
2005-03-19 | builtins.c (fold_trunc_transparent_mathfn): Take decomposed arguments of CALL... | Kazu Hirata | 1 | -9/+7 |
2005-03-19 | builtins.c (fold_builtin_memcpy): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -6/+5 |
2005-03-18 | builtins.c (fold_builtin_signbit): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -5/+3 |
2005-03-18 | builtins.c (fold_builtin_bitop): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -5/+3 |
2005-03-16 | builtins.c (expand_movstr): Update a call to fold_builtin_strcpy. | Kazu Hirata | 1 | -10/+8 |
2005-03-15 | real.h (struct real_format): Split the signbit field into two two fields, sig... | Roger Sayle | 1 | -1/+1 |
2005-03-13 | builtins.c (expand_builtin_mathfn_3): Remove local variable before_call. | Kazu Hirata | 1 | -3/+1 |
2005-03-13 | builtins.c (fold_trunc_transparent_mathfn, [...]): Use TYPE (TYPE (fndecl)) i... | Kazu Hirata | 1 | -17/+28 |
2005-03-13 | builtins.c (fold_builtin_classify): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -6/+4 |
2005-03-12 | builtins.c (fold_builtin_logarithm): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -7/+5 |
2005-03-12 | builtins.c (fold_builtin_exponent): Take decomposed arguments of CALL_EXPR. | Kazu Hirata | 1 | -7/+5 |
2005-03-12 | re PR middle-end/20419 (ICE in gen_lowpart_general, at rtlhooks.c:58) | Roger Sayle | 1 | -0/+5 |
2005-03-10 | builtins.c (expand_builtin_signbit): Extend to handle floating point modes wi... | Roger Sayle | 1 | -34/+39 |
2005-03-09 | builtins.c (fold_builtin_cbrt, [...]): Rearrange code. | Kaveh R. Ghazi | 1 | -61/+121 |
2005-03-09 | builtins.c (fold_builtin_unordered_cmp): Change prototype to take a fndecl an... | Roger Sayle | 1 | -11/+12 |
2005-02-24 | re PR middle-end/19953 (Special-case real + complex arithmetic operation (-ff... | Richard Henderson | 1 | -1/+47 |
2005-02-20 | re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ... | Zack Weinberg | 1 | -4/+11 |
2005-02-17 | builtins.c (expand_builtin_return_addr): Remove tem parameter. | Andreas Krebbel | 1 | -5/+9 |
2005-02-16 | re PR tree-optimization/19967 (built-in folding causes excess diagnostics) | Kazu Hirata | 1 | -36/+44 |
2005-02-12 | optabs.h (enum optab_index): Add new OTI_ldexp. | Uros Bizjak | 1 | -1/+14 |
2005-02-11 | tree-complex.c (expand_complex_libcall): New. | Richard Henderson | 1 | -1/+1 |
2005-02-10 | builtins.c (fold_builtin_powi): New function. | Richard Guenther | 1 | -0/+53 |
2005-02-09 | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 1 | -1/+1 |
2005-02-09 | fold-const.c (fold_strip_sign_ops): New function to simplify a floating point... | Roger Sayle | 1 | -14/+34 |
2005-02-09 | re PR middle-end/19402 (__builtin_powi? still missing) | Richard Guenther | 1 | -0/+69 |
2005-02-07 | re PR middle-end/19775 (sqrt(pow(x,y)) != pow(x,y*0.5) (with -ffast-math)) | Richard Guenther | 1 | -3/+6 |
2005-01-27 | builtins.c (expand_builtin_copysign): New. | Richard Henderson | 1 | -0/+31 |
2005-01-24 | builtins.c (get_pointer_alignment, [...]): Use POINTER_TYPE_P instead TREE_CO... | Jakub Jelinek | 1 | -13/+19 |
2005-01-12 | builtins.c (fold_builtin_fabs): Convert argument to the appropriate type as a... | Roger Sayle | 1 | -0/+2 |
2005-01-11 | re PR target/18916 (mis-aligned vector code with copy memory (-maltivec)) | Alan Modra | 1 | -1/+13 |
2005-01-07 | re PR tree-optimization/18828 (Extraneous warning with var_start and optimiza... | Jakub Jelinek | 1 | -52/+34 |
2004-12-14 | re PR middle-end/18951 (Invalid code generated by expand_errno_check) | Jakub Jelinek | 1 | -0/+4 |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -1/+0 |
2004-12-05 | * builtins.c: Fix comment typos. | Kazu Hirata | 1 | -4/+6 |
2004-12-04 | re PR middle-end/17909 (ICE: verifiy_stms failed) | Andrew Pinski | 1 | -9/+28 |
2004-11-23 | function.h (struct function): Remove calls_longjmp. | Zack Weinberg | 1 | -2/+0 |
2004-11-09 | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 1 | -9/+10 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-11-04 | builtins.c (expand_builtin_return_addr, [...]): Make them static. | Kazu Hirata | 1 | -3/+3 |
2004-10-27 | btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++, libffi, and libjava. | Geoffrey Keating | 1 | -33/+27 |
2004-10-19 | builtins.c (expand_builtin_memmove): If fold_builtin_memmove succeeds, only e... | Richard Henderson | 1 | -1/+1 |