aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpeep.c
AgeCommit message (Expand)Author
2003-07-05 * genattr.c (internal_dfa_insn_code): Output prototype.Kaveh Ghazi
2003-06-01 * genrecog.c: Use ISO C90 prototypes.Andreas Jaeger
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
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-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-09-21 * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.Jan Hubicka
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-05-02 * c-lex.c: NULL_PTR -> NULL.Kaveh Ghazi
2000-08-01 * genpeep.c (main): Handle DEFINE_PEEPHOLE2.Denis Chertykov
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-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-09-23 * abi64.h (mips_function_value): Add prototype arguments.Kaveh Ghazi
1999-09-16 * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. UseKaveh Ghazi
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-08Linas Vepstas <linas@linas.org>Linas Vepstas
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-08-20 * rtl.c (rtx_name): Constify a char*.Kaveh Ghazi
1999-08-09Small incremental fixes for last checkinBernd Schmidt
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-25Warning fixes:Kaveh 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-06-22Warning fixes:Kaveh 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-04-01 * genattrtab.c: Make generated file use system.h, instead ofJeffrey A Law
1998-03-28 * genpeep.c (main): Remove unused variable 'i' from the generatedJeffrey A Law
1998-03-24Cutover various gen*.c files to using system.h:Kaveh Ghazi
1998-03-16 * genpeep.c (main): Add "except.h" to include file list in generatedAndrew Macleod
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