| Commit message (Expand) | Author | Age | Files | Lines |
* | builtin-attrs.def (__builtin_printf_unlocked, [...]): Mark with the __printf_... | Kaveh R. Ghazi | 2001-12-21 | 1 | -0/+49 |
* | builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and __builtin_fsqrt to _... | Andreas Jaeger | 2001-12-14 | 1 | -2/+2 |
* | builtin-types.def (BT_FN_VOID_PTR_VAR): New. | Janis Johnson | 2001-12-07 | 1 | -1/+1 |
* | builtin-types.def (BT_FN_VOID_PTR_INT_INT): New. | Janis Johnson | 2001-12-04 | 1 | -0/+3 |
* | builtins.def: Fix comment typos. | Kazu Hirata | 2001-10-31 | 1 | -1/+1 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | builtins.def: Fix definition of __builtin_cosf, it uses float as parameter an... | Andreas Jaeger | 2001-06-05 | 1 | -1/+1 |
* | builtins.def: Encode additional information, such as names and types, here. | Mark Mitchell | 2001-05-25 | 1 | -89/+413 |
* | IA-64 ABI Exception Handling. | Richard Henderson | 2001-03-28 | 1 | -0/+1 |
* | builtins.def (BUILT_IN_FPRINTF): New entry. | Kaveh R. Ghazi | 2001-01-07 | 1 | -0/+1 |
* | builtins.def (BUILT_IN_CONJ, [...]): Define. | Joseph Myers | 2001-01-05 | 1 | -1/+4 |
* | builtins.def (BUILT_IN_LABS, [...]): Don't define. | Joseph Myers | 2000-12-23 | 1 | -3/+0 |
* | builtins.c (expand_builtin_strcat, [...]): New functions. | Kaveh R. Ghazi | 2000-12-03 | 1 | -0/+4 |
* | builtins.def (BUILT_IN_IMAXABS): Add. | Joseph Myers | 2000-12-01 | 1 | -0/+1 |
* | builtins.c (expand_builtin_strncmp, [...]): New functions. | Kaveh R. Ghazi | 2000-11-27 | 1 | -0/+2 |
* | builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX. | Kaveh R. Ghazi | 2000-11-13 | 1 | -0/+2 |
* | builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max. | Jakub Jelinek | 2000-11-09 | 1 | -0/+1 |
* | builtins.c (expand_builtin_strpbrk): New function. | Kaveh R. Ghazi | 2000-11-07 | 1 | -0/+1 |
* | builtins.c (expand_builtin_strstr): New function. | Kaveh R. Ghazi | 2000-11-01 | 1 | -0/+2 |
* | builtins.def (BUILT_IN_LLABS): Add. | Joseph Myers | 2000-09-24 | 1 | -0/+1 |
* | builtins.c (expand_builtin_fputs): Also expand when length!=1. | Kaveh R. Ghazi | 2000-09-21 | 1 | -0/+1 |
* | builtins.c (is_valid_printf_arglist, [...]): New functions. | Kaveh R. Ghazi | 2000-09-19 | 1 | -0/+3 |
* | builtins.c (built_in_decls): New array. | Kaveh R. Ghazi | 2000-09-12 | 1 | -0/+4 |
* | builtins.c (expand_builtin_expect): New. | Richard Henderson | 2000-04-17 | 1 | -0/+1 |
* | builtins.c (expand_builtin_bzero): New function. | Kaveh R. Ghazi | 2000-03-24 | 1 | -0/+1 |
* | builtins.c (expand_builtin): Handle bcmp. | Kaveh R. Ghazi | 2000-03-23 | 1 | -0/+1 |
* | builtins.def: New file. | Kaveh R. Ghazi | 2000-03-23 | 1 | -0/+85 |