summaryrefslogtreecommitdiff
path: root/gcc/genopinit.c
Commit message (Expand)AuthorAgeFilesLines
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* * c-decl.c (duplicate_decls, parmlist_tags_warning): Removeneil2001-12-011-1/+1
* 2001-11-30 Daniel Berlin <dan@cgsoftware.com>dberlin2001-11-301-3/+6
* 2001-11-05 Alan Matsuoka <alanm@redhat.com>alanm2001-11-141-1/+1
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-131-1/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-2/+1
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * rtlanal.c (set_noop_p): Return true for noop jumps.hubicka2001-07-201-0/+1
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* Adding new option -ftrapv.cchavva2000-10-181-9/+40
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-2/+2
* * genopinit.c: Use $ for escape sequences in optab patterns.zack2000-05-181-103/+74
* * Makefile.in (gensupport.o): Compile for the host.rth2000-05-061-7/+0
* * gensupport.c: New file.cpopetz2000-05-031-13/+7
* * rtl.h (rtunion_def): Constify member `rtstr'.ghazi2000-03-071-1/+1
* Fix copyrights.law2000-02-261-1/+2
* * genattr.c: PROTO -> PARAMS.ghazi2000-01-171-2/+2
* * builtins.c (expand_builtin_strlen): Initialize variable `icode'.ghazi2000-01-041-2/+2
* * rtl.c (dump_and_abort): Remove.rth1999-10-141-0/+1
* Use cbranch patterns when availablecrux1999-09-231-0/+3
* * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Useghazi1999-09-161-4/+4
* * genattr.c (main): Add extern prototype. Call return, not exit.ghazi1999-09-151-6/+6
* Replace insn_foo with insn_data.foo.rth1999-09-121-3/+8
* 1999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-271-2/+0
* 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-271-24/+2
* 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-261-10/+0
* * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.ghazi1999-08-201-1/+1
* * machmode.h (mode_name): Constify a char*.ghazi1999-08-201-7/+7
* * rtl.c (rtx_name): Constify a char*.ghazi1999-08-201-4/+4
* 1999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-161-2/+2
* * cppp.c (xrealloc): Fix typo last change.rth1999-01-221-1/+1
* Update copyright.rth1999-01-211-1/+1
* * cccp.c (xrealloc): Call malloc given a NULL old pointer.rth1999-01-211-5/+9
* * genattr.c (fatal): Qualify a char* with the `const' keyword.ghazi1998-12-191-6/+6
* * system.h: Include libiberty.h.ghazi1998-11-271-8/+7
* * gansidecl.h: Prepend a "G" to the macro wrapping this fileghazi1998-11-081-2/+2
* Warning fixes:ghazi1998-10-171-4/+4
* Add ATTRIBUTE_NORETURN in a bunch of places:ghazi1998-10-141-2/+3
* * system.h: Include stdarg.h/varargs.h, make sure they are orderedghazi1998-08-261-5/+0
* * genattr.c: Include stdarg.h/varargs.h. Change functionghazi1998-05-111-4/+20
* * c-lex.c (is_class_name): Delete declaration.law1998-04-071-0/+2
* * genattrtab.c: Make generated file use system.h, instead oflaw1998-04-011-1/+1
* Cutover various gen*.c files to using system.h:ghazi1998-03-241-14/+3
* manfred1998-03-121-1/+1
* * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.ghazi1998-02-271-0/+2
* Rats. Forgot to change copyrights on the first commit.robertl1998-02-131-1/+1
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-3/+0
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-1/+7
* Search modes in reverse order to avoid problems with EXTRA_CC_MODESian1996-09-301-6/+8