aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-09optabs.h: Added declaration for signbit_optab.Wolfgang Gellerich1-7/+30
2007-07-06re PR middle-end/32441 (ICE in expand_expr_real_1, at expr.c:7109)Ian Lance Taylor1-8/+2
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-26* builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode.Steve Ellcey1-1/+1
2007-06-20re PR middle-end/31959 (ICE in expand_builtin_expect, at builtins.c:5112)Jakub Jelinek1-1/+3
2007-06-15[multiple changes]Andrew Pinski1-30/+27
2007-06-12real.c (real_isfinite): New.Kaveh R. Ghazi1-17/+11
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-6/+4
2007-05-22re PR middle-end/31095 (ICE in expand_expr_real_1, at expr.c:8786)Andrew Pinski1-0/+1
2007-05-21builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell1-2/+1
2007-05-19re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time)Kaveh R. Ghazi1-0/+71
2007-05-18builtins.c (CASE_MATHFN_REENT): New macro.Kaveh R. Ghazi1-0/+7
2007-05-18re PR middle-end/31796 (Evaluate remquo/remainder/drem at compile-time)Kaveh R. Ghazi1-0/+89
2007-05-18re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi1-0/+19
2007-05-18re PR middle-end/30251 (Evaluate bessel functions at compile-time)Kaveh R. Ghazi1-0/+73
2007-05-14builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak1-22/+25
2007-05-11re PR other/31852 (Missing __builtin_memchr)Paolo Carlini1-0/+73
2007-04-24real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b...Brooks Moses1-8/+8
2007-04-05extend.texi (Other Builtins): Add decimal float variants of signbit.Janis Johnson1-1/+5
2007-03-19builtins.c (expand_builtin_sync_operation, [...]): Care for extending CONST_I...Michael Matz1-8/+27
2007-03-16builtins.c (expand_builtin_cexpi): Use the right argument for the expansion v...Richard Guenther1-1/+1
2007-03-15re PR middle-end/29719 (newlib targets ICEs in expand_builtin_int_roundingfn)Richard Guenther1-6/+65
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-76/+22
2007-02-24builtins.c (fold_builtin_modf): New.Kaveh R. Ghazi1-0/+59
2007-02-23builtins.c (fold_builtin_logb, [...]): New.Kaveh R. Ghazi1-0/+87
2007-02-23builtins.c (fold_builtin_frexp): New.Kaveh R. Ghazi1-0/+59
2007-02-20optabs.h (enum optab_index): Add new OTI_scalb.Kaveh R. Ghazi1-4/+21
2007-02-19builtins.c (fold_builtin_load_exponent): New.Kaveh R. Ghazi1-0/+67
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-10/+10
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2258/+2267
2007-02-05fold-const.c (fold_unary): Test for availability of BUILT_IN_COS before simpl...Roger Sayle1-0/+4
2007-02-03emit-rtl.c (dconstpi): Delete.Kaveh R. Ghazi1-8/+6
2007-02-03builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into fabs(x)*sqrt(2).Kaveh R. Ghazi1-7/+24
2007-02-02re PR middle-end/30473 (Internal Compiler Error with a sprintf with few argum...Jakub Jelinek1-1/+10
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-16/+16
2007-01-31re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-13/+6
2007-01-31optabs.h (enum optab_index): Add new OTI_isinf.Uros Bizjak1-0/+4
2007-01-30builtins.c (expand_builtin_int_interclass_roundingfn): New function to handle...Uros Bizjak1-3/+89
2007-01-28builtins.c (expand_builtin_memset): Fix typo in my last patch.Jan Hubicka1-1/+2
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-9/+24
2007-01-26builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions.Kaveh R. Ghazi1-0/+12
2007-01-25re PR middle-end/30447 (Evaluate complex math functions at compile-time)Kaveh R. Ghazi1-22/+7
2007-01-25builtins.c (fold_builtin_carg): New.Kaveh R. Ghazi1-0/+26
2007-01-24builtins.c (expand_builtin_cexpi): Get the fndecl for cexp in the correct way.Richard Guenther1-2/+7
2007-01-20re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+7
2007-01-19builtins.c (expand_builtin_cexpi): Fall back to expanding via cexp in case si...Richard Guenther1-4/+21
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-27/+29
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-7/+6
2007-01-08builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.Richard Guenther1-6/+4
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-3/+5