aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-12/+10
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-2/+2
2001-12-01gencheck.c, [...]: Don't define xmalloc.Zack Weinberg1-18/+0
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-5/+5
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-0/+1
2001-04-02genattr.c, [...]: Wrap generated header in multiple-include guard.Zack Weinberg1-3/+10
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-1/+1
2001-03-10server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-4/+1
2000-08-03* gengenrtl.c, rtl.c: Avoid #elif.Akiko Matsushita1-24/+43
2000-06-25gengenrtl.c (special_rtx): Fix typo in comment.Theodore Papadopoulo1-1/+1
2000-06-12gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.H.J. Lu1-1/+1
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-30/+27
2000-04-21gengenrtl.c (gencode): Write obstack_alloc_rtx function start in proper format.Richard Kenner1-1/+2
2000-04-18* gengenrtl.c (genlegend): Fix misspelling.Stan Cox1-1/+1
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-03-06real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de...Jakub Jelinek1-5/+5
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi1-14/+14
1999-09-15genattr.c (main): Add extern prototype.Kaveh R. Ghazi1-3/+2
1999-09-08gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC will use int...Richard Henderson1-7/+33
1999-09-06Merge in gcc2-ss-010999Jeff Law1-131/+143
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Mark Mitchell1-2/+8
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-0/+21
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-1/+1
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-8/+2
1999-04-16system.h: Always prototype abort.Zack Weinberg1-0/+1
1999-04-01Move over patch from Bernd Schmidt from GC branch:Richard Henderson1-10/+33
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-12-26gengenrtl.c (gencode): Always use bzero to clear memory instead of dangerous ...Jeffrey A Law1-6/+1
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-3/+3
1998-07-17alloca.c: Respect USE_C_ALLOCA.Richard Henderson1-7/+4
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-1/+2
1998-05-21ANSI does not allow a prototype to specify an item smaller than an int if the...Kaveh R. Ghazi1-4/+4
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1-0/+14
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-05-12Consolidate support for "String-ification" into system.h:Kaveh R. Ghazi1-5/+1
1998-05-08Another minor system.h cutover:Kaveh R. Ghazi1-0/+1
1998-04-07c-lex.c (is_class_name): Delete declaration.Bernd Schmidt1-0/+12
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-1/+1
1998-01-19configure.in: Add cpp stringify test.Richard Henderson1-1/+1
1998-01-17gengenrtl.c (type_from_format): De-ANSIfy function signature.Kaveh R. Ghazi1-2/+21
1998-01-16* gengenrtl.c (DEF_RTL_EXPR): Provide a K&R compliant version.Richard Henderson1-0/+4
1998-01-13gengenrtl.c (gencode): Emit new function obstack_alloc_rtx to allocate rtx.John Carr1-14/+17
1998-01-08Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.Richard Henderson1-0/+287