aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
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