summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * builtins.c (stabilize_va_list): Stabilize array type va_listrth1999-09-281-23/+59
* Allow to distinguish between three classes of builtin functionscrux1999-09-241-0/+5
* * builtins.c, dbxout.c, varasm.c: Include tm_p.h.rth1999-09-231-0/+1
* Replace insn_foo with insn_data.foo.rth1999-09-121-5/+5
* * builtins.c (expand_builtin_va_arg): Cope with an array-typerth1999-09-101-3/+22
* * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.rth1999-09-081-1/+35
* 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-261-2/+1
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-8/+0
* Warning fixes:ghazi1999-08-041-0/+2
* Use force_operand to make sure that the buffer address is in a suitable formnickc1999-07-291-1/+1
* * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.rth1999-07-281-1/+1
* * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytesrth1999-07-281-2/+1
* * builtins.c (stabilize_va_list): Don't INDIRECT_REF throughrth1999-07-271-9/+22
* * builtins.c (expand_builtin_saveregs): Remove static, remove exprth1999-07-261-56/+274