summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtins-20.c
Commit message (Expand)AuthorAgeFilesLines
* * gcc.dg/builtins-20.c: Add some -~ complex cases.ghazi2007-02-081-0/+18
* * fold-const.c (negate_expr_p): Handle CONJ_EXPR.ghazi2007-02-061-0/+36
* * fold-const.c (negate_expr_p, fold_negate_expr): Handleghazi2007-02-021-0/+48
* * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'ghazi2007-01-261-6/+129
* * builtins.c (fold_builtin_carg): New.ghazi2007-01-251-0/+23
* * builtins.c (integer_valued_real_p): Handle fmin/fmax.ghazi2006-11-181-0/+78
* * fold-const.c (fold_strip_sign_ops): Handle copysign.ghazi2006-11-181-0/+21
* * fold-const.c (fold_strip_sign_ops): Handle COMPOUND_EXPR andghazi2006-11-141-0/+48
* * builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().ghazi2006-11-111-0/+81
* * gcc.dg/builtins-20.c: Use fabs, not __builtin_fabs.ghazi2006-11-091-36/+33
* * builtins.c (fold_builtin_hypot): Rearrange recursiveghazi2006-10-291-3/+75
* PR middle-end/29335ghazi2006-10-291-0/+57
* 2006-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>ebotcazou2006-03-211-0/+1
* PR middle-end/20219uros2005-11-281-0/+18
* Index: ChangeLoggeoffk2005-07-081-0/+1
* * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,jsm282004-08-031-0/+10
* * calls.c (expand_call): Recognize calls to "sqrt" and createmmitchel2003-12-241-5/+1
* * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.ebotcazou2003-10-201-0/+10
* * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).sayle2003-06-101-0/+108