| Commit message (Expand) | Author | Age | Files | Lines |
* | * builtin-types.def | ghazi | 2003-09-09 | 1 | -0/+56 |
* | * builtins.def: Break out _Complex math functions into their | ghazi | 2003-09-02 | 1 | -12/+14 |
* | * builtins.def: Fix typos. | ghazi | 2003-08-29 | 1 | -15/+21 |
* | * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL): | ghazi | 2003-08-29 | 1 | -3/+3 |
* | * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR, | ghazi | 2003-08-28 | 1 | -0/+12 |
* | * builtin-types.def (BT_FN_FLOAT_INT_FLOAT, | ghazi | 2003-08-28 | 1 | -0/+36 |
* | * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE, | ghazi | 2003-08-28 | 1 | -0/+111 |
* | * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS, | ghazi | 2003-08-03 | 1 | -6/+6 |
* | * builtin-types.def (BT_SSIZE): New primitive type. | sayle | 2003-08-03 | 1 | -0/+8 |
* | * builtins.def: Categorize. | ghazi | 2003-08-02 | 1 | -92/+99 |
* | * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL): | ghazi | 2003-08-02 | 1 | -4/+4 |
* | * builtins.def: Resort builtins. | ghazi | 2003-08-01 | 1 | -8/+8 |
* | * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN, | ghazi | 2003-08-01 | 1 | -911/+187 |
* | * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING, | ghazi | 2003-08-01 | 1 | -96/+54 |
* | * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' | ghazi | 2003-08-01 | 1 | -24/+24 |
* | * builtins.def: Alphabetize. | sayle | 2003-07-31 | 1 | -631/+757 |
* | * builtins.def (DEF_FALLBACK_BUILTIN): Delete. | sayle | 2003-07-26 | 1 | -78/+46 |
* | * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from | sayle | 2003-07-24 | 1 | -34/+19 |
* | * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form. | sayle | 2003-07-20 | 1 | -9/+0 |
* | * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL): | sayle | 2003-06-03 | 1 | -0/+12 |
* | * builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl | sayle | 2003-05-23 | 1 | -0/+30 |
* | gcc: | ghazi | 2003-05-04 | 1 | -41/+44 |
* | * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove. | rth | 2003-05-04 | 1 | -2/+2 |
* | * builtins.def (BUILTIN_CONSTANT_P): Mark as constant. | dnovillo | 2003-05-01 | 1 | -1/+1 |
* | * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New. | jakub | 2003-04-28 | 1 | -3/+14 |
* | * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type. | sayle | 2003-04-14 | 1 | -0/+16 |
* | gcc: | ghazi | 2003-04-13 | 1 | -0/+8 |
* | * builtins.def: Fix typo and improve grammar. | sayle | 2003-03-09 | 1 | -1/+2 |
* | PR c++/9367 | sayle | 2003-03-02 | 1 | -17/+63 |
* | * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete. | sayle | 2003-02-26 | 1 | -71/+56 |
* | * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type. | sayle | 2003-02-07 | 1 | -1/+43 |
* | 2003-02-01 Richard Henderson <rth@redhat.com> | rth | 2003-02-01 | 1 | -0/+59 |
* | * builtins.c (DEF_BUILTIN): Accept 10 arguments. | hubicka | 2003-01-24 | 1 | -98/+112 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -13/+89 |
* | * builtins.def (DEF_C99_BUILTIN): Fix. | hubicka | 2002-11-27 | 1 | -1/+1 |
* | * builtins.def: Fix comment formatting. | kazu | 2002-09-29 | 1 | -1/+1 |
* | gcc/ | rth | 2002-09-17 | 1 | -0/+26 |
* | * builtins.def (inf, inff, infl): Mark const. | rth | 2002-09-08 | 1 | -9/+6 |
* | * builtin-types.def (BT_FN_FLOAT): New. | rth | 2002-09-04 | 1 | -0/+26 |
* | * builtins.def: Define new builtin functions exp, expf, expl, | sayle | 2002-08-03 | 1 | -0/+42 |
* | * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS | sayle | 2002-07-28 | 1 | -36/+70 |
* | * ginclude/varargs.h: Replace with stub which issues #error. | zack | 2002-07-16 | 1 | -4/+6 |
* | 2002-07-10 Roger Sayle <roger@eyesopen.com> | sayle | 2002-07-11 | 1 | -4/+4 |
* | PR c++/7099 | sayle | 2002-07-06 | 1 | -59/+151 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -5/+5 |
* | * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace | rth | 2002-01-28 | 1 | -1/+1 |
* | * builtin-attrs.def (__builtin_printf_unlocked, | ghazi | 2001-12-21 | 1 | -0/+49 |
* | 2001-12-14 Roger Sayle <roger@eyesopen.com> | aj | 2001-12-14 | 1 | -2/+2 |
* | * builtin-types.def (BT_FN_VOID_PTR_VAR): New. | janis | 2001-12-07 | 1 | -1/+1 |
* | * builtin-types.def (BT_FN_VOID_PTR_INT_INT): New. | janis | 2001-12-04 | 1 | -0/+3 |