summaryrefslogtreecommitdiff
path: root/gcc/builtins.def
Commit message (Expand)AuthorAgeFilesLines
* builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins that C99 reserve ...Francois-Xavier Coudert2005-07-241-0/+10
* builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek2005-06-271-0/+20
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR middle-end/21743 (Enable __builtin_clog)Paolo Carlini2005-05-301-5/+3
* re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson2005-04-141-0/+199
* * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)Uros Bizjak2005-04-111-0/+6
* * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)Uros Bizjak2005-04-091-0/+6
* builtins.def (BUILT_IN_STPNCPY, [...]): New.Kaveh R. Ghazi2005-04-031-0/+3
* builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.Kaveh R. Ghazi2005-03-261-0/+1
* builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak2005-03-141-2/+2
* builtin-attrs.def (ATTR_NONNULL_LIST, [...]): New "nonnull" attribute lists w...Kaveh R. Ghazi2005-03-111-36/+36
* builtins.def, [...]: Update copyright.Kazu Hirata2005-02-101-1/+1
* builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2005-02-091-15/+24
* re PR middle-end/19402 (__builtin_powi? still missing)Richard Guenther2005-02-091-0/+3
* builtins.def (BUILT_IN_FPUTC, [...]): Remove nothrow attribute.Jakub Jelinek2004-09-291-10/+10
* builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.Kaveh R. Ghazi2004-09-051-1/+1
* builtin-attrs.def (ATTR_SENTINEL, [...]): New.Kaveh Ghazi2004-09-051-2/+2
* builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson2004-08-101-1/+0
* builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.Jan Beulich2004-07-091-18/+23
* builtins.c (fold_builtin_classify): New.Paolo Bonzini2004-07-011-0/+9
* builtins.def (execl, [...]): Change to DEF_EXT_LIB_BUILTIN.Joseph Myers2004-06-281-7/+7
* re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek2004-06-101-11/+11
* * builtins.def (__builtin_expect): Mark the function as const&nothrow.Jan Hubicka2004-05-251-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+12
* builtins.c (expand_builtin_update_setjmp_buf): New function.Richard Kenner2004-04-261-0/+1
* Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak2004-04-231-0/+7
* builtins.def (BUILT_IN_ISDIGIT, [...]): Mark with ATTR_CONST_NOTHROW_LIST.Kaveh R. Ghazi2004-04-161-2/+2
* builtin-types.def (BT_WINT, [...]): New.Kaveh R. Ghazi2004-03-271-0/+23
* builtins.def: Add ctype builtins.Kaveh R. Ghazi2004-03-251-0/+18
* re PR c/14635 (nan functions should not be C90 built-ins)Joseph Myers2004-03-201-6/+6
* re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson2004-02-091-0/+1
* builtins.def (BUILT_IN_SIGNBIT, [...]): New GCC builtins.Roger Sayle2004-02-011-0/+3
* alloc-pool.c: Fix comment typos.Kazu Hirata2004-01-311-2/+3
* builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDO...Kaveh R. Ghazi2003-09-091-0/+56
* builtins.def: Break out _Complex math functions into their own category.Kaveh R. Ghazi2003-09-021-12/+14
* builtins.def: Fix typos.Kaveh R. Ghazi2003-08-291-15/+21
* builtins.def (BUILT_IN_ERFC, [...]): Use ATTR_MATHFN_FPROUNDING_ERRNO.Kaveh R. Ghazi2003-08-291-3/+3
* builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi2003-08-281-0/+12
* builtin-types.def (BT_FN_FLOAT_INT_FLOAT, [...]): New.Kaveh R. Ghazi2003-08-281-0/+36
* builtin-types.def (BT_FN_INT_FLOAT, [...]): New.Kaveh R. Ghazi2003-08-281-0/+111
* builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.Kaveh R. Ghazi2003-08-031-6/+6
* builtin-types.def (BT_SSIZE): New primitive type.Roger Sayle2003-08-031-0/+8
* * builtins.def: Categorize.Kaveh R. Ghazi2003-08-021-92/+99
* builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding.Kaveh R. Ghazi2003-08-021-4/+4
* * builtins.def: Resort builtins.Kaveh R. Ghazi2003-08-011-8/+8
* builtins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with st...Kaveh R. Ghazi2003-08-011-911/+187
* builtins.def (ATTR_MATHFN_ERRNO, [...]): New macros.Kaveh R. Ghazi2003-08-011-96/+54
* builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' throughout.Kaveh R. Ghazi2003-08-011-24/+24
* * builtins.def: Alphabetize.Roger Sayle2003-07-311-631/+757
* builtins.def (DEF_FALLBACK_BUILTIN): Delete.Roger Sayle2003-07-261-78/+46