summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* * builtins.c (expand_builtin_strpbrk): New function.ghazi2000-11-071-1/+103
* * builtins.c (expand_builtin_strlen): Remove unused modezack2000-11-031-7/+4
* Constant folding for builtinsbernds2000-11-011-38/+84
* * builtins.c (expand_builtin_strstr): New function.ghazi2000-11-011-0/+68
* * builtins.c (expand_builtin_fputs): When deleting NOP calls toghazi2000-10-311-1/+7
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi2000-10-061-122/+0
* * builtins.def (BUILT_IN_LLABS): Add.jsm282000-09-241-0/+1
* * builtins.c (expand_builtin_fputs): Also expand when length!=1.ghazi2000-09-211-21/+47
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf): Newghazi2000-09-191-2/+129
* Bring back equal forms for libcallscrux2000-09-171-7/+7
* Delete diagnostic outputghazi2000-09-121-4/+0
* * builtins.c (built_in_decls): New array.ghazi2000-09-121-1/+75
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-2/+2
* * builtins.c (expand_builtin_apply): Don't defer pop duringrth2000-07-311-1/+6
* * builtins.c (get_memory_rtx): Always put into alias set 0.jakub2000-07-031-0/+3
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-62/+56
* * configure.in (stage1_warn_cflags): Add -Wstrict-prototypeszack2000-05-271-1/+1
* Fix whitespace in one placekenner2000-04-201-2/+2
* * builtins.c (expand_builtin_expect): New.rth2000-04-171-0/+45
* * builtins.c (expand_builtin_memcmp): Do expansion even withhubicka2000-04-121-6/+21
* * builtins.c (expand_builtin_strlen): Force the source tocpopetz2000-04-041-1/+2
* * builtins.c (expand_builtin_apply): Pass proper parameters tohubicka2000-04-011-3/+1
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-12/+9
* * c-common.c (c_common_nodes_and_builtins): The first parameter togeoffk2000-03-301-43/+20
* * builtins.c (expand_builtin_bzero): Convert `length' argumentrth2000-03-241-18/+16
* * builtins.c (expand_builtin_bzero): New function.ghazi2000-03-241-1/+44
* * builtins.c (expand_builtin): Handle bcmp.ghazi2000-03-231-0/+3
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-1/+1
* * builtins.def: New file.ghazi2000-03-231-18/+5
* * builtins.c (expand_builtin_strlen): Revert last change.rth2000-03-111-3/+5
* * builtins.c (expand_builtin_strlen): Make sure that we have somethingjason2000-03-101-0/+2
* * builtins.c (expand_builtin_strlen): Be prepared for strlensirth2000-03-081-22/+30
* * builtins.c (built_in_class_names, built_in_names): Constify aghazi2000-03-061-2/+2
* * Eliminate DECL_FIELD_SIZE.kenner2000-02-291-1/+26
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-20/+38
* Copyright fixes.law2000-02-261-1/+2
* * builtins.c (expand_builtin_memset): Expand for variable sizedhubicka2000-02-011-4/+0
* * builtins.c (expand_tree_builtin): Move ...rth2000-01-251-97/+0
* * rtl.def: Add unordered fp comparisions.rth2000-01-241-0/+97
* * builtins.c (PAD_VARARGS_DOWN): Define.cpopetz2000-01-141-1/+5
* * alias.c: PROTO -> PARAMS.ghazi2000-01-111-29/+29
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-0/+2
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-1/+1
* Update copyrightslaw2000-01-041-1/+1
* * system.h (CEIL): Define.mmitchel2000-01-021-2/+0
* * builtins.c (expand_builtin_mathfn): Make sure not to expand themmitchel1999-12-151-1/+8
* Reorg reg-stack to use the standard CFG.rth1999-10-271-7/+0
* * alias.c (nonlocal_reference_p): Add static prototype.ghazi1999-10-031-1/+2
* Jan Hubicka <hubicka@freesoft.cz>rth1999-10-021-1/+1
* Use lookup table to get register sizes in dwarf2 ehcrux1999-09-301-2/+3