Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-10-10 | re PR c/17301 (ICE on wrong usage of __builtin_stdarg_start) | Joseph Myers | 1 | -0/+5 |
2004-10-08 | c-lex.c (interpret_float): Give a pedwarn rather than a warning for an out-of... | Joseph Myers | 1 | -1/+8 |
2004-10-08 | builtins.c (expand_builtin_mempcpy): Move tree handling code to fold_builtin_... | Kaveh R. Ghazi | 1 | -66/+42 |
2004-10-08 | builtins.c (expand_builtin_strncpy): Delete duplicate code. | Kaveh R. Ghazi | 1 | -32/+12 |
2004-10-06 | builtins.c (expand_builtin_strcpy): Delete duplicate code. | Kaveh R. Ghazi | 1 | -32/+17 |
2004-10-05 | builtins.c (expand_builtin_memmove): Delete duplicate code and accept a tree ... | Kaveh R. Ghazi | 1 | -29/+17 |
2004-10-04 | builtins.c (expand_builtin_memcpy): Delete duplicate code and make the first ... | Kaveh R. Ghazi | 1 | -18/+7 |
2004-10-03 | builtins.c (expand_builtin_memcmp, [...]): Delete duplicate code. | Kaveh R. Ghazi | 1 | -142/+20 |
2004-10-01 | builtins.c (expand_builtin_strstr, [...]): Eliminate duplicate code. | Kaveh R. Ghazi | 1 | -336/+43 |
2004-09-30 | builtins.c (expand_builtin_strlen): Do not call emit_move_insn with a PLUS as... | Ulrich Weigand | 1 | -7/+7 |
2004-09-26 | builtins.c (expand_builtin_memcmp): Adjust MEM_SIZE to reflect size of memory... | Ulrich Weigand | 1 | -0/+8 |
2004-09-26 | builtins.c (get_memory_rtx): Set mem attributes for non-ADDR_EXPR expressions. | Ulrich Weigand | 1 | -6/+11 |
2004-09-23 | * builtins.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-09-23 | builtins.c (simplify_builtin_va_start): Remove. | Eric Christopher | 1 | -213/+90 |
2004-09-20 | builtins.c (fold_builtin): Call the new omonymous target hook for machine-dep... | Paolo Bonzini | 1 | -1/+1 |