aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-08builtins.c (expand_builtin_strlen): Be prepared for strlensi to fail.Richard Henderson1-22/+30
2000-03-06builtins.c (built_in_class_names, [...]): Constify a char*.Kaveh R. Ghazi1-2/+2
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-1/+26
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-20/+38
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-01builtins.c (expand_builtin_memset): Expand for variable sized lengths too.Jan Hubicka1-4/+0
2000-01-24builtins.c (expand_tree_builtin): Move ...Richard Henderson1-97/+0
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-0/+97
2000-01-14builtins.c (PAD_VARARGS_DOWN): Define.Clinton Popetz1-1/+5
2000-01-11alias.c: PROTO -> PARAMS.Kaveh R. Ghazi1-29/+29
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+2
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-1/+1
2000-01-04Update copyrightsJeff Law1-1/+1
2000-01-02system.h (CEIL): Define.Mark Mitchell1-2/+0
1999-12-15builtins.c (expand_builtin_mathfn): Make sure not to expand the argument more...Mark Mitchell1-1/+8
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-7/+0
1999-10-03alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1-1/+2
1999-10-02Jan Hubicka <hubicka@freesoft.cz>Jan Hubicka1-1/+1
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-2/+3
1999-09-28builtins.c (stabilize_va_list): Stabilize array type va_list to a pointer typ...Richard Henderson1-23/+59
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-0/+5
1999-09-23builtins.c, [...]: Include tm_p.h.Richard Henderson1-0/+1
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-5/+5
1999-09-10builtins.c (expand_builtin_va_arg): Cope with an array-type va_list decomposi...Richard Henderson1-3/+22
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-1/+35
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-2/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-8/+0
1999-08-04Warning fixes:Kaveh R. Ghazi1-0/+2
1999-07-29Use force_operand to make sure that the buffer address is in a suitable formNick Clifton1-1/+1
1999-07-28* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.Franz Sirl1-1/+1
1999-07-28builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes rather than pla...Richard Henderson1-2/+1
1999-07-26builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson1-9/+22
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-56/+274
1999-07-22Break out builtin function expansion from expr.cBernd Schmidt1-0/+2198