aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.def
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-13/+13
2006-01-18[multiple changes]Diego Novillo1-3/+15
2005-12-22backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek1-192/+2
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+15
2005-12-01builtins.def (BUILT_IN_PUTC, [...]): New.Kaveh R. Ghazi1-0/+2
2005-07-24builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins that C99 reserve ...Francois-Xavier Coudert1-0/+10
2005-06-27builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek1-0/+20
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-30re PR middle-end/21743 (Enable __builtin_clog)Paolo Carlini1-5/+3
2005-04-14re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson1-0/+199
2005-04-11* builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)Uros Bizjak1-0/+6
2005-04-09* builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)Uros Bizjak1-0/+6
2005-04-03builtins.def (BUILT_IN_STPNCPY, [...]): New.Kaveh R. Ghazi1-0/+3
2005-03-26builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.Kaveh R. Ghazi1-0/+1
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak1-2/+2
2005-03-11builtin-attrs.def (ATTR_NONNULL_LIST, [...]): New "nonnull" attribute lists w...Kaveh R. Ghazi1-36/+36
2005-02-10builtins.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-15/+24
2005-02-09re PR middle-end/19402 (__builtin_powi? still missing)Richard Guenther1-0/+3
2004-09-29builtins.def (BUILT_IN_FPUTC, [...]): Remove nothrow attribute.Jakub Jelinek1-10/+10
2004-09-05builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.Kaveh R. Ghazi1-1/+1
2004-09-05builtin-attrs.def (ATTR_SENTINEL, [...]): New.Kaveh Ghazi1-2/+2
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-1/+0
2004-07-09builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.Jan Beulich1-18/+23
2004-07-01builtins.c (fold_builtin_classify): New.Paolo Bonzini1-0/+9
2004-06-28builtins.def (execl, [...]): Change to DEF_EXT_LIB_BUILTIN.Joseph Myers1-7/+7
2004-06-10re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek1-11/+11
2004-05-25* builtins.def (__builtin_expect): Mark the function as const&nothrow.Jan Hubicka1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+12
2004-04-26builtins.c (expand_builtin_update_setjmp_buf): New function.Richard Kenner1-0/+1
2004-04-23Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak1-0/+7
2004-04-16builtins.def (BUILT_IN_ISDIGIT, [...]): Mark with ATTR_CONST_NOTHROW_LIST.Kaveh R. Ghazi1-2/+2
2004-03-27builtin-types.def (BT_WINT, [...]): New.Kaveh R. Ghazi1-0/+23
2004-03-25builtins.def: Add ctype builtins.Kaveh R. Ghazi1-0/+18
2004-03-20re PR c/14635 (nan functions should not be C90 built-ins)Joseph Myers1-6/+6
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-0/+1
2004-02-01builtins.def (BUILT_IN_SIGNBIT, [...]): New GCC builtins.Roger Sayle1-0/+3
2004-01-31alloc-pool.c: Fix comment typos.Kazu Hirata1-2/+3
2003-09-09builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDO...Kaveh R. Ghazi1-0/+56
2003-09-02builtins.def: Break out _Complex math functions into their own category.Kaveh R. Ghazi1-12/+14
2003-08-29builtins.def: Fix typos.Kaveh R. Ghazi1-15/+21
2003-08-29builtins.def (BUILT_IN_ERFC, [...]): Use ATTR_MATHFN_FPROUNDING_ERRNO.Kaveh R. Ghazi1-3/+3
2003-08-28builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi1-0/+12
2003-08-28builtin-types.def (BT_FN_FLOAT_INT_FLOAT, [...]): New.Kaveh R. Ghazi1-0/+36
2003-08-28builtin-types.def (BT_FN_INT_FLOAT, [...]): New.Kaveh R. Ghazi1-0/+111
2003-08-03builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.Kaveh R. Ghazi1-6/+6
2003-08-03builtin-types.def (BT_SSIZE): New primitive type.Roger Sayle1-0/+8
2003-08-02* builtins.def: Categorize.Kaveh R. Ghazi1-92/+99
2003-08-02builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding.Kaveh R. Ghazi1-4/+4
2003-08-01* builtins.def: Resort builtins.Kaveh R. Ghazi1-8/+8