aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpreds.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-08Split class rtx_reader into md_reader vs rtx_readerDavid Malcolm1-3/+3
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm1-2/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-1/+1
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+1
2016-09-21Introduce class rtx_readerDavid Malcolm1-3/+6
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-4/+4
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm1-1/+1
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov1-19/+55
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt1-0/+2
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-19/+16
2015-07-16gensupport.h (compute_test_codes): Take a file_location rather than a line nu...Richard Sandiford1-53/+52
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-21/+3
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
2015-06-03genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as NO_MODE_TEST.Richard Sandiford1-10/+45
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+1
2015-05-26gensupport.h (compute_test_codes): Declare.Richard Sandiford1-33/+10
2015-04-17re PR target/65689 ([AArch64] S constraint fails for inline asm at -O0)Jakub Jelinek1-7/+103
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-6/+6
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-06-11common.md: New file.Richard Sandiford1-16/+8
2014-06-11system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford1-7/+0
2014-06-11genpreds.c (const_int_start, [...]): New variables.Richard Sandiford1-2/+19
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-23/+50
2014-06-11genpreds.c (write_constraint_satisfied_p_1): Replace with...Richard Sandiford1-24/+13
2014-06-11genpreds.c (write_lookup_constraint): Rename to...Richard Sandiford1-4/+43
2014-06-11md.texi (regclass_for_constraint): Rename to...Richard Sandiford1-72/+124
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-02-20genpreds.c (write_lookup_constraint): Do not compare first letter of the cons...Richard Biener1-2/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-04-12genpreds.c (process_define_predicate): Move most processing to gensupport.c.Richard Sandiford1-28/+1
2010-11-30hwint.c: New.Joseph Myers1-2/+1
2010-07-09genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez1-0/+1
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-06-10Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford1-56/+40
2010-06-10read-md.h (read_rtx_lineno): Rename to...Richard Sandiford1-1/+1
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-17/+17
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1