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-if-conv.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-18
tree-ifcvt: Add zero maskload else value.
Robin Dapp
1
-2
/
+10
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-4
/
+4
2024-10-16
PR116510: Add missing fold_converts into tree switch if conversion
Andi Kleen
1
-3
/
+6
2024-10-07
middle-end: reorder masking priority of math functions
Victor Do Nascimento
1
-9
/
+9
2024-10-02
middle-end: Fix ifcvt predicate generation for masked function calls
Victor Do Nascimento
1
-1
/
+13
2024-08-29
Use std::unique_ptr for optinfo_item
David Malcolm
1
-0
/
+1
2024-08-26
Remove an unneeded include that was added by mistake.
Andi Kleen
1
-1
/
+0
2024-08-25
Support if conversion for switches
Andi Kleen
1
-5
/
+88
2024-06-18
Enhance if-conversion for automatic arrays
Richard Biener
1
-6
/
+5
2024-05-31
tree-optimization/115278 - fix DSE in if-conversion wrt volatiles
Richard Biener
1
-1
/
+3
2024-03-04
tree-optimization/114197 - unexpected if-conversion for vectorization
Richard Biener
1
-4
/
+19
2024-02-07
tree-optimization/113796 - if-conversion and ranges
Richard Biener
1
-16
/
+25
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-24
middle-end: Support vectorization of loops with multiple exits.
Tamar Christina
1
-1
/
+1
2023-12-13
tree-optimization/112991 - re-do PR112961 fix
Richard Biener
1
-15
/
+9
2023-12-12
tree-optimization/112961 - include latch in if-conversion CSE
Richard Biener
1
-2
/
+7
2023-11-15
tree-optimization/112282 - wrong-code with ifcvt hoisting
Richard Biener
1
-23
/
+21
2023-11-07
vect/ifcvt: Add vec_cond fallback and check for vector versioning.
Robin Dapp
1
-13
/
+28
2023-11-02
ifcvt/vect: Emit COND_OP for conditional scalar reduction.
Robin Dapp
1
-15
/
+34
2023-11-02
tree-optimization/112320 - bougs debug IL after SCCP
Richard Biener
1
-18
/
+1
2023-10-20
ifcvt: Don't lower bitfields with non-constant offsets [PR 111882]
Andre Vieira
1
-1
/
+11
2023-10-20
ifcvt: Support bitfield lowering of multiple-exit loops
Tamar Christina
1
-50
/
+58
2023-10-18
ifcvt: rewrite args handling to remove lookups
Tamar Christina
1
-42
/
+88
2023-10-18
middle-end: ifcvt: Allow any const IFN in conditional blocks
Tamar Christina
1
-5
/
+10
2023-10-18
middle-end: updated niters analysis to handle multiple exits.
Tamar Christina
1
-0
/
+7
2023-10-02
Revert "ifcvt: replace C++ sort with vec::qsort [PR109154]"
Tamar Christina
1
-23
/
+6
2023-10-02
ifcvt: replace C++ sort with vec::qsort [PR109154]
Tamar Christina
1
-6
/
+23
2023-09-27
ifcvt: Fix comments
Juzhe-Zhong
1
-3
/
+3
2023-07-17
Fix bootstrap failure (with g++ 4.8.5) in tree-if-conv.cc.
Roger Sayle
1
-1
/
+2
2023-07-14
ifcvt: Sort PHI arguments not only occurrences but also complexity [PR109154]
Tamar Christina
1
-21
/
+54
2023-07-14
ifcvt: Reduce comparisons on conditionals by tracking truths [PR109154]
Tamar Christina
1
-26
/
+111
2023-06-21
Move can_vec_mask_load_store_p and get_len_load_store_mode from "optabs-query...
Ju-Zhe Zhong
1
-1
/
+1
2023-04-26
More last_stmt removal
Richard Biener
1
-8
/
+3
2023-04-15
if-conv: Small improvement for expansion of complex PHIs [PR109154]
Jakub Jelinek
1
-6
/
+6
2023-04-11
if-conv: Restore MASK_CALL conversion [PR108888]
Andre Vieira
1
-2
/
+3
2023-03-29
tree-optimization/109154 - improve if-conversion for vectorization
Richard Biener
1
-5
/
+19
2023-03-14
ifcvt: Lower bitfields only if suitable for scalar register [PR 109005]
Andre Vieira
1
-3
/
+3
2023-02-23
Fix memory leak in if-conversion
Richard Biener
1
-4
/
+5
2023-02-23
tree-optimization/108888 - call if-conversion
Richard Biener
1
-7
/
+10
2023-02-22
vect: inbranch SIMD clones
Andrew Stubbs
1
-3
/
+38
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-13
tree-optimization/108076 - if-conversion and forced labels
Richard Biener
1
-2
/
+12
2022-11-29
tree-optimization/106995 - if-conversion and vanishing loops
Richard Biener
1
-1
/
+2
2022-11-09
Change the name of array_at_struct_end_p to array_ref_flexible_size_p
Qing Zhao
1
-4
/
+3
2022-10-18
ifcvt: Do not lower bitfields if we can't analyze dr's [PR107275]
Andre Vieira
1
-15
/
+15
2022-10-13
ifcvt: Fix bitpos calculation in bitfield lowering [PR107229]
Andre Vieira
1
-4
/
+28
2022-10-11
vect: Teach vectorizer how to handle bitfield accesses
Andre Vieira
1
-29
/
+284
2022-09-01
middle-end: Add MULT_EXPR recognition for cond scalar reduction
konglin1
1
-0
/
+1
2022-07-04
Put virtual operands into loop-closed SSA
Richard Biener
1
-1
/
+1
[next]