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
/
tree-ssa-phiopt.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
[prange] Use type agnostic range in phiopt [PR115191]
Aldy Hernandez
1
-3
/
+2
2024-05-20
PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]
Andrew Pinski
1
-0
/
+12
2024-04-30
PHIOPT: Value-replacement check undef
Andrew Pinski
1
-0
/
+7
2024-04-30
PHI-OPT: speed up value_replacement slightly
Andrew Pinski
1
-7
/
+15
2024-04-30
MATCH: change single_non_singleton_phi_for_edges for singleton phis
Andrew Pinski
1
-8
/
+0
2024-04-09
Fix up duplicated words mostly in comments, part 2
Jakub Jelinek
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-09
phiopt: Fix ICE with large --param l1-cache-line-size= [PR112887]
Jakub Jelinek
1
-4
/
+3
2023-11-14
Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309]
Jakub Jelinek
1
-6
/
+60
2023-10-24
Improve factor_out_conditional_operation for conversions and constants
Andrew Pinski
1
-3
/
+13
2023-09-26
PHIOPT: Fix minmax_replacement for three way
Andrew Pinski
1
-2
/
+7
2023-09-10
Fix PR 111331: wrong code for `a > 28 ? MIN<a, 28> : 29`
Andrew Pinski
1
-4
/
+4
2023-08-28
PHIOPT: Add dump for match and simplify and early phiopt
Andrew Pinski
1
-26
/
+44
2023-08-10
phiopt: Fix phiopt ICE on vops [PR102989]
Jakub Jelinek
1
-1
/
+11
2023-08-02
PHIOPT: Mark the conditional lhs and rhs as to look at to see if DCEable
Andrew Pinski
1
-5
/
+16
2023-07-21
tree-optimization/88540 - FP x > y ? x : y if-conversion without -ffast-math
Richard Biener
1
-5
/
+16
2023-07-19
[PATCH] Fix tree-opt/110252: wrong code due to phiopt using flow sensitive in...
Andrew Pinski
1
-3
/
+48
2023-07-04
tree-optimization/110491 - PHI-OPT and undefs
Richard Biener
1
-0
/
+7
2023-07-04
Use mark_ssa_maybe_undefs in PHI-OPT
Richard Biener
1
-2
/
+6
2023-05-08
PHIOPT: factor out unary operations instead of just conversions
Andrew Pinski
1
-25
/
+31
2023-05-08
PHIOPT: Loop over calling factor_out_conditional_conversion
Andrew Pinski
1
-12
/
+15
2023-05-08
PHIOPT: Add diamond bb form to factor_out_conditional_conversion
Andrew Pinski
1
-1
/
+1
2023-05-04
PHIOPT: Fix diamond case of match_simplify_replacement
Andrew Pinski
1
-3
/
+26
2023-05-04
PHIOPT: Improve replace_phi_edge_with_variable for diamond shapped bb
Andrew Pinski
1
-1
/
+34
2023-05-04
PHIOPT: Improve replace_phi_edge_with_variable's dce_ssa_names slightly
Andrew Pinski
1
-2
/
+3
2023-05-04
Rename last_stmt to last_nondebug_stmt
Richard Biener
1
-2
/
+2
2023-05-02
PHIOPT: small refactoring of match_simplify_replacement.
Andrew Pinski
1
-33
/
+24
2023-05-01
PHIOPT: Update comment about what the pass now does
Andrew Pinski
1
-31
/
+36
2023-05-01
Conversion to irange wide_int API.
Aldy Hernandez
1
-1
/
+2
2023-04-30
PHIOPT: Allow moving of some builtin calls
Andrew Pinski
1
-4
/
+31
2023-04-28
PHIOPT: Move two_value_replacement to match.pd
Andrew Pinski
1
-155
/
+2
2023-04-27
PHIOPT: Allow MIN/MAX to have up to 2 MIN/MAX expressions for early phiopt
Andrew Pinski
1
-1
/
+15
2023-04-27
PHIOPT: Move store_elim_worker into pass_cselim::execute
Andrew Pinski
1
-131
/
+119
2023-04-27
PHIOPT: Rename tree_ssa_phiopt_worker to pass_phiopt::execute
Andrew Pinski
1
-204
/
+181
2023-04-27
PHIOPT: Split out store elimination from phiopt
Andrew Pinski
1
-54
/
+126
2023-04-26
Remove some uses of deprecated irange API.
Aldy Hernandez
1
-13
/
+4
2023-04-24
PHIOPT: Add support for diamond shaped bb to match_simplify_replacement
Andrew Pinski
1
-6
/
+31
2023-04-24
PHIOPT: Ignore predicates for match-and-simplify phi-opt
Andrew Pinski
1
-2
/
+20
2023-04-24
PHIOPT: Factor out some code from match_simplify_replacement
Andrew Pinski
1
-44
/
+62
2023-04-24
PHIOPT: Allow other diamond uses when do_hoist_loads is true
Andrew Pinski
1
-4
/
+1
2023-04-24
PHIOPT: Cleanup tree_ssa_phiopt_worker code
Andrew Pinski
1
-105
/
+107
2023-04-24
PHIOPT: Move check on diamond bb to tree_ssa_phiopt_worker from minmax_replac...
Andrew Pinski
1
-6
/
+8
2023-04-24
This replaces uses of last_stmt where we do not require debug skipping
Richard Biener
1
-18
/
+14
2023-04-22
PHIOPT: Improve readability of tree_ssa_phiopt_worker
Andrew Pinski
1
-25
/
+21
2023-04-22
PHIOPT: Improve minmax diamond detection for phiopt1
Andrew Pinski
1
-2
/
+1
2023-04-18
PHIOPT: Move tree_ssa_cs_elim into pass_cselim::execute.
Andrew Pinski
1
-61
/
+57
2023-04-18
PHIOPT: add folding/simplification detail to the dump
Andrew Pinski
1
-0
/
+29
2023-04-18
PHIOPT: small cleanup in match_simplify_replacement
Andrew Pinski
1
-3
/
+2
2023-04-17
PHIOPT: Remove gate_hoist_loads prototype
Andrew Pinski
1
-1
/
+0
2023-01-30
Fix PR 108582: ICE due to PHI-OPT removing a still in use ssa_name.
Andrew Pinski
1
-0
/
+5
[next]