aboutsummaryrefslogtreecommitdiff
path: root/gcc/genconfig.c
AgeCommit message (Expand)Author
2004-02-13Mainline merge as of 2004-02-11.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-02-09Mainline merge as of 2003-02-09.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-11b-i-b merge as of 2002-10-11.Diego Novillo
2001-12-02 * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingNeil Booth
2001-12-01 * c-decl.c (duplicate_decls, parmlist_tags_warning): RemoveNeil Booth
2001-11-142001-11-05 Alan Matsuoka <alanm@redhat.com>Alan Matsuoka
2001-10-11 * c-parse.in (asm_operand): Allow named operands.Richard Henderson
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-04-02 * genattr.c, gencheck.c, gencodes.c, genconfig.c, genflags.c,Zack Weinberg
2000-05-28 * Makefile.in (resource.o): Depend on except.h.Richard Henderson
2000-05-27 * Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson
2000-05-18 * genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg
2000-05-06 * Makefile.in (gensupport.o): Compile for the host.Richard Henderson
2000-05-03 * gensupport.c: New file.Clinton Popetz
2000-04-27 * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.Richard Henderson
2000-04-07 * rtl.def (COND_EXEC): New.Richard Henderson
2000-02-26Fix copyrights.Jeffrey A Law
2000-01-17Update copyrightsKaveh Ghazi
2000-01-17 * genattr.c: PROTO -> PARAMS.Kaveh Ghazi
1999-10-14 * rtl.c (dump_and_abort): Remove.Richard Henderson
1999-10-06 * genconfig.c (main): Disable HAVE_conditional_arithmetic.Richard Henderson
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt
1999-09-15 * genattr.c (main): Add extern prototype. Call return, not exit.Kaveh Ghazi
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson
1999-09-07Merge in gcc2-ss-010999Jeffrey A Law
1999-08-31 Merge peephole2 from new_ia32_branch:Richard Henderson
1999-08-271999-08-27 13:27 -0700 Zack Weinberg <zack@bitmover.com>Zack Weinberg
1999-08-271999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com>Zack Weinberg
1999-08-261999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>Zack Weinberg
1999-08-20 * rtl.h (rtx_format): Constify a char*.Kaveh Ghazi
1999-04-161999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.columbia.edu>Zack Weinberg
1999-01-22 * cppp.c (xrealloc): Fix typo last change.Richard Henderson
1999-01-21Update copyright.Richard Henderson
1999-01-21 * cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson
1998-12-19 * genattr.c (fatal): Qualify a char* with the `const' keyword.Kaveh Ghazi
1998-11-27 * system.h: Include libiberty.h.Kaveh Ghazi
1998-11-08 * gansidecl.h: Prepend a "G" to the macro wrapping this fileKaveh Ghazi
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh Ghazi
1998-08-26 * system.h: Include stdarg.h/varargs.h, make sure they are orderedKaveh Ghazi
1998-05-11 * genattr.c: Include stdarg.h/varargs.h. Change functionKaveh Ghazi
1998-04-15Link in print-rtl.o to all gen* programs except gengenrtlMichael Meissner
1998-04-07 * c-lex.c (is_class_name): Delete declaration.Bernd Schmidt
1998-03-24Cutover various gen*.c files to using system.h:Kaveh Ghazi
1998-02-27 * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.Kaveh Ghazi
1998-02-07 * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe
1995-06-15Update FSF address.Richard Kenner
1995-01-25(main): Delete #ifndef around HAVE_conditional_move.Doug Evans