aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpeep.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-0/+3
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-1/+1
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-23/+17
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+3
2015-05-22always define HAVE_peepholeTrevor Saunders1-2/+0
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-0/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-22genpeep.c: peephole requires an rtx_insnDavid Malcolm1-2/+1
2014-08-21peephole returns an rtx_insnDavid Malcolm1-2/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+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
2012-07-09gensupport.c (init_rtx_reader_args_cb): Start counting code generating patter...Steven Bosscher1-22/+8
2012-04-16genemit.c (gen_exp): Remove ADDRESS handling.Richard Sandiford1-4/+0
2010-11-30hwint.c: New.Joseph Myers1-2/+1
2010-07-09genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez1-0/+1
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-6/+5
2006-05-06r113612@merlin: rearnsha | 2006-05-07 00:19:18 +0100Richard Earnshaw1-0/+1
2006-03-29* genpeep.c (main): Add toplev.h to included headers.David Edelsohn1-0/+1
2006-03-29genemit.c (main): Add tm-constrs.h to included headers.David Edelsohn1-2/+3
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-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-08-03gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args.Zack Weinberg1-3/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-5/+5
2003-07-05genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi1-1/+1
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-40/+14
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+5
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-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-5/+5
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2000-07-31* genpeep.c (main): Handle DEFINE_PEEPHOLE2.Denis Chertykov1-1/+2
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg1-26/+0
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson1-7/+0
2000-05-03gensupport.c: New file.Clinton Popetz1-14/+8