Age | Commit message (Expand) | Author | Files | Lines |
2006-11-18 | builtins.c (integer_valued_real_p): Handle fmin/fmax. | Kaveh R. Ghazi | 1 | -10/+39 |
2006-11-12 | builtins.c (fold_builtin_cosh): New. | Kaveh R. Ghazi | 1 | -4/+25 |
2006-11-11 | Oops, commited wrong variant of patch in last commit, this is the diff | Jan Hubicka | 1 | -1/+0 |
2006-11-11 | extended.texi (__builtin_expect): We no longer require second argument to be ... | Jan Hubicka | 1 | -142/+5 |
2006-11-11 | builtins.c (fold_builtin_cos): Use fold_strip_sign_ops(). | Kaveh R. Ghazi | 1 | -19/+12 |
2006-11-10 | builtins.c (do_mpfr_arg3): New. | Kaveh R. Ghazi | 1 | -0/+70 |
2006-11-08 | tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl... | Roger Sayle | 1 | -13/+4 |
2006-11-02 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -0/+62 |
2006-11-01 | extend.texi (__builtin_bswap32): Document. | Eric Christopher | 1 | -0/+97 |
2006-10-30 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -0/+6 |
2006-10-30 | builtins.c (expand_builtin_mathfn_3): Correct coding style. | Roger Sayle | 1 | -2/+1 |
2006-10-30 | builtins.c (fold_builtin_floor): Check for the availability of the C99 trunc ... | Roger Sayle | 1 | -3/+5 |
2006-10-29 | builtins.c (fold_builtin_hypot): Rearrange recursive transformation before ot... | Kaveh R. Ghazi | 1 | -16/+21 |
2006-10-29 | builtins.c (expand_builtin_mathfn): Expand nearbyint as rint in case -fno-tra... | Richard Guenther | 1 | -1/+4 |
2006-10-29 | genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs. | Richard Guenther | 1 | -32/+25 |
2006-10-29 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -29/+152 |
2006-10-28 | re PR target/28806 (lround is not expanded inline to SSE conversion sequence) | Richard Guenther | 1 | -0/+5 |
2006-10-27 | builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown... | Jan Hubicka | 1 | -1/+1 |
2006-10-25 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -27/+56 |
2006-10-25 | optabs.h (enum optab_index): Remove OTI_lrint. | Richard Guenther | 1 | -33/+25 |
2006-10-25 | optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder. | Uros Bizjak | 1 | -3/+6 |
2006-10-24 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -64/+78 |
2006-10-24 | re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent) | Richard Guenther | 1 | -7/+7 |
2006-10-24 | builtins.c (fold_builtin_floor): Fold floor (x) where x is nonnegative to tru... | Richard Guenther | 1 | -0/+18 |
2006-10-24 | builtins.c (fold_builtin_exponent): Evaluate constant arguments at compile-ti... | Kaveh R. Ghazi | 1 | -55/+36 |
2006-10-23 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -21/+67 |
2006-10-23 | builtins.c (expand_builtin, [...]): Handle BUILT_IN_STRNCAT_CHK. | Jakub Jelinek | 1 | -0/+22 |
2006-10-23 | builtins.c (expand_builtin_memmove): Remove ORIG_EXP argument; don't do conve... | Jan Hubicka | 1 | -43/+25 |
2006-10-21 | re PR middle-end/28252 (pow(x,1/3.0) should be converted to cbrt(x)) | Uros Bizjak | 1 | -0/+17 |
2006-10-21 | builtins.c (expand_builtin_int_roundingfn_2): New function. | Richard Guenther | 1 | -6/+93 |
2006-10-21 | builtins.c (fold_builtin_classify): Fix typo. | Richard Guenther | 1 | -1/+1 |
2006-10-15 | Cosmetic tweak to previous checkin. | Eric Botcazou | 1 | -3/+3 |
2006-10-15 | re PR middle-end/29111 (FAIL: gcc.dg/torture/pr26565.c -O0 execution test) | Eric Botcazou | 1 | -0/+4 |
2006-10-10 | re PR middle-end/29272 (memcpy optimization causes wrong-code) | Jakub Jelinek | 1 | -0/+20 |
2006-10-06 | re PR target/28924 (x86 sync builtins fail for char and short memory operands) | Jakub Jelinek | 1 | -0/+8 |
2006-10-03 | builtins.c (expand_builtin_return_addr): Deal with FRAME_ADDR_RTX. | Eric Botcazou | 1 | -5/+9 |
2006-09-29 | builtins.c (expand_builtin_setjmp): Delete. | Eric Botcazou | 1 | -75/+57 |
2006-09-12 | re PR middle-end/28493 (Wrong address of stack object used for destructor cal... | Jason Merrill | 1 | -1/+6 |
2006-09-10 | re PR middle-end/26983 (Missing label with builtin_setjmp/longjmp) | Steven Bosscher | 1 | -0/+6 |
2006-09-02 | re PR middle-end/27567 (__builtin_memcpy generates redundant stores/moves.) | Jakub Jelinek | 1 | -58/+253 |
2006-09-01 | re PR middle-end/27226 (Compiler looses track of alignment for emit_block_move) | J"orn Rennecke | 1 | -9/+40 |
2006-07-27 | builtins.c (fold_fixed_mathfn): When long and long long are the same size... | Roger Sayle | 1 | -0/+36 |
2006-06-12 | builtins.c (expand_builtin_return_addr): Only use frame_pointer_rtx when coun... | Mark Shinwell | 1 | -5/+9 |
2006-06-04 | tree.h: Declare folding_initializer. | Mark Shinwell | 1 | -1/+2 |
2006-05-31 | builtins.c (fold_builtin_cabs): Delete prototype. | Roger Sayle | 1 | -5/+13 |
2006-05-22 | revert: invoke.texi (-msselibm): Document. | Richard Guenther | 1 | -20/+0 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -104/+104 |
2006-04-28 | re PR middle-end/27260 (ICE in expand_expr_real_1, at expr.c:6750) | Alan Modra | 1 | -3/+3 |
2006-04-18 | builtins.c (expand_builtin_strcmp): Cover label definition of do_libcall with... | Andreas Krebbel | 1 | -0/+2 |
2006-04-14 | re PR middle-end/27134 (ICE with floor and -ffast-math) | Uros Bizjak | 1 | -1/+1 |