aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengenrtl.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-2/+2
2004-09-02*** empty log message ***Dan Nicolaescu1-3/+1
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-2/+2
2003-10-11gengenrtl.c (find_formats, genheader): Make i an unsigned int, remove cast of...Zack Weinberg1-4/+4
2003-10-10genmodes.c, [...]: New files.Zack Weinberg1-10/+8
2003-07-05genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi1-6/+3
2003-06-16builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I...Kaveh R. Ghazi1-1/+1
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-39/+29
2002-12-18* gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.Geoffrey Keating1-1/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+5
2002-07-21gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth1-4/+0
2002-07-11rtl.h (gen_rtx_CONST_VECTOR): Declare.J"orn Rennecke1-1/+2
2002-05-31gcse.c (gcse_emit_move_after): New.Jan Hubicka1-0/+3
2002-05-30gengenrtl.c (type_from_format, [...]): Support 'B'.Jan Hubicka1-2/+4
2002-05-19gengenrtl.c: Add prototype for excluded_rtx.Andreas Jaeger1-7/+8
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-4/+18
2002-04-19real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate.Zack Weinberg1-63/+0
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