OSDN Git Service

* ggc.h (struct rtx_def): Forward declare.
[pf3gnuchains/gcc-fork.git] / gcc / builtins.c
2000-04-04 cpopetz * builtins.c (expand_builtin_strlen): Force the source to
2000-04-01 hubicka * builtins.c (expand_builtin_apply): Pass proper...
2000-03-30 kenner * builtins.c (get_pointer_alignment): Use host_integer...
2000-03-30 geoffk* c-common.c (c_common_nodes_and_builtins): The first...
2000-03-24 rth * builtins.c (expand_builtin_bzero): Convert...
2000-03-24 ghazi * builtins.c (expand_builtin_bzero): New function.
2000-03-23 ghazi * builtins.c (expand_builtin): Handle bcmp.
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-23 ghazi * builtins.def: New file.
2000-03-11 rth * builtins.c (expand_builtin_strlen): Revert...
2000-03-10 jason * builtins.c (expand_builtin_strlen): Make...
2000-03-08 rth * builtins.c (expand_builtin_strlen): Be prepar...
2000-03-06 ghazi * builtins.c (built_in_class_names, built_in_names...
2000-02-29 kenner * Eliminate DECL_FIELD_SIZE.
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-26 lawCopyright fixes.
2000-02-01 hubicka * builtins.c (expand_builtin_memset): Expand for varia...
2000-01-25 rth * builtins.c (expand_tree_builtin): Move ...
2000-01-24 rth * rtl.def: Add unordered fp comparisions.
2000-01-14 cpopetz * builtins.c (PAD_VARARGS_DOWN): Define.
2000-01-11 ghazi * alias.c: PROTO -> PARAMS.
2000-01-10 ghazi * Makefile.in (optabs.o): Depend on real.h
2000-01-04 ghazi * builtins.c (expand_builtin_strlen): Initialize varia...
2000-01-04 lawUpdate copyrights
2000-01-02 mmitchel * system.h (CEIL): Define.
1999-12-15 mmitchel * builtins.c (expand_builtin_mathfn): Make sure not...
1999-10-27 rthReorg reg-stack to use the standard CFG.
1999-10-03 ghazi * alias.c (nonlocal_reference_p): Add static...
1999-10-02 rthJan Hubicka <hubicka@freesoft.cz>
1999-09-30 cruxUse lookup table to get register sizes in dwarf2 eh
1999-09-28 rth * builtins.c (stabilize_va_list): Stabilize...
1999-09-24 cruxAllow to distinguish between three classes of builtin...
1999-09-23 rth * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
1999-09-12 rthReplace insn_foo with insn_data.foo.
1999-09-10 rth * builtins.c (expand_builtin_va_arg): Cope...
1999-09-08 rth * c-typeck.c (type_lists_compatible_p): Use...
1999-08-26 zack1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-04 ghaziWarning fixes:
1999-07-29 nickcUse force_operand to make sure that the buffer address...
1999-07-28 rth* builtins.c (expand_builtin): Typo in call to expand_b...
1999-07-28 rth * builtins.c (std_expand_builtin_va_arg): Use...
1999-07-27 rth * builtins.c (stabilize_va_list): Don't INDIREC...
1999-07-26 rth * builtins.c (expand_builtin_saveregs): Remove...
1999-07-22 cruxBreak out builtin function expansion from expr.c