summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* * builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL insteaduros2007-05-141-22/+25
* 2007-05-11 Paolo Carlini <pcarlini@suse.de>paolo2007-05-111-0/+73
* * real.c (mpfr_from_real): Handle Inf and NaN, and allow thebrooks2007-04-251-8/+8
* * doc/extend.texi (Other Builtins): Add decimal float variantsjanis2007-04-051-1/+5
* * builtins.c (expand_builtin_sync_operation,matz2007-03-191-8/+27
* 2007-03-16 Richard Guenther <rguenther@suse.de>rguenth2007-03-161-1/+1
* 2007-03-15 Richard Guenther <rguenther@suse.de>rguenth2007-03-151-6/+65
* 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-281-76/+22
* * builtins.c (fold_builtin_modf): New.ghazi2007-02-241-0/+59
* * builtins.c (fold_builtin_logb, fold_builtin_significand): New.ghazi2007-02-231-0/+87
* * builtins.c (fold_builtin_frexp): New.ghazi2007-02-231-0/+59
* * optabs.h (enum optab_index): Add new OTI_scalb.uros2007-02-201-4/+21
* * builtins.c (fold_builtin_load_exponent): New.ghazi2007-02-191-0/+67
* PR middle-end/30391sayle2007-02-161-10/+10
* 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-151-2258/+2267
* * fold-const.c (fold_unary) <REAL_PART>: Test for availability ofsayle2007-02-051-0/+4
* * emit-rtl.c (dconstpi): Delete.ghazi2007-02-031-8/+6
* * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) intoghazi2007-02-031-7/+24
* PR middle-end/30473jakub2007-02-021-1/+10
* * alias.c (init_alias_analysis): Correct whitespace.sayle2007-02-011-16/+16
* PR middle-end/29335ghazi2007-01-311-13/+6
* * optabs.h (enum optab_index): Add new OTI_isinf.uros2007-01-311-0/+4
* * builtins.c (expand_builtin_int_interclass_roundingfn): New functionuros2007-01-301-3/+89
* * builtins.c (expand_builtin_memset): Fix typo in my last patch.hubicka2007-01-281-1/+2
* * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Addhubicka2007-01-281-9/+24
* * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'ghazi2007-01-261-0/+12
* PR middle-end/30447ghazi2007-01-251-22/+7
* * builtins.c (fold_builtin_carg): New.ghazi2007-01-251-0/+26
* 2007-01-24 Richard Guenther <rguenther@suse.de>rguenth2007-01-241-2/+7
* PR middle-end/29335ghazi2007-01-201-0/+7
* 2007-01-19 Richard Guenther <rguenther@suse.de>rguenth2007-01-191-4/+21
* * builtins.c (expand_builtin_pow, expand_builtin_powi,sayle2007-01-111-27/+29
* 2007-01-08 Richard Guenther <rguenther@suse.de>rguenth2007-01-081-7/+6
* 2007-01-08 Richard Guenther <rguenther@suse.de>rguenth2007-01-081-6/+4
* 2007-01-08 Richard Guenther <rguenther@suse.de>rguenth2007-01-081-3/+5
* PR middle-end/29335ghazi2006-12-261-5/+17
* 2006-12-14 Richard Guenther <rguenther@suse.de>rguenth2006-12-141-0/+64
* 2006-12-13 Richard Guenther <rguenther@suse.de>rguenth2006-12-131-1/+1
* 2006-12-13 Richard Guenther <rguenther@suse.de>rguenth2006-12-131-4/+130
* * value-prof.c (tree_stringops_transform): New.hubicka2006-12-111-6/+3
* 2006-12-07 Richard Guenther <rguenther@suse.de>rguenth2006-12-071-3/+8
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-12/+14
* * cp-objcp-common.c (cp_expr_size): Return NULL in the casehubicka2006-12-041-2/+6
* * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c,kazu2006-12-021-2/+2
* PR middle-end/30028hubicka2006-11-301-1/+1
* Privatize SSA variables into gimple_df.hubicka2006-11-281-1/+1
* * builtins.c: Include tree-flow.h.hubicka2006-11-281-42/+50
* 2006-11-27 Richard Guenther <rguenther@suse.de>rguenth2006-11-271-23/+100
* * builtins.c (fold_builtin_fmin_fmax): Handle NaN arguments.ghazi2006-11-261-0/+14
* 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2006-11-231-9/+1