summaryrefslogtreecommitdiff
path: root/gcc/genconfig.c
Commit message (Expand)AuthorAgeFilesLines
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* rtl.def (INCLUDE): Define.Alan Matsuoka2001-11-141-1/+1
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-2/+4
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-3/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* genattr.c, [...]: Wrap generated header in multiple-include guard.Zack Weinberg2001-04-021-4/+10
* Makefile.in (resource.o): Depend on except.h.Richard Henderson2000-05-271-0/+1
* Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson2000-05-271-5/+30
* genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg2000-05-181-27/+0
* Makefile.in (gensupport.o): Compile for the host.Richard Henderson2000-05-061-7/+0
* gensupport.c: New file.Clinton Popetz2000-05-031-28/+33
* rtlanal.c (dead_or_set_regno_p): Use find_regno_note.Richard Henderson2000-04-271-6/+6
* rtl.def (COND_EXEC): New.Richard Henderson2000-04-071-18/+12
* Fix copyrights.Jeff Law2000-02-261-1/+2
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-6/+6
* rtl.c (dump_and_abort): Remove.Richard Henderson1999-10-131-0/+1
* genconfig.c (main): Disable HAVE_conditional_arithmetic.Richard Henderson1999-10-061-0/+3
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-6/+0
* genattr.c (main): Add extern prototype.Kaveh R. Ghazi1999-09-151-5/+5
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-3/+8
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+14
* backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1999-08-311-1/+17
* rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1999-08-271-2/+0
* errors.c: New file...Zack Weinberg1999-08-271-24/+2
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-10/+0
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-1/+1
* system.h: Always prototype abort.Zack Weinberg1999-04-161-2/+2
* cppp.c (xrealloc): Fix typo last change.Richard Henderson1999-01-221-1/+1
* Update copyright.Richard Henderson1999-01-211-1/+1
* cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1999-01-211-5/+9
* genattr.c (fatal): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1998-12-191-4/+4
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-8/+7
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-2/+2
* Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1998-10-141-2/+3
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* genattr.c: Include stdarg.h/varargs.h.Kaveh R. Ghazi1998-05-111-4/+20
* Link in print-rtl.o to all gen* programs except gengenrtlMichael Meissner1998-04-151-0/+3
* c-lex.c (is_class_name): Delete declaration.Bernd Schmidt1998-04-071-0/+6
* Cutover various gen*.c files to using system.h:Kaveh R. Ghazi1998-03-241-12/+3
* genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.Kaveh Ghazi1998-02-271-1/+3
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-2/+8
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (main): Delete #ifndef around HAVE_conditional_move.Doug Evans1995-01-251-9/+1
* genconfig.c (main): Allow targets to override HAVE_conditional_move.Doug Evans1994-06-151-1/+9
* Include hconfig.h, not config.h.Richard Stallman1992-10-131-1/+1
* (walk_insn_part, case IF_THEN_ELSE): Refine when HAVE_CMOVE_FLAG gets set.Richard Kenner1992-09-191-1/+9
* (have_cmove_flag): New variable.Richard Kenner1992-08-191-8/+28