aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-match-head.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-26gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE.Richard Biener1-1/+16
2017-06-22[Patch match.pd] Fold (A / (1 << B)) to (A >> B)James Greenhalgh1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener1-4/+4
2016-09-22re PR tree-optimization/77677 (ICE at -O1 and above in both 32-bit and 64-bit...Richard Biener1-0/+6
2016-04-20gimple-match.h (maybe_build_generic_op): Adjust prototype.Richard Biener1-5/+5
2016-03-22re PR tree-optimization/70251 (Wrong code with -O3 -march=skylake-avx512.)Richard Biener1-0/+1
2016-01-08re PR tree-optimization/69167 (internal compiler error: SSA corruption)Jakub Jelinek1-1/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-1/+1
2015-11-17Add genmatch support for internal functionsRichard Sandiford1-108/+78
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-29gimple-match-head.c (gimple_simplify): Remove premature checking of builtin_d...Richard Biener1-1/+0
2015-10-28gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs in simplifying VEC_C...Richard Biener1-1/+2
2015-10-27Don't create SSA names until in SSA formRichard Sandiford1-2/+12
2015-10-15PR67945: Fix oscillation between pow representationsRichard Sandiford1-0/+10
2015-10-09re PR middle-end/67891 (FAIL: gcc.dg/pr43300.c (internal compiler error) on a...Richard Biener1-6/+4
2015-10-01gimple-match.h (mprts_hook): Declare.Richard Biener1-0/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-08-21re PR middle-end/67285 (ICE with (rdiv (POW:s @0 REAL_CST@1) @0))Richard Biener1-0/+3
2015-08-03gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs on the rhs of ass...Richard Biener1-1/+34
2015-07-24gimple-fold.c (replace_stmt_with_simplification): Special-case valueizing cal...Richard Biener1-152/+81
2015-07-23generic-match-head.c: Include cgraph.h.Richard Biener1-0/+1
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-22Use std::swap instead of manual swaps.Mikhail Maltsev1-14/+4
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/+18
2015-05-04Revert:Jeff Law1-18/+0
2015-05-04match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New simplifier...Jeff Law1-0/+18
2015-04-21re PR tree-optimization/65650 (CCP does not propgate copies)Richard Biener1-37/+38
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-2/+2
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+2
2014-11-26fold-const.h (const_unop): Declare.Richard Biener1-5/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+6
2014-10-22Makefile.in (OBJS): Add gimple-match.o and generic-match.o.Richard Biener1-0/+838