aboutsummaryrefslogtreecommitdiff
path: root/gcc/genoutput.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-05 * c-pretty-print.c: Fix comment typos.Kazu Hirata
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-05 * genattr.c (internal_dfa_insn_code): Output prototype.Kaveh Ghazi
2003-06-16cp:Kaveh Ghazi
2003-06-01 * genrecog.c: Use ISO C90 prototypes.Andreas Jaeger
2003-02-07 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.Segher Boessenkool
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJ"orn Rennecke
2003-01-09 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-03-11 * genflags.c (gen_insn): Use IS_VSPACE.Chris Meyer
2002-03-07 * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.Ulrich Weigand
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-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-13 * expr.h: Split out optab- and libfunc-related code to...Zack Weinberg
2001-06-30 * rtl.def (DEFINE_INSN, DEFINE_INSN_AND_SPLIT, DEFINE_PEEPHOLE):Zack Weinberg
2001-04-11 * Makefile.in (insn-output.o): Depend on $(EXPR_H).Kaveh Ghazi
2001-03-22 * mkconfig.sh: Include insn-flags.h.Richard Henderson
2001-03-06libiberty:Zack Weinberg
2000-12-13 * genoutput.c (process_template): Add sanity checking for '@' templates.Jan Hubicka
2000-11-28 * genoutput.c (validate_insn_operands): New.Richard Henderson
2000-09-102000-09-10 Denis Chertykov <denisc@overta.ru>Denis Chertykov
2000-05-28 * Makefile.in (resource.o): Depend on except.h.Richard Henderson
2000-05-27 * genoutput.c: Don't include errors.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-03-17 * Clean up usages of TREE_INT_CST_LOW.Richard Kenner
2000-03-07 * rtl.h (rtunion_def): Constify member `rtstr'.Kaveh Ghazi
2000-02-26Fix copyrights.Jeffrey A Law
2000-02-16 * md.texi (Simple Constraints): Add item about whitespace.Hans-Peter Nilsson
2000-02-05 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.Zack Weinberg
2000-01-27 * genoutput.c (output_prologue): Include ggc.h in generatedGeoffrey Keating
2000-01-17Update copyrightsKaveh Ghazi
2000-01-17 * genattr.c: PROTO -> PARAMS.Kaveh Ghazi
1999-12-12 * combine.c (record_promoted_value): Remove unused variableKaveh Ghazi
1999-11-10 * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' andPhilippe De Muyter
1999-11-05 * genoutput.c (null_operand =): Initialize all fields.Andreas Jaeger
1999-10-22Fix register elimination problemBernd Schmidt
1999-10-14 * rtl.c (dump_and_abort): Remove.Richard Henderson
1999-10-12Make fatal_insn calls in md file work.Jim Wilson
1999-10-01Delete !REGISTER_CONSTRAINTS codeBernd Schmidt
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt
1999-09-15 * genattr.c (main): Add extern prototype. Call return, not exit.Kaveh Ghazi
1999-09-14 * recog.h (INSN_OUTPUT_FORMAT_*): New.Richard Henderson
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson
1999-09-12Replace recog_foo with recog_data.foo.Richard Henderson