Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-03-23 | builtins.c (expand_builtin): Handle bcmp. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-03-23 | builtins.def: New file. | Kaveh R. Ghazi | 1 | -0/+85 |