summaryrefslogtreecommitdiff
path: root/gcc/genpreds.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
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-28genpreds.c (write_predicate_subfunction): Also add ATTRIBUTE_UNUSED to OP par...Joern Rennecke
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-12-08Split class rtx_reader into md_reader vs rtx_readerDavid Malcolm
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-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-21Introduce class rtx_readerDavid Malcolm
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov
2016-01-04Update copyright years.Jakub Jelinek
2015-12-23Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford
2015-07-16gensupport.h (compute_test_codes): Take a file_location rather than a line nu...Richard Sandiford
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod
2015-06-03genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as NO_MODE_TEST.Richard Sandiford
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-05-26gensupport.h (compute_test_codes): Declare.Richard Sandiford
2015-04-17re PR target/65689 ([AArch64] S constraint fails for inline asm at -O0)Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
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-06-11common.md: New file.Richard Sandiford
2014-06-11system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford
2014-06-11genpreds.c (const_int_start, [...]): New variables.Richard Sandiford
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford
2014-06-11genpreds.c (write_constraint_satisfied_p_1): Replace with...Richard Sandiford
2014-06-11genpreds.c (write_lookup_constraint): Rename to...Richard Sandiford
2014-06-11md.texi (regclass_for_constraint): Rename to...Richard Sandiford
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-02-20genpreds.c (write_lookup_constraint): Do not compare first letter of the cons...Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2011-04-12genpreds.c (process_define_predicate): Move most processing to gensupport.c.Richard Sandiford
2010-11-30hwint.c: New.Joseph Myers