Age | Commit message (Expand) | Author | Files | Lines |
2004-04-26 | builtins.c (expand_builtin_update_setjmp_buf): New function. | Richard Kenner | 1 | -0/+1 |
2004-04-23 | Makefile.in (LIBGCOV): Add _gcov_fork... | Zdenek Dvorak | 1 | -0/+7 |
2004-04-16 | builtins.def (BUILT_IN_ISDIGIT, [...]): Mark with ATTR_CONST_NOTHROW_LIST. | Kaveh R. Ghazi | 1 | -2/+2 |
2004-03-27 | builtin-types.def (BT_WINT, [...]): New. | Kaveh R. Ghazi | 1 | -0/+23 |
2004-03-25 | builtins.def: Add ctype builtins. | Kaveh R. Ghazi | 1 | -0/+18 |
2004-03-20 | re PR c/14635 (nan functions should not be C90 built-ins) | Joseph Myers | 1 | -6/+6 |
2004-02-09 | re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m... | James E Wilson | 1 | -0/+1 |
2004-02-01 | builtins.def (BUILT_IN_SIGNBIT, [...]): New GCC builtins. | Roger Sayle | 1 | -0/+3 |
2004-01-31 | alloc-pool.c: Fix comment typos. | Kazu Hirata | 1 | -2/+3 |
2003-09-09 | builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDO... | Kaveh R. Ghazi | 1 | -0/+56 |
2003-09-02 | builtins.def: Break out _Complex math functions into their own category. | Kaveh R. Ghazi | 1 | -12/+14 |
2003-08-29 | builtins.def: Fix typos. | Kaveh R. Ghazi | 1 | -15/+21 |
2003-08-29 | builtins.def (BUILT_IN_ERFC, [...]): Use ATTR_MATHFN_FPROUNDING_ERRNO. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-08-28 | builtin-types.def (BT_INT_PTR, [...]): New. | Kaveh R. Ghazi | 1 | -0/+12 |
2003-08-28 | builtin-types.def (BT_FN_FLOAT_INT_FLOAT, [...]): New. | Kaveh R. Ghazi | 1 | -0/+36 |
2003-08-28 | builtin-types.def (BT_FN_INT_FLOAT, [...]): New. | Kaveh R. Ghazi | 1 | -0/+111 |
2003-08-03 | builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section. | Kaveh R. Ghazi | 1 | -6/+6 |
2003-08-03 | builtin-types.def (BT_SSIZE): New primitive type. | Roger Sayle | 1 | -0/+8 |
2003-08-02 | * builtins.def: Categorize. | Kaveh R. Ghazi | 1 | -92/+99 |
2003-08-02 | builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding. | Kaveh R. Ghazi | 1 | -4/+4 |
2003-08-01 | * builtins.def: Resort builtins. | Kaveh R. Ghazi | 1 | -8/+8 |
2003-08-01 | builtins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with st... | Kaveh R. Ghazi | 1 | -911/+187 |
2003-08-01 | builtins.def (ATTR_MATHFN_ERRNO, [...]): New macros. | Kaveh R. Ghazi | 1 | -96/+54 |
2003-08-01 | builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' throughout. | Kaveh R. Ghazi | 1 | -24/+24 |
2003-07-31 | * builtins.def: Alphabetize. | Roger Sayle | 1 | -631/+757 |
2003-07-26 | builtins.def (DEF_FALLBACK_BUILTIN): Delete. | Roger Sayle | 1 | -78/+46 |
2003-07-24 | builtins.def (BUILT_IN_PRINTF, [...]): Changed from front-end builtins to nor... | Roger Sayle | 1 | -34/+19 |
2003-07-20 | builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form. | Roger Sayle | 1 | -9/+0 |
2003-06-03 | builtins.def (BUILT_IN_CABS, [...]): New builtins representing ISO C99's cabs... | Roger Sayle | 1 | -0/+12 |
2003-05-23 | builtins.def: Defome atan... | Roger Sayle | 1 | -0/+30 |
2003-05-04 | builtin-attrs.def (ATTR_NOTHROW_NONNULL_1, [...]): Renamed from ATTR_NONNULL_... | Kaveh R. Ghazi | 1 | -41/+44 |
2003-05-03 | builtins.c (expand_builtin): Remove. | Richard Henderson | 1 | -2/+2 |
2003-04-30 | * builtins.def (BUILTIN_CONSTANT_P): Mark as constant. | Diego Novillo | 1 | -1/+1 |
2003-04-28 | builtins.def (BUILT_IN_BCOPY, [...]): New. | Jakub Jelinek | 1 | -3/+14 |
2003-04-14 | builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type. | Roger Sayle | 1 | -0/+16 |
2003-04-13 | builtins.c (expand_builtin_memcpy): Add `endp' argument, use it. | Kaveh R. Ghazi | 1 | -0/+8 |
2003-03-09 | builtins.def: Fix typo and improve grammar. | Roger Sayle | 1 | -1/+2 |
2003-03-02 | re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype) | Roger Sayle | 1 | -17/+63 |
2003-02-26 | builtins.def (DEF_LIB_ALWAYS_BUILTIN, [...]): Delete. | Roger Sayle | 1 | -71/+56 |
2003-02-07 | builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type. | Roger Sayle | 1 | -1/+43 |
2003-02-01 | [multiple changes] | Richard Henderson | 1 | -0/+59 |
2003-01-24 | builtins.c (DEF_BUILTIN): Accept 10 arguments. | Jan Hubicka | 1 | -98/+112 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -13/+89 |
2002-11-27 | * builtins.def (DEF_C99_BUILTIN): Fix. | Jan Hubicka | 1 | -1/+1 |
2002-09-29 | builtins.def: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-09-16 | builtin-types.def (BT_FN_FLOAT_CONST_STRING): New. | Richard Henderson | 1 | -0/+26 |
2002-09-07 | builtins.def (inf, inff, infl): Mark const. | Richard Henderson | 1 | -9/+6 |
2002-09-04 | builtin-types.def (BT_FN_FLOAT): New. | Richard Henderson | 1 | -0/+26 |
2002-08-03 | builtins.def: Define new builtin functions exp... | Roger Sayle | 1 | -0/+42 |
2002-07-28 | builtins.def [...]: Require an explicit ATTRS argument. | Roger Sayle | 1 | -36/+70 |