summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01Remove clobber_highRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-08-06Generation support for CLOBBER_HIGHAlan Hayward
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-10-12genrecog.c (validate_pattern): For VEC_SELECT verify that CONST_INT selectors...Jakub Jelinek
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford
2017-07-05Remove enum before machine_modeRichard Sandiford
2017-05-14allow constructing a auto_vec with a preallocation, and a possibly larger act...Trevor Saunders
2017-03-24genrecog.c (validate_pattern): Add VEC_SELECT validation.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-21make recog () take a rtx_insn *Trevor Saunders
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
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-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme
2016-07-13genrecog.c (special_predicate_operand_p): New function.Andrew Burgess
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-03-15genrecog: Fix crash on invalid inputSegher Boessenkool
2016-01-23re PR bootstrap/69434 (bootstrap failed with --with-arch=corei7 --with-cpu=co...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-23Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt
2015-08-05gensupport.h (get_c_test): Declare.Richard Sandiford
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25hash-table.h: Update comments.Richard Sandiford
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod
2015-06-13gensupport.h (add_implicit_parallel): Declare.Richard Sandiford
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev
2015-05-21genrecog: Address -Wsign-compare diagnostics.Thomas Schwinge
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford
2015-05-11genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE for define_...Richard Sandiford
2015-05-02recog_data::insn can be a rtx_insn *Trevor Saunders
2015-05-01genrecog.c (test): Rename to rtx_test.Richard Sandiford
2015-04-30genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests are for the...Richard Sandiford
2015-04-29Makefile.in (build/genrecog.o): Depend on inchash.h.Richard Sandiford
2015-04-24genrecog.c (validate_pattern): Check matching constraint refers to a lower nu...Chen Gang
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-19Re: [Patch] Teach genrecog/genoutput that scratch registers require write con...James Greenhalgh
2014-09-19[Patch] Teach genrecog/genoutput that scratch registers require write constr...James Greenhalgh