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