aboutsummaryrefslogtreecommitdiff
path: root/gcc/generic-match-head.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-05re PR tree-optimization/91734 (gcc skip an if statement with "-O1 -ffast-math")Jakub Jelinek1-0/+1
2019-07-03Add dbgcnt for gimple_match and generic_match.Martin Liska1-1/+1
2019-05-20gimple-match-head.c: Include vec-perm-indices.h.Richard Biener1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization)Jakub Jelinek1-0/+9
2018-02-13re PR middle-end/84309 (Wrong-code with -ffast-math)Jakub Jelinek1-0/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-22[Patch match.pd] Fold (A / (1 << B)) to (A >> B)James Greenhalgh1-0/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+0
2017-04-04re PR c++/80297 (Compiler time crash: type mismatch in binary expression)Jakub Jelinek1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-17Add genmatch support for internal functionsRichard Sandiford1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+7
2015-10-15PR67945: Fix oscillation between pow representationsRichard Sandiford1-0/+9
2015-07-23generic-match-head.c: Include cgraph.h.Richard Biener1-0/+2
2015-07-16fold-const.c (fold_widened_comparison): Remove.Richard Biener1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-14generic-match-head.c (types_match): Handle non-types.Marc Glisse1-1/+7
2015-05-07match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New simplifier...Jeff Law1-0/+16
2015-05-04Revert:Jeff Law1-16/+0
2015-05-04match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New simplifier...Jeff Law1-0/+16
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+6
2014-10-24genmatch.c (expr::gen_transform): Use fold_buildN_loc and build_call_expr_loc.Richard Biener1-1/+1
2014-10-22Makefile.in (OBJS): Add gimple-match.o and generic-match.o.Richard Biener1-0/+48