summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/31095 (ICE in expand_expr_real_1, at expr.c:8786)Andrew Pinski2007-05-221-0/+1
* builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell2007-05-211-2/+1
* re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time)Kaveh R. Ghazi2007-05-191-0/+71
* builtins.c (CASE_MATHFN_REENT): New macro.Kaveh R. Ghazi2007-05-181-0/+7
* re PR middle-end/31796 (Evaluate remquo/remainder/drem at compile-time)Kaveh R. Ghazi2007-05-181-0/+89
* re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi2007-05-181-0/+19
* re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi2007-05-181-0/+73
* builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak2007-05-141-22/+25
* re PR other/31852 (Missing __builtin_memchr)Paolo Carlini2007-05-111-0/+73
* real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b...Brooks Moses2007-04-241-8/+8
* extend.texi (Other Builtins): Add decimal float variants of signbit.Janis Johnson2007-04-051-1/+5
* builtins.c (expand_builtin_sync_operation, [...]): Care for extending CONST_I...Michael Matz2007-03-191-8/+27
* builtins.c (expand_builtin_cexpi): Use the right argument for the expansion v...Richard Guenther2007-03-161-1/+1
* re PR middle-end/29719 (newlib targets ICEs in expand_builtin_int_roundingfn)Richard Guenther2007-03-151-6/+65
* builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore2007-02-281-76/+22
* builtins.c (fold_builtin_modf): New.Kaveh R. Ghazi2007-02-241-0/+59
* builtins.c (fold_builtin_logb, [...]): New.Kaveh R. Ghazi2007-02-231-0/+87
* builtins.c (fold_builtin_frexp): New.Kaveh R. Ghazi2007-02-231-0/+59
* optabs.h (enum optab_index): Add new OTI_scalb.Kaveh R. Ghazi2007-02-201-4/+21
* builtins.c (fold_builtin_load_exponent): New.Kaveh R. Ghazi2007-02-191-0/+67
* re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle2007-02-161-10/+10
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2258/+2267
* fold-const.c (fold_unary): Test for availability of BUILT_IN_COS before simpl...Roger Sayle2007-02-051-0/+4
* emit-rtl.c (dconstpi): Delete.Kaveh R. Ghazi2007-02-031-8/+6
* builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into fabs(x)*sqrt(2).Kaveh R. Ghazi2007-02-031-7/+24
* re PR middle-end/30473 (Internal Compiler Error with a sprintf with few argum...Jakub Jelinek2007-02-021-1/+10
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-16/+16
* re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi2007-01-311-13/+6
* optabs.h (enum optab_index): Add new OTI_isinf.Uros Bizjak2007-01-311-0/+4
* builtins.c (expand_builtin_int_interclass_roundingfn): New function to handle...Uros Bizjak2007-01-301-3/+89
* builtins.c (expand_builtin_memset): Fix typo in my last patch.Jan Hubicka2007-01-281-1/+2
* expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka2007-01-281-9/+24
* builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions.Kaveh R. Ghazi2007-01-261-0/+12
* re PR middle-end/30447 (Evaluate complex math functions at compile-time)Kaveh R. Ghazi2007-01-251-22/+7
* builtins.c (fold_builtin_carg): New.Kaveh R. Ghazi2007-01-251-0/+26
* builtins.c (expand_builtin_cexpi): Get the fndecl for cexp in the correct way.Richard Guenther2007-01-241-2/+7
* re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi2007-01-201-0/+7
* builtins.c (expand_builtin_cexpi): Fall back to expanding via cexp in case si...Richard Guenther2007-01-191-4/+21
* builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle2007-01-111-27/+29
* tree.h (build_int_cst_wide_type): Export.Richard Guenther2007-01-081-7/+6
* builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.Richard Guenther2007-01-081-6/+4
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther2007-01-081-3/+5
* re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi2006-12-261-5/+17
* re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...Richard Guenther2006-12-141-0/+64
* builtins.c (expand_builtin_cexpi): Fix typo.Richard Guenther2006-12-131-1/+1
* re PR tree-optimization/17687 (sincos tree representation causes extra addres...Richard Guenther2006-12-131-4/+130
* value-prof.c (tree_stringops_transform): New.Jan Hubicka2006-12-111-6/+3
* builtins.c (expand_builtin_pow): Adjust predicates for pow to cbrt expansion ...Richard Guenther2006-12-071-3/+8
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-12/+14
* cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.Jan Hubicka2006-12-041-2/+6