summaryrefslogtreecommitdiff
path: root/gcc/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* builtins.c (expand_tree_builtin): Move ...Richard Henderson2000-01-241-97/+0
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-0/+97
* builtins.c (PAD_VARARGS_DOWN): Define.Clinton Popetz2000-01-141-1/+5
* alias.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-111-29/+29
* Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi2000-01-101-0/+2
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi2000-01-041-1/+1
* Update copyrightsJeff Law2000-01-041-1/+1
* system.h (CEIL): Define.Mark Mitchell2000-01-021-2/+0
* builtins.c (expand_builtin_mathfn): Make sure not to expand the argument more...Mark Mitchell1999-12-151-1/+8
* Reorg reg-stack to use the standard CFG.Jan Hubicka1999-10-261-7/+0
* alias.c (nonlocal_reference_p): Add static prototype.Kaveh R. Ghazi1999-10-031-1/+2
* Jan Hubicka <hubicka@freesoft.cz>Jan Hubicka1999-10-021-1/+1
* Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1999-09-301-2/+3
* builtins.c (stabilize_va_list): Stabilize array type va_list to a pointer typ...Richard Henderson1999-09-281-23/+59
* Allow to distinguish between three classes of builtin functionsBernd Schmidt1999-09-241-0/+5
* builtins.c, [...]: Include tm_p.h.Richard Henderson1999-09-231-0/+1
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-5/+5
* builtins.c (expand_builtin_va_arg): Cope with an array-type va_list decomposi...Richard Henderson1999-09-101-3/+22
* c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1999-09-071-1/+35
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-2/+1
* Include function.h in most files.Bernd Schmidt1999-08-091-8/+0
* Warning fixes:Kaveh R. Ghazi1999-08-041-0/+2
* Use force_operand to make sure that the buffer address is in a suitable formNick Clifton1999-07-291-1/+1
* * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.Franz Sirl1999-07-281-1/+1
* builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes rather than pla...Richard Henderson1999-07-281-2/+1
* builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson1999-07-261-9/+22
* builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1999-07-251-56/+274
* Break out builtin function expansion from expr.cBernd Schmidt1999-07-221-0/+2198