index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
match.pd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-04
re PR tree-optimization/71563 (Regression in GCC-7.0.0's optimizer.)
Jakub Jelinek
1
-0
/
+15
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-21
match.pd (max:c @0 (plus@2 @0 INTEGER_CST@1)): New Pattern.
Naveen H.S
1
-0
/
+18
2016-12-10
re PR tree-optimization/78720 (Illegal instruction in generated code)
Jakub Jelinek
1
-6
/
+11
2016-12-07
re PR middle-end/78691 (ICE compiling Linux boot code)
Bin Cheng
1
-1
/
+2
2016-12-05
match.pd: Simplify X ? C : 0 where C is a power of 2 and X tests a single bit.
Paolo Bonzini
1
-0
/
+28
2016-12-02
match.pd: Add new pattern: (cond (cmp (convert?
Bin Cheng
1
-0
/
+100
2016-11-29
re PR rtl-optimization/78546 (wrong code at -O2 and above)
Richard Biener
1
-2
/
+9
2016-11-25
re PR middle-end/78507 (ICE: tree check: expected integer_type or enumeral_ty...
Bin Cheng
1
-14
/
+16
2016-11-24
match.pd: Refine type conversion in result expr for below pattern: (cond (cmp...
Bin Cheng
1
-3
/
+4
2016-11-23
fold-const.c (fold_cond_expr_with_comparison): Move simplification for A == C...
Bin Cheng
1
-27
/
+41
2016-11-23
fold-const.c (fold_cond_expr_with_comparison): Move simplification for A cmp ...
Bin Cheng
1
-0
/
+61
2016-11-23
re PR middle-end/71762 (~X & Y to X < Y doesn't work for uninitialized values)
Richard Biener
1
-27
/
+0
2016-11-23
fold-const.c (tree_expr_nonzero_p): Make non-static.
Naveen H.S
1
-0
/
+25
2016-11-20
Simplify X /[ex] 8 == 0
Marc Glisse
1
-0
/
+30
2016-11-20
Simplify X / X, 0 / X and X % X
Marc Glisse
1
-4
/
+22
2016-11-14
Implement P0217R3 - C++17 structured bindings
Jakub Jelinek
1
-2
/
+9
2016-11-07
re PR middle-end/35691 (Missed (a == 0) && (b == 0) into (a|(typeof(a)(b)) ==...
Prathamesh Kulkarni
1
-0
/
+12
2016-10-27
match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add support for c...
Bin Cheng
1
-5
/
+9
2016-10-27
match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)): New pattern.
Bin Cheng
1
-0
/
+11
2016-10-21
tree-ssa-loop-split.c: Remove trailing spaces.
Eric Botcazou
1
-1
/
+1
2016-10-20
re PR tree-optimization/53979 (((a ^ b) | a) not optimized to (a | b))
Prathamesh Kulkarni
1
-0
/
+6
2016-10-17
re PR tree-optimization/71636 (Missed optimization in variable alignment test)
Prathamesh Kulkarni
1
-0
/
+6
2016-10-13
re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)
Richard Biener
1
-18
/
+12
2016-10-12
match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint on the convers...
Richard Biener
1
-4
/
+2
2016-10-05
re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)
Richard Biener
1
-3
/
+7
2016-10-05
match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
Richard Biener
1
-0
/
+8
2016-10-05
re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))
Richard Biener
1
-0
/
+7
2016-10-04
re PR middle-end/77407 (Optimize integer i / abs (i) into the sign of i)
Richard Biener
1
-3
/
+3
2016-09-29
re PR middle-end/77407 (Optimize integer i / abs (i) into the sign of i)
Richard Biener
1
-2
/
+15
2016-09-29
re PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EXPR(a))
Richard Biener
1
-0
/
+7
2016-08-31
match.pd: Revert a * (1 << b) relaxation.
Marc Glisse
1
-2
/
+1
2016-08-19
match.pd (x | 0 -> x): Add.
Richard Biener
1
-4
/
+9
2016-08-12
Fix PR middle-end/71654 (missed shortening of a compare)
Patrick Palka
1
-1
/
+3
2016-08-06
match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable transfor...
Prathamesh Kulkarni
1
-3
/
+9
2016-07-27
re PR middle-end/71078 (x/abs(x) -> sign(1.0,x))
Prathamesh Kulkarni
1
-0
/
+14
2016-07-26
re PR middle-end/70920 (if ((intptr_t)ptr == 0) doesn't get simplified to if ...
Richard Biener
1
-0
/
+9
2016-07-20
cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
Uros Bizjak
1
-2
/
+2
2016-07-19
builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...
Uros Bizjak
1
-2
/
+2
2016-06-29
match.pd ((T)(T2)x -> (T)x): Remove restriction on final precision not matchi...
Richard Biener
1
-8
/
+3
2016-06-13
Move optimize_minmax_comparison to match.pd
Marc Glisse
1
-0
/
+32
2016-06-10
* match.pd (-1 / B < A): Use :c to avoid pattern duplication.
Alexander Monakov
1
-12
/
+2
2016-06-07
re PR tree-optimization/71423 (wrong code at -Os and above on x86_64-linux-gnu)
Richard Biener
1
-2
/
+6
2016-06-01
re PR tree-optimization/71311 (spec2006 test case 416.gamess fails since r235...
Richard Biener
1
-2
/
+3
2016-06-01
match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
Richard Biener
1
-40
/
+5
2016-06-01
genmatch.c (comparison_code_p): New predicate.
Richard Biener
1
-2
/
+2
2016-05-30
match.pd: optimize unsigned mul overflow check
Alexander Monakov
1
-0
/
+19
2016-05-23
match.pd: Relax some tree_nop_conversion_p
Marc Glisse
1
-15
/
+21
2016-05-20
PR71206: inconsistent types after match.pd transformation
Marc Glisse
1
-1
/
+1
2016-05-17
Fold bit_not through ASR and rotate
Mikhail Maltsev
1
-0
/
+21
[next]