aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-26re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-5/+17
2006-12-14re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...Richard Guenther1-0/+64
2006-12-13builtins.c (expand_builtin_cexpi): Fix typo.Richard Guenther1-1/+1
2006-12-13re PR tree-optimization/17687 (sincos tree representation causes extra addres...Richard Guenther1-4/+130
2006-12-11value-prof.c (tree_stringops_transform): New.Jan Hubicka1-6/+3
2006-12-07builtins.c (expand_builtin_pow): Adjust predicates for pow to cbrt expansion ...Richard Guenther1-3/+8
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-12/+14
2006-12-04cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.Jan Hubicka1-2/+6
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-11-30re PR middle-end/30028 (bcopy is wrongly converted to memcpy)Jan Hubicka1-1/+1
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-1/+1
2006-11-28builtins.c: Include tree-flow.h.Jan Hubicka1-42/+50
2006-11-27re PR fortran/25620 (Missed optimization with power)Richard Guenther1-23/+100
2006-11-26builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.Kaveh R. Ghazi1-0/+14
2006-11-23real.h (real_isinteger): Declare.Manuel López-Ibáñez1-9/+1
2006-11-18builtins.c (integer_valued_real_p): Handle fmin/fmax.Kaveh R. Ghazi1-10/+39
2006-11-12builtins.c (fold_builtin_cosh): New.Kaveh R. Ghazi1-4/+25
2006-11-11Oops, commited wrong variant of patch in last commit, this is the diffJan Hubicka1-1/+0
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-142/+5
2006-11-11builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().Kaveh R. Ghazi1-19/+12
2006-11-10builtins.c (do_mpfr_arg3): New.Kaveh R. Ghazi1-0/+70
2006-11-08tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle1-13/+4
2006-11-02re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+62
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+97
2006-10-30re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+6
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-2/+1
2006-10-30builtins.c (fold_builtin_floor): Check for the availability of the C99 trunc ...Roger Sayle1-3/+5
2006-10-29builtins.c (fold_builtin_hypot): Rearrange recursive transformation before ot...Kaveh R. Ghazi1-16/+21
2006-10-29builtins.c (expand_builtin_mathfn): Expand nearbyint as rint in case -fno-tra...Richard Guenther1-1/+4
2006-10-29genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs.Richard Guenther1-32/+25
2006-10-29re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-29/+152
2006-10-28re PR target/28806 (lround is not expanded inline to SSE conversion sequence)Richard Guenther1-0/+5
2006-10-27builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown...Jan Hubicka1-1/+1
2006-10-25re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-27/+56
2006-10-25optabs.h (enum optab_index): Remove OTI_lrint.Richard Guenther1-33/+25
2006-10-25optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder.Uros Bizjak1-3/+6
2006-10-24re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-64/+78
2006-10-24re PR middle-end/28796 (__builtin_nan() and __builtin_unordered() inconsistent)Richard Guenther1-7/+7
2006-10-24builtins.c (fold_builtin_floor): Fold floor (x) where x is nonnegative to tru...Richard Guenther1-0/+18
2006-10-24builtins.c (fold_builtin_exponent): Evaluate constant arguments at compile-ti...Kaveh R. Ghazi1-55/+36
2006-10-23re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-21/+67
2006-10-23builtins.c (expand_builtin, [...]): Handle BUILT_IN_STRNCAT_CHK.Jakub Jelinek1-0/+22
2006-10-23builtins.c (expand_builtin_memmove): Remove ORIG_EXP argument; don't do conve...Jan Hubicka1-43/+25
2006-10-21re PR middle-end/28252 (pow(x,1/3.0) should be converted to cbrt(x))Uros Bizjak1-0/+17
2006-10-21builtins.c (expand_builtin_int_roundingfn_2): New function.Richard Guenther1-6/+93
2006-10-21builtins.c (fold_builtin_classify): Fix typo.Richard Guenther1-1/+1
2006-10-15Cosmetic tweak to previous checkin.Eric Botcazou1-3/+3
2006-10-15re PR middle-end/29111 (FAIL: gcc.dg/torture/pr26565.c -O0 execution test)Eric Botcazou1-0/+4
2006-10-10re PR middle-end/29272 (memcpy optimization causes wrong-code)Jakub Jelinek1-0/+20
2006-10-06re PR target/28924 (x86 sync builtins fail for char and short memory operands)Jakub Jelinek1-0/+8