Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-07-16 | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 1 | -4/+6 |
2002-07-11 | builtins.def: Make the argument types of abort and exit independent of the fr... | Roger Sayle | 1 | -4/+4 |
2002-07-06 | re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::... | Roger Sayle | 1 | -59/+151 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -5/+5 |
2002-01-28 | builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace BT_FN_VOID_PTR_VAR. | Paul Koning | 1 | -1/+1 |
2001-12-21 | builtin-attrs.def (__builtin_printf_unlocked, [...]): Mark with the __printf_... | Kaveh R. Ghazi | 1 | -0/+49 |
2001-12-14 | builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and __builtin_fsqrt to _... | Andreas Jaeger | 1 | -2/+2 |
2001-12-07 | builtin-types.def (BT_FN_VOID_PTR_VAR): New. | Janis Johnson | 1 | -1/+1 |
2001-12-04 | builtin-types.def (BT_FN_VOID_PTR_INT_INT): New. | Janis Johnson | 1 | -0/+3 |
2001-10-31 | builtins.def: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-06-05 | builtins.def: Fix definition of __builtin_cosf, it uses float as parameter an... | Andreas Jaeger | 1 | -1/+1 |
2001-05-25 | builtins.def: Encode additional information, such as names and types, here. | Mark Mitchell | 1 | -89/+413 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -0/+1 |
2001-01-07 | builtins.def (BUILT_IN_FPRINTF): New entry. | Kaveh R. Ghazi | 1 | -0/+1 |
2001-01-05 | builtins.def (BUILT_IN_CONJ, [...]): Define. | Joseph Myers | 1 | -1/+4 |
2000-12-23 | builtins.def (BUILT_IN_LABS, [...]): Don't define. | Joseph Myers | 1 | -3/+0 |
2000-12-03 | builtins.c (expand_builtin_strcat, [...]): New functions. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-12-01 | builtins.def (BUILT_IN_IMAXABS): Add. | Joseph Myers | 1 | -0/+1 |
2000-11-27 | builtins.c (expand_builtin_strncmp, [...]): New functions. | Kaveh R. Ghazi | 1 | -0/+2 |
2000-11-13 | builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX. | Kaveh R. Ghazi | 1 | -0/+2 |
2000-11-09 | builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max. | Jakub Jelinek | 1 | -0/+1 |
2000-11-07 | builtins.c (expand_builtin_strpbrk): New function. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-11-01 | builtins.c (expand_builtin_strstr): New function. | Kaveh R. Ghazi | 1 | -0/+2 |
2000-09-24 | builtins.def (BUILT_IN_LLABS): Add. | Joseph Myers | 1 | -0/+1 |
2000-09-21 | builtins.c (expand_builtin_fputs): Also expand when length!=1. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-09-19 | builtins.c (is_valid_printf_arglist, [...]): New functions. | Kaveh R. Ghazi | 1 | -0/+3 |
2000-09-12 | builtins.c (built_in_decls): New array. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-04-17 | builtins.c (expand_builtin_expect): New. | Richard Henderson | 1 | -0/+1 |
2000-03-24 | builtins.c (expand_builtin_bzero): New function. | Kaveh R. Ghazi | 1 | -0/+1 |