decl.c (value_annotation_hasher::handle_cache_entry): Delete.
[gcc.git] / gcc / match.pd
2015-06-25 Richard Bienerfold-const.c (fold_binary_loc): Move simplification...
2015-06-25 Richard Sandifordmatch.pd: Add patterns for vec_conds between 1 and 0.
2015-06-23 Marek Polacekmatch.pd ((x + y) - (x | y) -> x & y, (x + y) - (x...
2015-06-22 Marek Polacekmatch.pd ((x ^ y) ^ (x | y) -> x & y, (x & y) + (x...
2015-06-11 Marek Polacek* match.pd ((x & y) ^ (x | y)): Don't check for single_use.
2015-06-11 Marek Polacekmatch.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
2015-06-11 Marek Polacek* match.pd: Use single_use throughout.
2015-06-09 Marek Polacekre PR tree-optimization/66299 (more optimize opportunity)
2015-06-09 Richard Bienerre PR tree-optimization/66423 (a % (1 << b) no longer...
2015-05-26 Richard Bienerfold-const.c (fold_binary_loc): Move X % -Y -> X %...
2015-05-26 Marc Glissematch.pd (swapped_tcc_comparison): New operator list.
2015-05-22 Marc Glissere PR other/63387 (Optimize pairs of isnan() calls...
2015-05-22 Marc Glissematch.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y...
2015-05-21 Jakub Jelinekre PR tree-optimization/66233 (internal compiler error...
2015-05-21 Richard Bienerre PR c++/66211 (Rvalue conversion in ternary operator...
2015-05-19 Jakub Jelinekre PR rtl-optimization/66187 (wrong code at -O1, -O2...
2015-05-15 Marc Glissere PR tree-optimization/64454 (optimize (x%5)%5)
2015-05-14 Marc Glissegeneric-match-head.c (types_match): Handle non-types.
2015-05-07 Jeff Lawmatch.pd (bit_and (plus/minus (convert @0) (convert...
2015-05-04 Jeff LawRevert:
2015-05-04 Jeff Lawmatch.pd (bit_and (plus/minus (convert @0) (convert...
2015-05-01 Rasmus Villemoesmatch.pd: New simplification patterns.
2015-04-14 Marc Glissere PR other/63387 (Optimize pairs of isnan() calls...
2015-02-13 Jeff Lawre PR rtl-optimization/47477 (Sub-optimal mov at end...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-17 Marek Polacekre PR middle-end/63568 (Missed optimization (a & ~mask...
2014-12-16 Marek Polacekre PR middle-end/64309 (if (1 & (1 << n)) not simplifie...
2014-12-15 Richard Bienerre PR tree-optimization/64295 (ICE: SIGSEGV (infinite...
2014-12-10 Marc Glissereal.h (HONOR_NANS): Replace macro with 3 overloaded...
2014-12-03 Richard Bienerre PR tree-optimization/14541 ([tree-ssa] built-in...
2014-12-02 Richard Bienermatch.pd: When combining divisions exclude the degenera...
2014-12-02 Richard Bienermatch.pd: Restrict division combining to trunc_div...
2014-12-01 Richard Bienerre PR tree-optimization/15346 ([tree-ssa] combine two...
2014-12-01 Richard Bienerre PR tree-optimization/64126 (FAIL: gcc.dg/pr37289...
2014-11-20 Richard Bienerre PR tree-optimization/63962 ([x86] Code pessimization...
2014-11-18 Marc Glissetree.c (element_mode, [...]): New functions.
2014-11-17 Richard Bienerre PR tree-optimization/63898 (r217560 caused segfault...
2014-11-14 Richard Bienermatch.pd: Implement more binary patterns exercised...
2014-11-13 Richard Bienermatch.pd: Add tcc_comparison...
2014-11-13 Marek Polacektree.h (TYPE_OVERFLOW_SANITIZED): Define.
2014-11-13 Richard Bienermatch.pd: Implement conditional expression patterns.
2014-11-13 Richard Bienerre PR tree-optimization/61559 (FAIL: gcc.dg/builtin...
2014-11-12 Marek Polacekfold-const.c (fold_binary_loc): Don't fold if the resul...
2014-11-12 Richard Bienermatch.pd: Implement simple complex operations cancelling.
2014-11-12 Richard Bienerre PR bootstrap/63821 (ICE in verify_gimple during...
2014-11-11 Richard Bienermatch.pd: Implement patterns from associate_plusminus...
2014-11-10 Richard Bienermatch.pd: Implement pattern from simplify_mult.
2014-11-10 Richard Bienermatch.pd: Implement pattern from simplify_conversion_fr...
2014-11-10 Richard Bienermatch.pd: Move rest of the conversion combining pattern...
2014-11-09 Richard Bienermatch.pd: Add patterns convering two conversions in...
2014-11-07 Richard Bienerre PR middle-end/63770 (ICE on valid code at all optimi...
2014-11-07 Richard Bienermatch.pd: Add patterns for POINTER_PLUS_EXPR associatio...
2014-11-06 Richard Bienermatch.pd: Implement bitwise binary and unary simplifica...
2014-11-03 Richard Bienermatch.pd: Add two abs patterns.
2014-10-30 Richard Bienermatch.pd: Implement more patterns that simplify to...
2014-10-29 Richard Bienermatch.pd: Implement a first set of conversion patterns.
2014-10-27 Richard Bienermatch.pd (0 % X): Properly use the iterator iterating...
2014-10-24 Richard Bienergenmatch.c (expr::gen_transform): Use fold_buildN_loc...
2014-10-22 Richard BienerMakefile.in (OBJS): Add gimple-match.o and generic...