aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtins-20.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-22target-supports.exp (check_cached_effective_target): New procedure.Richard Sandiford1-6/+10
2007-09-22sourcebuild.texi (dg-add-c99-runtime-options): Document.Richard Sandiford1-2/+1
2007-02-08builtins-20.c: Add some -~ complex cases.Kaveh R. Ghazi1-0/+18
2007-02-06fold-const.c (negate_expr_p): Handle CONJ_EXPR.Kaveh R. Ghazi1-0/+36
2007-02-02fold-const.c (negate_expr_p, [...]): Handle COMPLEX_EXPR.Kaveh R. Ghazi1-0/+48
2007-01-26builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions.Kaveh R. Ghazi1-6/+129
2007-01-25builtins.c (fold_builtin_carg): New.Kaveh R. Ghazi1-0/+23
2006-11-18builtins.c (integer_valued_real_p): Handle fmin/fmax.Kaveh R. Ghazi1-0/+78
2006-11-18fold-const.c (fold_strip_sign_ops): Handle copysign.Kaveh R. Ghazi1-0/+21
2006-11-14fold-const.c (fold_strip_sign_ops): Handle COMPOUND_EXPR and COND_EXPR.Kaveh R. Ghazi1-0/+48
2006-11-11builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().Kaveh R. Ghazi1-0/+81
2006-11-09builtins-20.c: Use fabs, not __builtin_fabs.Kaveh R. Ghazi1-36/+33
2006-10-29builtins.c (fold_builtin_hypot): Rearrange recursive transformation before ot...Kaveh R. Ghazi1-3/+75
2006-10-29re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+57
2006-03-21config.gcc (i[34567]86-*-solaris2*): Add config/sol2-10.h to tm_file on Solar...Eric Botcazou1-0/+1
2005-11-28re PR middle-end/20219 (Missed optimisation sin / tan --> cos)Roger Sayle1-0/+18
2005-07-08Index: ChangeLogGeoffrey Keating1-0/+1
2004-08-0320001023-1.c, [...]: Declare built-in functions used.Joseph Myers1-0/+10
2003-12-24calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.Mark Mitchell1-5/+1
2003-10-20builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.Eric Botcazou1-0/+10
2003-06-10builtins.c (fold_builtin): Optimize cos(-x) as cos(x).Roger Sayle1-0/+108