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