aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-26re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-5/+17
2006-12-14re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...Richard Guenther1-0/+64
2006-12-13builtins.c (expand_builtin_cexpi): Fix typo.Richard Guenther1-1/+1
2006-12-13re PR tree-optimization/17687 (sincos tree representation causes extra addres...Richard Guenther1-4/+130
2006-12-11value-prof.c (tree_stringops_transform): New.Jan Hubicka1-6/+3
2006-12-07builtins.c (expand_builtin_pow): Adjust predicates for pow to cbrt expansion ...Richard Guenther1-3/+8
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-12/+14
2006-12-04cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.Jan Hubicka1-2/+6
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-11-30re PR middle-end/30028 (bcopy is wrongly converted to memcpy)Jan Hubicka1-1/+1
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-1/+1
2006-11-28builtins.c: Include tree-flow.h.Jan Hubicka1-42/+50
2006-11-27re PR fortran/25620 (Missed optimization with power)Richard Guenther1-23/+100
2006-11-26builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.Kaveh R. Ghazi1-0/+14
2006-11-23real.h (real_isinteger): Declare.Manuel López-Ibáñez1-9/+1
2006-11-18builtins.c (integer_valued_real_p): Handle fmin/fmax.Kaveh R. Ghazi1-10/+39
2006-11-12builtins.c (fold_builtin_cosh): New.Kaveh R. Ghazi1-4/+25
2006-11-11Oops, commited wrong variant of patch in last commit, this is the diffJan Hubicka1-1/+0
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-142/+5
2006-11-11builtins.c (fold_builtin_cos): Use fold_strip_sign_ops().Kaveh R. Ghazi1-19/+12
2006-11-10builtins.c (do_mpfr_arg3): New.Kaveh R. Ghazi1-0/+70
2006-11-08tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle1-13/+4
2006-11-02re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+62