summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
Commit message (Expand)AuthorAgeFilesLines
* poly_int: SUBREG_BYTERichard Sandiford2017-11-161-0/+1
* poly_int: IN_TARGET_CODERichard Sandiford2017-11-161-0/+1
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-2/+2
* * genattrtab.c (write_eligible_delay): Verify DELAY_INSN stilllaw2017-04-121-0/+3
* Update copyright years.jakub2017-01-011-1/+1
* 2016-11-15 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-11-151-132/+55
* read-md.c: Move various state to within class rtx_readerdmalcolm2016-10-181-5/+5
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* read-md.c: track column numbersdmalcolm2016-10-041-2/+2
* * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.mpolacek2016-09-291-0/+2
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-0/+2
* PR c/7652mpolacek2016-08-121-0/+2
* Make argv const char ** in read_md_files etcdmalcolm2016-05-061-1/+1
* Reduce nesting of parentheses in conditionals generated by genattrtabppalka2016-04-271-8/+23
* Update copyright years.jakub2016-01-041-1/+1
* Improve error reporting from genattrtab.crsandifo2015-12-011-68/+74
* [PATCH] Fix abort in write_eligible_delaylaw2015-10-221-2/+28
* unconditionally compile most of the delay slot codetbsaunde2015-10-211-11/+5
* gcc/rsandifo2015-08-051-11/+8
* gcc/rsandifo2015-07-161-16/+21
* gcc/rsandifo2015-07-161-65/+66
* gcc/rsandifo2015-07-161-70/+64
* gcc/rsandifo2015-07-161-19/+16
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-7/+3
* Use std::swap instead of manual swaps.miyuki2015-06-221-5/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-0/+1
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* * genattrtab.c (insn_alternatives): Change type from int *jakub2015-06-081-14/+15
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+10
* Update copyright years.jakub2015-01-051-1/+1
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+1
* Instruction attributes take an rtx_insn *dmalcolm2014-09-151-11/+8
* recog_memoized works on an rtx_insn *dmalcolm2014-09-091-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-3/+3
* Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.cdmalcolm2014-08-211-2/+5
* [genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...ktkachov2014-06-181-2/+9
* gcc/rsandifo2014-05-131-4/+1
* PR other/31778mrs2014-05-121-1/+5
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR other/59545jakub2013-12-191-7/+7
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* gcc/rsandifo2013-09-281-6/+6
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-1/+0
* * doc/md.texi (Defining Attributes): Document that we are definingamylaar2012-11-051-7/+8
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-6/+2
* * genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.matz2012-05-211-65/+231