summaryrefslogtreecommitdiff
path: root/gcc/builtins.def
Commit message (Expand)AuthorAgeFilesLines
* re PR c/39252 (Request new feature __builtin_unreachable ())David Daney2009-06-111-0/+1
* builtins.def (va_start, [...]): Fix my previous commit.Jan Hubicka2009-04-151-3/+3
* * builtins.def (va_start, va_end, va_copy): Mark nothrow.Jan Hubicka2009-04-151-3/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* targhooks.h (struct gcc_target): New member unwind_word_mode.Ulrich Weigand2008-06-181-1/+1
* builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.Kaveh R. Ghazi2008-05-231-0/+1
* re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi2008-05-181-0/+1
* targhooks.h (default_emutls_var_fields, [...]): Declare.Nathan Sidwell2008-04-271-2/+10
* re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez2008-02-261-1/+0
* re PR middle-end/19984 (nan should be C99 built-in)Uros Bizjak2008-02-251-3/+3
* tree-parloops.c: New file.Zdenek Dvorak2007-09-151-1/+2
* builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin.Jakub Jelinek2007-09-111-0/+1
* builtin-attrs.def (ATTR_NONNULL_3): New.Jakub Jelinek2007-09-061-12/+12
* builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek2007-09-051-0/+1
* builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert2007-08-291-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-181-0/+1
* re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi2007-07-181-0/+1
* re PR middle-end/32668 (The type-generic builtins apply default promotions)Kaveh R. Ghazi2007-07-181-8/+8
* builtins.def (BUILT_IN_CLEAR_CACHE): New builtin.David Daney2007-07-111-1/+2
* builtins.c (CASE_MATHFN_REENT): New macro.Kaveh R. Ghazi2007-05-181-0/+6
* re PR other/31852 (Missing __builtin_memchr)Paolo Carlini2007-05-111-0/+1
* extend.texi (Other Builtins): Add decimal float variants of signbit.Janis Johnson2007-04-051-0/+3
* builtins.def (lceil, [...]): Mark with ATTR_CONST_NOTHROW_LIST.Kaveh R. Ghazi2007-03-081-12/+12
* builtins.def (ATTR_MATHFN_FPROUNDING): Rely on flag_rounding_math, not flag_u...Kaveh R. Ghazi2007-03-031-6/+6
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-1/+5
* Add BUILT_IN_FREEOlga Golovanevsky2007-01-121-0/+1
* re PR tree-optimization/17687 (sincos tree representation causes extra addres...Richard Guenther2006-12-131-0/+3
* builtins.def (gamma, lgamma): Use ATTR_MATHFN_FPROUNDING_STORE.Kaveh R. Ghazi2006-11-011-6/+6
* extend.texi (__builtin_bswap32): Document.Eric Christopher2006-11-011-0/+2
* Revert emutls patch.Richard Henderson2006-10-091-5/+1
* Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson2006-10-041-1/+5
* builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou2006-09-291-0/+5
* Whitespace fixupsMike Stump2006-05-181-13/+13
* [multiple changes]Diego Novillo2006-01-181-3/+15
* backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek2005-12-221-192/+2
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+15
* builtins.def (BUILT_IN_PUTC, [...]): New.Kaveh R. Ghazi2005-12-011-0/+2
* 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