summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtins-20.c
Commit message (Expand)AuthorAgeFilesLines
* builtins-20.c: Add some -~ complex cases.Kaveh R. Ghazi2007-02-081-0/+18
* fold-const.c (negate_expr_p): Handle CONJ_EXPR.Kaveh R. Ghazi2007-02-061-0/+36
* fold-const.c (negate_expr_p, [...]): Handle COMPLEX_EXPR.Kaveh R. Ghazi2007-02-021-0/+48
* builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions.Kaveh R. Ghazi2007-01-261-6/+129
* builtins.c (fold_builtin_carg): New.Kaveh R. Ghazi2007-01-251-0/+23
* builtins.c (integer_valued_real_p): Handle fmin/fmax.Kaveh R. Ghazi2006-11-181-0/+78
* fold-const.c (fold_strip_sign_ops): Handle copysign.Kaveh R. Ghazi2006-11-181-0/+21
* fold-const.c (fold_strip_sign_ops): Handle COMPOUND_EXPR and COND_EXPR.Kaveh R. Ghazi2006-11-141-0/+48
* builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().Kaveh R. Ghazi2006-11-111-0/+81
* builtins-20.c: Use fabs, not __builtin_fabs.Kaveh R. Ghazi2006-11-091-36/+33
* builtins.c (fold_builtin_hypot): Rearrange recursive transformation before ot...Kaveh R. Ghazi2006-10-291-3/+75
* re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi2006-10-291-0/+57
* config.gcc (i[34567]86-*-solaris2*): Add config/sol2-10.h to tm_file on Solar...Eric Botcazou2006-03-211-0/+1
* re PR middle-end/20219 (Missed optimisation sin / tan --> cos)Roger Sayle2005-11-281-0/+18
* Index: ChangeLogGeoffrey Keating2005-07-081-0/+1
* 20001023-1.c, [...]: Declare built-in functions used.Joseph Myers2004-08-031-0/+10
* calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.Mark Mitchell2003-12-241-5/+1
* builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.Eric Botcazou2003-10-201-0/+10
* builtins.c (fold_builtin): Optimize cos(-x) as cos(x).Roger Sayle2003-06-101-0/+108