aboutsummaryrefslogtreecommitdiff
path: root/gcc/genopinit.c
AgeCommit message (Expand)AuthorFilesLines
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-30genopinit.c (gen_insn): Handle MODE_VECTOR_INT and MODE_VECTOR_FLOAT as allowed.Daniel Berlin1-3/+6
2001-11-14rtl.def (INCLUDE): Define.Alan Matsuoka1-1/+1
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-2/+1
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-07-20rtlanal.c (set_noop_p): Return true for noop jumps.Jan Hubicka1-0/+1
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-9/+40
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-2/+2
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg1-103/+74
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson1-7/+0
2000-05-03gensupport.c: New file.Clinton Popetz1-13/+7
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-1/+1
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-17genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-10-13rtl.c (dump_and_abort): Remove.Richard Henderson1-0/+1
1999-09-23Use cbranch patterns when availableBernd Schmidt1-0/+3
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-4/+4
1999-09-15genattr.c (main): Add extern prototype.Kaveh R. Ghazi1-6/+6
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-3/+8
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.c (rtx_class, [...]): Constify.Kaveh R. Ghazi1-1/+1
1999-08-20machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1-7/+7
1999-08-20rtl.c (rtx_name): Constify a char*.Kaveh R. Ghazi1-4/+4
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-6/+6
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-17Warning fixes:Kaveh R. Ghazi1-4/+4
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
1998-04-07c-lex.c (is_class_name): Delete declaration.Bernd Schmidt1-0/+2
1998-04-01genattrtab.c: Make generated file use system.h, instead of including stdio.h,...Jeffrey A Law1-1/+1
1998-03-24Cutover various gen*.c files to using system.h:Kaveh R. Ghazi1-14/+3
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-1/+1
1998-02-27genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.Kaveh Ghazi1-0/+2
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-3/+0
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-1/+7
1996-09-30Search modes in reverse order to avoid problems with EXTRA_CC_MODESIan Lance Taylor1-6/+8