summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Implement -Wimplicit-fallthrough.mpolacek1-0/+2
2018-09-07 PR c/7652mpolacek1-0/+2
2016-01-04 Update copyright years.jakub1-1/+1
2015-12-01Improve error reporting from genattrtab.crsandifo1-68/+74
2015-10-22[PATCH] Fix abort in write_eligible_delaylaw1-2/+28
2015-10-21unconditionally compile most of the delay slot codetbsaunde1-11/+5
2015-08-05gcc/rsandifo1-11/+8
2015-07-16gcc/rsandifo1-16/+21
2015-07-16gcc/rsandifo1-65/+66
2015-07-16gcc/rsandifo1-70/+64
2015-07-16gcc/rsandifo1-19/+16
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+1
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod1-7/+3
2015-06-22Use std::swap instead of manual swaps.miyuki1-5/+1
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+1
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod1-6/+0
2015-06-08 * genattrtab.c (insn_alternatives): Change type from int *jakub1-14/+15
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34921-0/+10
2015-01-05 Update copyright years.jakub1-1/+1
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+1
2014-09-15Instruction attributes take an rtx_insn *dmalcolm1-11/+8
2014-09-09recog_memoized works on an rtx_insn *dmalcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm1-3/+3
2014-08-21Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.cdmalcolm1-2/+5
2014-06-18[genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...ktkachov1-2/+9
2014-05-13gcc/rsandifo1-4/+1
2014-05-12 PR other/31778mrs1-1/+5
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-19 PR other/59545jakub1-7/+7
2013-11-19Factor unrelated declarations out of tree.h.dnovillo1-0/+3
2013-10-21Re-factor inclusion of tree.h.dnovillo1-0/+1
2013-09-28gcc/rsandifo1-6/+6
2013-01-10Update copyright years in gcc/rsandifo1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.jakub1-1/+1
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo1-1/+0
2012-11-05 * doc/md.texi (Defining Attributes): Document that we are definingamylaar1-7/+8
2012-08-232012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck1-6/+2
2012-05-21 * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.matz1-65/+231
2012-05-04 PR other/29442steven1-279/+389
2012-04-24genattrtab: avoid NULL-deref on errormeyering1-3/+4
2011-08-31gcc/rsandifo1-0/+14
2011-08-31gcc/rsandifo1-2/+9
2011-08-11gcc/rsandifo1-4/+5
2011-07-08 * genattrtab.c (evaluate_eq_attr): Allow an attribute to be definedbernds1-0/+38
2010-11-30 * hwint.c: New. Extracted from toplev.c.jsm281-2/+1
2010-07-092010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>manu1-1/+2
2010-06-21 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.jakub1-36/+237
2010-06-21 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).jakub1-16/+203
2010-06-10gcc/rsandifo1-30/+53
2010-06-10gcc/rsandifo1-1/+1