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/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
2015-10-15
PR67945: Fix oscillation between pow representations
Richard Sandiford
1
-107
/
+132
2015-10-15
re PR tree-optimization/67953 (match.pd: X - (X / Y) * Y wrong on change of s...
Marek Polacek
1
-1
/
+2
2015-10-14
re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-lin...
Richard Biener
1
-4
/
+8
2015-10-13
To...
Richard Sandiford
1
-5
/
+12
2015-10-09
[PATCH V3][GCC] Algorithmic optimization in match and simplify
Andre Vieira
1
-7
/
+53
2015-10-09
genmatch.c (print_operand): Fix formatting.
Richard Biener
1
-6
/
+4
2015-10-08
Move sqrt and cbrt simplifications to match.pd
Richard Sandiford
1
-0
/
+41
2015-10-05
Add a build_real_truncate helper function
Richard Sandiford
1
-4
/
+2
2015-10-05
Remove remaining uses of REAL_ARITHMETIC
Richard Sandiford
1
-4
/
+4
2015-09-03
re PR tree-optimization/67351 (Missed optimisation on 64-bit field compared t...
Naveen H.S
1
-0
/
+14
2015-08-31
Move some comparison simplifications to match.pd
Marc Glisse
1
-1
/
+30
2015-08-31
Move some complex simplifications to match.pd
Marc Glisse
1
-4
/
+35
2015-08-26
fold-const.c (fold_binary_loc): Move Optimize root(x)*root(y) as root(x*y) to...
Naveen H.S
1
-3
/
+27
2015-08-21
fold-const.c (fold_binary_loc): Move sqrt(x)*sqrt(x) as x to match.pd.
Naveen H.S
1
-1
/
+65
2015-08-17
re PR tree-optimization/16107 (missed optimization with some math function bu...
Richard Biener
1
-0
/
+9
2015-08-13
re PR middle-end/25529 ((unsigned * 2)/2 is not changed into unsigned &0x7FFF...
Naveen H.S
1
-0
/
+8
2015-08-05
re PR middle-end/67120 (wrong code for volatile pointers at -O1 and above on ...
Richard Biener
1
-3
/
+4
2015-08-05
re PR c/67107 (ICE: SIGSEGV in tree_class_check with -frounding-math -funsafe...
Richard Biener
1
-2
/
+2
2015-08-04
gimple-fold.c (gimple_fold_stmt_to_constant_1): Canonicalize bool compares on...
Richard Biener
1
-0
/
+5
2015-08-03
genmatch.c (simplify::for_subst_vec): New member.
Richard Biener
1
-2
/
+6
2015-07-31
fold-const.c (fold_binary_loc): Remove X ^ C1 == C2 -> X == (C1 ^ C2) which i...
Richard Biener
1
-2
/
+25
2015-07-30
genmatch.c (verbose): New global.
Richard Biener
1
-2
/
+3
2015-07-30
re PR middle-end/67053 (FAIL: experimental/optional/constexpr/make_optional.cc)
Richard Biener
1
-1
/
+1
2015-07-29
match.pd: Merge address comparison patterns and make them handle some more ca...
Richard Biener
1
-38
/
+43
2015-07-28
match.pd: Add more simplification of address comparisons.
Richard Biener
1
-0
/
+40
2015-07-28
match.pd: Re-order two cases in comparison with max/min value simplification ...
Richard Biener
1
-6
/
+6
2015-07-28
fold-const.c (fold_comparison): Remove equality folding of decl addresses ...
Richard Biener
1
-8
/
+13
2015-07-24
fold-const.c (fold_binary_loc): Move simplifying of comparisons against the h...
Richard Biener
1
-0
/
+67
2015-07-24
fold-const.c (maybe_canonicalize_comparison_1): Move A code CST canonicalizat...
Richard Biener
1
-0
/
+17
2015-07-24
genmatch.c (add_operator): Allow SSA_NAME as predicate.
Richard Biener
1
-0
/
+15
2015-07-24
re PR middle-end/25530 ((unsigned / 2)*2 is not changed into unsigned &~1)
Naveen H.S
1
-0
/
+6
2015-07-24
re PR middle-end/25529 ((unsigned * 2)/2 is not changed into unsigned &0x7FFF...
Naveen H.S
1
-1
/
+10
2015-07-23
generic-match-head.c: Include cgraph.h.
Richard Biener
1
-1
/
+22
2015-07-23
re PR middle-end/66916 (FAIL: gcc.target/arm/pr43920-2.c object-size text <= 54)
Richard Biener
1
-1
/
+2
2015-07-21
re PR tree-optimization/66948 (Performance regression in bit manipulation code)
Richard Biener
1
-1
/
+1
2015-07-21
[match.pd] PR middle-end/66915 Restrict A - B -> A + (-B) to non-fixed-point ...
Kyrylo Tkachov
1
-2
/
+2
2015-07-17
fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
Marek Polacek
1
-0
/
+6
2015-07-16
fold-const.c (fold_widened_comparison): Remove.
Richard Biener
1
-0
/
+56
2015-07-15
fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var and bool_var =...
Richard Biener
1
-12
/
+41
2015-07-15
genmatch.c (parser::peek, [...]): Add argument to tell how many tokens to pee...
Richard Biener
1
-180
/
+186
2015-07-14
genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
Richard Biener
1
-132
/
+126
2015-07-10
fold-const.c (distribute_bit_expr): Remove.
Richard Biener
1
-8
/
+43
2015-07-09
genmatch.c (struct expr): Add force_single_use flag.
Richard Biener
1
-22
/
+15
2015-07-07
fold-const.c (fold_binary_loc): Move (X & C2) << C1 -> (X << C1) & (C2 << C1)...
Richard Biener
1
-1
/
+18
2015-07-07
re PR tree-optimization/66739 (FAIL: gcc.target/aarch64/subs.c scan-assembler...
Richard Biener
1
-2
/
+3
2015-07-06
match.pd: Remove element_mode inside HONOR_*.
Marc Glisse
1
-19
/
+17
2015-07-06
re PR tree-optimization/66759 (ICE in generic-match.c on 456.hmmer)
Richard Biener
1
-1
/
+1
2015-07-06
re PR tree-optimization/66757 (wrong code at -O1 and above on x86_64-linux-gnu)
Eric Botcazou
1
-1
/
+2
2015-07-03
fold-const.c (fold_mathfn_compare): Remove.
Richard Biener
1
-17
/
+195
2015-07-03
fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
Richard Biener
1
-0
/
+15
[prev]
[next]