summaryrefslogtreecommitdiff
path: root/gcc/genconfig.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01Remove clobber_highRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-08-06Generation support for CLOBBER_HIGHAlan Hayward
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-08-21always define HAVE_peephole2Trevor Saunders
2015-08-21always define HAVE_conditional_executionTrevor Saunders
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford
2015-05-24always define HAVE_lo_sumTrevor Saunders
2015-05-22always define HAVE_peepholeTrevor Saunders
2015-05-22always define HAVE_conditional_moveTrevor Saunders
2015-04-22always define HAVE_cc0Trevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm
2014-07-02Only transform rotate to rotatert and v.v. if target has bothSegher Boessenkool
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford
2009-11-25Remove trailing white spaces.H.J. Lu
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2006-01-23r110124@banpei: zack | 2006-01-22 14:45:55 -0800Zack Weinberg
2005-06-25Update FSF address.Kelley Cook
2004-11-12* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.Bernd Schmidt
2004-08-03gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args.Zack Weinberg
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata
2004-01-30genconfig.c (main): Have CC0_P check its operand even on a target without cc0.Kazu Hirata
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger
2003-02-05genconfig.c (main): Generate CC0_P.Kazu Hirata
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth
2001-11-14rtl.def (INCLUDE): Define.Alan Matsuoka
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-04-02genattr.c, [...]: Wrap generated header in multiple-include guard.Zack Weinberg
2000-05-27Makefile.in (resource.o): Depend on except.h.Richard Henderson
2000-05-27Makefile.in (recog.o): Don't depend on resource.h.Richard Henderson
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson
2000-05-03gensupport.c: New file.Clinton Popetz