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/gfortran-test
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-15
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-15
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
2025-08-30
phiopt, math-opts: Adjust spaceship_replacement and optimize_spaceship for re...
Jakub Jelinek
1
-128
/
+133
2025-06-08
cselim: Move else_vdef definition to the usage
Andrew Pinski
1
-3
/
+5
2025-06-08
phi-opt: Do limited form of cselim from phiopt [PR120533]
Andrew Pinski
1
-0
/
+49
2025-06-08
cselim: change how to detect no load/stores after store in single_trailing_st...
Andrew Pinski
1
-10
/
+12
2025-06-08
cselim: Use get_virtual_phi instead of a loop in cond_if_else_store_replacement
Andrew Pinski
1
-8
/
+1
2025-06-06
cselim: Update the vop manually for cond_if_else_store replacement
Andrew Pinski
1
-3
/
+12
2025-05-30
tree-optimization/120341 - stores into STRING_CSTs can trap
Richard Biener
1
-2
/
+3
2025-05-18
phiopt: Use mark_lhs_in_seq_for_dce instead of doing it inline
Andrew Pinski
1
-10
/
+3
2025-05-08
tree-optimization/120043 - bogus conditional store elimination
Richard Biener
1
-1
/
+7
2025-05-08
phiopt: Use rewrite_to_defined_overflow in move_stmt [PR116938]
Andrew Pinski
1
-23
/
+3
2025-05-01
phiopt: Remove special case for a sequence after match and simplify for early...
Andrew Pinski
1
-14
/
+2
2025-04-25
phiopt: Remove calls.h include [PR119811]
Andrew Pinski
1
-1
/
+0
2025-04-16
Fix wrong optimization of conditional expression with enumeration type
Eric Botcazou
1
-3
/
+6
2025-03-09
phiopt: Fix value_replacement for middle bb having phi nodes [PR118922]
Andrew Pinski
1
-0
/
+4
2025-02-03
tree-optimization/118717 - store commoning vs. abnormals
Richard Biener
1
-1
/
+3
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-03
phiopt: Reset the number of iterations information of a loop when changing an...
Andrew Pinski
1
-0
/
+11
2024-12-01
Thanks for the feedback on the first version of the patch. Accordingly:
Jovan Vukic
1
-18
/
+30
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-21
phiopt: Improve spaceship_replacement for HONOR_NANS [PR117612]
Jakub Jelinek
1
-26
/
+87
2024-11-21
phiopt: Fix a pasto in spaceship_replacement [PR117612]
Jakub Jelinek
1
-1
/
+1
2024-10-28
phiopt: Move check for maybe_undef_p slightly earlier
Andrew Pinski
1
-7
/
+7
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-4
/
+4
2024-10-19
phiopt: do factor_out_conditional_operation for all phis [PR112418]
Andrew Pinski
1
-63
/
+146
2024-10-10
phiopt: Remove candorest variable return instead
Andrew Pinski
1
-6
/
+1
2024-10-02
phiopt: Fix VCE moving by rewriting it into cast [PR116098]
Andrew Pinski
1
-1
/
+27
2024-10-01
phi-opt: Improve factor heurstic with constants and conversions from bool [PR...
Andrew Pinski
1
-1
/
+9
2024-09-17
phiopt: C++ify cond_if_else_store_replacement
Andrew Pinski
1
-14
/
+11
2024-09-17
phiopt: Add some details dump to cselim
Andrew Pinski
1
-0
/
+21
2024-09-14
phi-opt: Improve heuristics for factoring out with constant (again) [PR116699]
Andrew Pinski
1
-0
/
+6
2024-09-13
Fix factor_out_conditional_operation heuristics for constants
Andrew Pinski
1
-6
/
+8
2024-09-09
phiopt: Move the common code between pass_phiopt and pass_cselim into a seper...
Andrew Pinski
1
-153
/
+100
2024-09-09
phiopt: Use gimple_phi_result rather than PHI_RESULT [PR116643]
Andrew Pinski
1
-8
/
+8
2024-09-09
phiopt: Small refactoring/cleanup of non-ssa name case of factor_out_conditio...
Andrew Pinski
1
-62
/
+60
2024-08-31
phiopt: Ignore some nop statements in heursics [PR116098]
Andrew Pinski
1
-2
/
+7
2024-08-29
Use std::unique_ptr for optinfo_item
David Malcolm
1
-0
/
+1
2024-08-20
phi-opt: Fix for failing maybe_push_res_to_seq in factor_out_conditional_oper...
Andrew Pinski
1
-10
/
+20
2024-08-18
PHIOPT: move factor_out_conditional_operation over to use gimple_match_op
Andrew Pinski
1
-37
/
+29
2024-08-15
PHIOPT: Fix comment before factor_out_conditional_operation
Andrew Pinski
1
-1
/
+1
2024-06-18
Enhance if-conversion for automatic arrays
Richard Biener
1
-3
/
+1
2024-06-17
Rename Value_Range to value_range.
Aldy Hernandez
1
-2
/
+2
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
[next]