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
2023-05-24
PR middle-end/109840: Preserve popcount/parity type in match.pd.
Roger Sayle
1
-10
/
+17
2023-05-21
atch.pd: Ensure (op CONSTANT_CLASS_P CONSTANT_CLASS_P) is simplified [PR109505]
Jakub Jelinek
1
-10
/
+10
2023-05-16
MATCH: [PR109424] Simplify min/max of boolean arguments
Andrew Pinski
1
-0
/
+8
2023-05-14
MATCH: Add pattern for `signbit(x) ? x : -x` into abs (and swapped)
Andrew Pinski
1
-0
/
+10
2023-05-12
MATCH: Fix PR 109834, ICE with popcount combined with bswap
Andrew Pinski
1
-2
/
+2
2023-05-12
tree-optimization/109791 - simplify (unsigned)&foo - (unsigned)(&foo + o)
Richard Biener
1
-0
/
+12
2023-05-11
aarch64: convert vector shift + bitwise and + multiply to vector compare
mtsamis
1
-0
/
+61
2023-05-11
match.pd: Simplify popcount(X&Y)+popcount(X|Y) as popcount(X)+popcount(Y)
Roger Sayle
1
-0
/
+19
2023-05-11
match.pd: Simplify popcount/parity of bswap/rotate.
Roger Sayle
1
-0
/
+50
2023-05-05
MATCH: Add ABSU<a> == 0 to a == 0 simplification
Andrew Pinski
1
-5
/
+6
2023-05-02
MATCH: Port CLRSB part of builtin_zero_pattern
Andrew Pinski
1
-0
/
+8
2023-05-02
tree-optimization: [PR109702] MATCH: Fix a ? func(a) : N patterns
Andrew Pinski
1
-8
/
+8
2023-04-30
MATCH: add some of what phiopt's builtin_zero_pattern did
Andrew Pinski
1
-2
/
+39
2023-04-28
PHIOPT: Move two_value_replacement to match.pd
Andrew Pinski
1
-0
/
+94
2023-04-28
MATCH: Add patterns from phiopt's minmax_replacement
Andrew Pinski
1
-0
/
+16
2023-04-28
MATCH: Factor out code that for min max detection with constants
Andrew Pinski
1
-28
/
+1
2023-04-27
wrong GIMPLE from (bit_field_ref CTOR ..) simplification
Richard Biener
1
-2
/
+7
2023-04-26
Remove some uses of deprecated irange API.
Aldy Hernandez
1
-5
/
+5
2023-04-22
match.pd: Fix fneg/fadd optimization [PR109583]
Jakub Jelinek
1
-1
/
+2
2023-04-18
match.pd: Improve fneg/fadd optimization [PR109240]
Jakub Jelinek
1
-54
/
+67
2023-04-04
sanitizer: missing signed integer overflow errors [PR109107]
Marek Polacek
1
-3
/
+3
2023-03-26
match.pd: Fix up fneg/fadd simplification [PR109230]
Jakub Jelinek
1
-0
/
+1
2023-02-18
Remove #if GIMPLE around 1 - a pattern
Andrew Pinski
1
-2
/
+0
2023-02-14
Simplify "1 - bool_val" to "bool_val ^ 1"
Andrew Pinski
1
-0
/
+13
2023-02-09
match.pd: Simplify BFR of insert when extracting exactly all inserted bits [P...
Jakub Jelinek
1
-3
/
+6
2023-02-09
match.pd: When simplifying BFR of an insert, require a mode precision integra...
Andrew Pinski
1
-1
/
+3
2023-01-27
Add support for conditional xorsign [PR96373]
Richard Sandiford
1
-0
/
+14
2023-01-12
PR tree-optimization/92342: Optimize b & -(a==c) in match.pd
Roger Sayle
1
-3
/
+13
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-21
Fix PR 105532: match.pd patterns calling tree_nonzero_bits with vector types
Andrew Pinski
1
-11
/
+14
2022-12-12
middle-end: simplify complex if expressions where comparisons are inverse of ...
Tamar Christina
1
-0
/
+55
2022-12-12
Revert parts of ADDR_EXPR/CONSTRUCTOR treatment change in match.pd
Richard Biener
1
-7
/
+15
2022-12-12
tree-optimization/89317 - another pattern for &p->x != p + 4
Richard Biener
1
-1
/
+1
2022-12-11
tree-optimization/89317 - missed folding of (p + 4) - &p->d
Richard Biener
1
-0
/
+11
2022-12-11
Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magically
Richard Biener
1
-8
/
+4
2022-12-08
tree-optimization/107699 - missed &data._M_elems + _1 != &data._M_elems folding
Richard Biener
1
-8
/
+13
2022-12-05
match.pd: Don't fold nan < x etc. for -ftrapping-math [PR106805]
Jakub Jelinek
1
-0
/
+2
2022-12-02
match.pd: rewrite select to branchless expression
Michael Collison
1
-0
/
+24
2022-11-28
Fix comment for (A / (1 << B)) -> (A >> B).
Andrew Pinski
1
-1
/
+1
2022-11-26
tree-optimization/103356 Add missing (~a) == b folding for _Bool
Andrew Pinski
1
-0
/
+7
2022-11-17
Fix PR 107734: valgrind errors with sbitmap in match.pd
Andrew Pinski
1
-0
/
+2
2022-11-17
middle-end: ensure that VEC_PERM operands get lowered to the same SSA_NAME. [...
Tamar Christina
1
-2
/
+2
2022-11-17
middle-end: replace GET_MODE_WIDER_MODE with GET_MODE_NEXT_MODE
Tamar Christina
1
-4
/
+7
2022-11-15
Optimize VEC_PERM_EXPR with same permutation index and operation
Hongyu Wang
1
-0
/
+54
2022-11-14
middle-end: Fix addsub patch removing return statements
Tamar Christina
1
-39
/
+39
2022-11-14
middle-end: Add optimized float addsub without needing VEC_PERM_EXPR.
Tamar Christina
1
-0
/
+59
2022-11-14
remove duplicate match.pd patterns
Richard Biener
1
-33
/
+30
2022-10-21
match.pd: Fix up gcc.dg/pr54346.c on i686-linux [PR54346]
Jakub Jelinek
1
-1
/
+10
2022-10-19
match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990]
Jakub Jelinek
1
-4
/
+6
2022-10-13
diagnose return statement in match.pd (with { ... } expressions
Richard Biener
1
-148
/
+145
[prev]
[next]