aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-03builtins.c (get_memory_rtx): Always put into alias set 0.Jakub Jelinek1-0/+3
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-62/+56
2000-05-27configure.in (stage1_warn_cflags): Add -Wstrict-prototypes -Wmissing-prototypes.Zack Weinberg1-1/+1
2000-04-20Fix whitespace in one placeRichard Kenner1-2/+2
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-0/+45
2000-04-12builtins.c (expand_builtin_memcmp): Do expansion even with !HAVE_cmpstrsi, do...Jan Hubicka1-6/+21
2000-04-04builtins.c (expand_builtin_strlen): Force the source to be a memory address.Clinton Popetz1-1/+2
2000-04-01builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...Jan Hubicka1-3/+1
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-12/+9
2000-03-30c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va...Geoff Keating1-43/+20
2000-03-24builtins.c (expand_builtin_bzero): Convert `length' argument to sizetype.Richard Henderson1-18/+16
2000-03-24builtins.c (expand_builtin_bzero): New function.Kaveh R. Ghazi1-1/+44
2000-03-23builtins.c (expand_builtin): Handle bcmp.Kaveh R. Ghazi1-0/+3
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-1/+1
2000-03-23builtins.def: New file.Kaveh R. Ghazi1-18/+5
2000-03-10builtins.c (expand_builtin_strlen): Revert last change.Richard Henderson1-3/+5
2000-03-10builtins.c (expand_builtin_strlen): Make sure that we have something at the b...Jason Merrill1-0/+2
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