aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)Author
2017-04-12 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN stillJeff Law
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-152016-11-15 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-04read-md.c: track column numbersDavid Malcolm
2016-09-29 * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.Marek Polacek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-08-12 PR c/7652Marek Polacek
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-04-27Reduce nesting of parentheses in conditionals generated by genattrtabPatrick Palka
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-01Improve error reporting from genattrtab.cRichard Sandiford
2015-10-22[PATCH] Fix abort in write_eligible_delayJeff Law
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders
2015-08-05gcc/Richard Sandiford
2015-07-16gcc/Richard Sandiford
2015-07-16gcc/Richard Sandiford
2015-07-16gcc/Richard Sandiford
2015-07-16gcc/Richard Sandiford
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-08 * genattrtab.c (insn_alternatives): Change type from int *Jakub Jelinek
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-09-15Instruction attributes take an rtx_insn *David Malcolm
2014-09-09recog_memoized works on an rtx_insn *David Malcolm
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm
2014-08-21Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.cDavid Malcolm
2014-06-18[genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...Kyrylo Tkachov
2014-05-13gcc/Richard Sandiford
2014-05-12 PR other/31778Mike Stump
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-19 PR other/59545Jakub Jelinek
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-10-21Re-factor inclusion of tree.h.Diego Novillo
2013-09-28gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-05 * doc/md.texi (Defining Attributes): Document that we are definingJoern Rennecke
2012-08-232012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-05-21 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.Michael Matz
2012-05-04 PR other/29442Steven Bosscher
2012-04-24genattrtab: avoid NULL-deref on errorJim Meyering
2011-08-31gcc/Richard Sandiford