aboutsummaryrefslogtreecommitdiff
path: root/gcc/genflags.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-6/+5
2006-01-23r110124@banpei: zack | 2006-01-22 14:45:55 -0800Zack Weinberg1-7/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis1-1/+1
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-4/+2
2004-08-03gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args.Zack Weinberg1-3/+0
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-3/+3
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-5/+3
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-29/+18
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
2002-07-29gensupport.c: Include hashtab.h.Zack Weinberg1-16/+47
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-4/+0
2002-03-11genflags.c (gen_insn): Use IS_VSPACE.Chris Meyer1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-14rtl.def (INCLUDE): Define.Alan Matsuoka1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-6/+6
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-04-02genattr.c, [...]: Wrap generated header in multiple-include guard.Zack Weinberg1-4/+10
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-3/+4
2000-05-27configure.in (stage1_warn_cflags): Add -Wstrict-prototypes -Wmissing-prototypes.Zack Weinberg1-51/+61
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg1-27/+0
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson1-3/+0
2000-05-03gensupport.c: New file.Clinton Popetz1-15/+8
2000-03-17Sibling call optimizations.Jeffrey A Law1-2/+6
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-2/+2
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-05recog.h: Remove NO_MD_PROTOTYPES ifdefs.Zack Weinberg1-37/+43
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-10-13rtl.c (dump_and_abort): Remove.Richard Henderson1-0/+1
1999-09-15genattr.c (main): Add extern prototype.Kaveh R. Ghazi1-5/+5
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-3/+8
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+0
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1-2/+0
1999-08-27errors.c: New file...Zack Weinberg1-24/+2
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-10/+0
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-04-16system.h: Always prototype abort.Zack Weinberg1-2/+2
1999-01-22cppp.c (xrealloc): Fix typo last change.Richard Henderson1-1/+1
1999-01-21Update copyright.Richard Henderson1-1/+1
1999-01-21cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1-5/+9
1998-12-19genattr.c (fatal): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-4/+4
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-8/+7
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-2/+2
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-2/+3
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-05-11genattr.c: Include stdarg.h/varargs.h.Kaveh R. Ghazi1-4/+20