aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)Author
2001-02-07Avoid scheduling builtin setjmp receiversBernd Schmidt
2001-02-01 * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_spaceRichard Kenner
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh Ghazi
2001-01-28 * builtins.c (expand_builtin_fputs): Use size_one_node whenKaveh Ghazi
2001-01-11*** empty log message ***Alan Lehotsky
2001-01-05 * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):Joseph Myers
2001-01-03update copyrightsKaveh Ghazi
2001-01-03 * builtins.c (expand_builtin_strncmp): Use host_integerp andKaveh Ghazi
2001-01-03Don't use MEM_ALIAS_SET on a REGBernd Schmidt
2000-12-30Oops, fix style nit.Kaveh Ghazi
2000-12-30 * builtins.c (validate_arglist): New function, use it.Kaveh Ghazi
2000-12-28 * builtins.c (build_function_call_expr): New function. Use itKaveh Ghazi
2000-12-23 * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):Joseph Myers
2000-12-21 * rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson
2000-12-06 * builtins.c (expand_builtin_setjmp_setup): SetJeffrey A Law
2000-12-04 * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):Kaveh R. Ghazi
2000-12-03 * bb-reorder.c (reorder_basic_blocks): Don't check for EH edgesRichard Henderson
2000-12-03 * builtins.c (expand_builtin_strcat, expand_builtin_strncat,Kaveh Ghazi
2000-12-03 * builtins.c (expand_builtin_strcmp): Use const*_rtx whenKaveh Ghazi
2000-12-01 * builtins.def (BUILT_IN_IMAXABS): Add.Joseph Myers
2000-12-01 * builtins.c (target_char_cast): New function.Jakub Jelinek
2000-11-29 * expr.h (store_by_pieces): Add prototype.Jakub Jelinek
2000-11-27 * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): NewKaveh Ghazi
2000-11-19Warning fixes:Kaveh Ghazi
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-11-14 * builtins.c (expand_builtin_setjmp): SetJakub Jelinek
2000-11-13 * builtins.c (expand_builtin): Handle BUILT_IN_INDEX andKaveh Ghazi
2000-11-11* builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARYAlexandre Oliva
2000-11-09 * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.Jakub Jelinek
2000-11-07 * builtins.c (expand_builtin_strpbrk): New function.Kaveh Ghazi
2000-11-03 * builtins.c (expand_builtin_strlen): Remove unused modeZack Weinberg
2000-11-01Constant folding for builtinsBernd Schmidt
2000-11-01 * builtins.c (expand_builtin_strstr): New function.Kaveh Ghazi
2000-10-31 * builtins.c (expand_builtin_fputs): When deleting NOP calls toKaveh Ghazi
2000-10-06 * builtins.c (is_valid_printf_arglist, expand_builtin_printf):Kaveh Ghazi
2000-09-24 * builtins.def (BUILT_IN_LLABS): Add.Joseph Myers
2000-09-21 * builtins.c (expand_builtin_fputs): Also expand when length!=1.Kaveh Ghazi
2000-09-19 * builtins.c (is_valid_printf_arglist, expand_builtin_printf): NewKaveh Ghazi
2000-09-17Bring back equal forms for libcallsBernd Schmidt
2000-09-12Delete diagnostic outputKaveh Ghazi
2000-09-12 * builtins.c (built_in_decls): New array.Kaveh Ghazi
2000-08-24 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,Greg McGary
2000-07-31 * builtins.c (expand_builtin_apply): Don't defer pop duringJason McMullan
2000-07-03 * builtins.c (get_memory_rtx): Always put into alias set 0.Jakub Jelinek
2000-05-31 * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner
2000-05-27 * configure.in (stage1_warn_cflags): Add -Wstrict-prototypesZack Weinberg
2000-04-20Fix whitespace in one placeRichard Kenner
2000-04-17 * builtins.c (expand_builtin_expect): New.Richard Henderson
2000-04-12 * builtins.c (expand_builtin_memcmp): Do expansion even withJan Hubicka
2000-04-04 * builtins.c (expand_builtin_strlen): Force the source toClinton Popetz