Age | Commit message (Expand) | Author | Files | Lines |
2007-09-15 | tree-parloops.c: New file. | Zdenek Dvorak | 1 | -1/+2 |
2007-09-11 | builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin. | Jakub Jelinek | 1 | -0/+1 |
2007-09-06 | builtin-attrs.def (ATTR_NONNULL_3): New. | Jakub Jelinek | 1 | -12/+12 |
2007-09-05 | builtins.def (BUILT_IN_VA_ARG_PACK): New built-in. | Jakub Jelinek | 1 | -0/+1 |
2007-08-29 | builtin-types.def (BT_FN_PTR_PTR_SIZE): New type. | Francois-Xavier Coudert | 1 | -0/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -0/+1 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -0/+1 |
2007-07-18 | re PR middle-end/32668 (The type-generic builtins apply default promotions) | Kaveh R. Ghazi | 1 | -8/+8 |
2007-07-11 | builtins.def (BUILT_IN_CLEAR_CACHE): New builtin. | David Daney | 1 | -1/+2 |
2007-05-18 | builtins.c (CASE_MATHFN_REENT): New macro. | Kaveh R. Ghazi | 1 | -0/+6 |
2007-05-11 | re PR other/31852 (Missing __builtin_memchr) | Paolo Carlini | 1 | -0/+1 |
2007-04-05 | extend.texi (Other Builtins): Add decimal float variants of signbit. | Janis Johnson | 1 | -0/+3 |
2007-03-08 | builtins.def (lceil, [...]): Mark with ATTR_CONST_NOTHROW_LIST. | Kaveh R. Ghazi | 1 | -12/+12 |
2007-03-03 | builtins.def (ATTR_MATHFN_FPROUNDING): Rely on flag_rounding_math, not flag_u... | Kaveh R. Ghazi | 1 | -6/+6 |
2007-02-10 | Makefile.in (libgcc-support, [...]): Add emutls.c. | Richard Henderson | 1 | -1/+5 |
2007-01-12 | Add BUILT_IN_FREE | Olga Golovanevsky | 1 | -0/+1 |
2006-12-13 | re PR tree-optimization/17687 (sincos tree representation causes extra addres... | Richard Guenther | 1 | -0/+3 |
2006-11-01 | builtins.def (gamma, lgamma): Use ATTR_MATHFN_FPROUNDING_STORE. | Kaveh R. Ghazi | 1 | -6/+6 |
2006-11-01 | extend.texi (__builtin_bswap32): Document. | Eric Christopher | 1 | -0/+2 |
2006-10-09 | Revert emutls patch. | Richard Henderson | 1 | -5/+1 |
2006-10-04 | Makefile.in (libgcc.mk, [...]): Add emutls.c. | Richard Henderson | 1 | -1/+5 |
2006-09-29 | builtins.c (expand_builtin_setjmp): Delete. | Eric Botcazou | 1 | -0/+5 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -13/+13 |
2006-01-18 | [multiple changes] | Diego Novillo | 1 | -3/+15 |
2005-12-22 | backport: builtins.def: Move all DEF_SYNC_BUILTIN to ... | Jakub Jelinek | 1 | -192/+2 |
2005-12-16 | target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New. | Jon Grimm | 1 | -0/+15 |
2005-12-01 | builtins.def (BUILT_IN_PUTC, [...]): New. | Kaveh R. Ghazi | 1 | -0/+2 |
2005-07-24 | builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins that C99 reserve ... | Francois-Xavier Coudert | 1 | -0/+10 |
2005-06-27 | builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6. | Jakub Jelinek | 1 | -0/+20 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-30 | re PR middle-end/21743 (Enable __builtin_clog) | Paolo Carlini | 1 | -5/+3 |
2005-04-14 | re PR middle-end/14311 (builtins for atomic operations needed) | Richard Henderson | 1 | -0/+199 |
2005-04-11 | * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL) | Uros Bizjak | 1 | -0/+6 |
2005-04-09 | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | Uros Bizjak | 1 | -0/+6 |
2005-04-03 | builtins.def (BUILT_IN_STPNCPY, [...]): New. | Kaveh R. Ghazi | 1 | -0/+3 |
2005-03-26 | builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New. | Kaveh R. Ghazi | 1 | -0/+1 |
2005-03-14 | builtin-attrs.def (ATTR_NOVOPS, [...]): New. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-11 | builtin-attrs.def (ATTR_NONNULL_LIST, [...]): New "nonnull" attribute lists w... | Kaveh R. Ghazi | 1 | -36/+36 |
2005-02-10 | builtins.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-09 | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 1 | -15/+24 |
2005-02-09 | re PR middle-end/19402 (__builtin_powi? still missing) | Richard Guenther | 1 | -0/+3 |
2004-09-29 | builtins.def (BUILT_IN_FPUTC, [...]): Remove nothrow attribute. | Jakub Jelinek | 1 | -10/+10 |
2004-09-05 | builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New. | Kaveh R. Ghazi | 1 | -1/+1 |
2004-09-05 | builtin-attrs.def (ATTR_SENTINEL, [...]): New. | Kaveh Ghazi | 1 | -2/+2 |
2004-08-10 | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 1 | -1/+0 |
2004-07-09 | builtin-types.def (BT_UINT): Rename from BT_UNSIGNED. | Jan Beulich | 1 | -18/+23 |
2004-07-01 | builtins.c (fold_builtin_classify): New. | Paolo Bonzini | 1 | -0/+9 |
2004-06-28 | builtins.def (execl, [...]): Change to DEF_EXT_LIB_BUILTIN. | Joseph Myers | 1 | -7/+7 |
2004-06-10 | re PR c++/14791 (13070 does not fix -Wformat with fprintf) | Jakub Jelinek | 1 | -11/+11 |