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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-23
re PR tree-optimization/47849 (ICE: SIGSEGV in find_edge (cfganal.c:491) with...
Richard Guenther
1
-0
/
+2
2011-01-25
Fix PR47271: only if-convert full writes.
Sebastian Pop
1
-0
/
+23
2010-12-23
Fix PR47002: memory leaks.
Sebastian Pop
1
-2
/
+6
2010-11-10
Fix PR45971: do not predicate condition phi nodes that are scev analyzable.
Sebastian Pop
1
-3
/
+7
2010-11-09
re PR tree-optimization/46036 (verify_ssa failed: definition in block 3 follo...
Sebastian Pop
1
-1
/
+1
2010-10-14
re PR tree-optimization/46008 (Floating point condexpr not vectorized)
Jakub Jelinek
1
-1
/
+4
2010-09-03
Use DR_IS_WRITE instead of !DR_IS_READ.
Sebastian Pop
1
-2
/
+2
2010-08-24
Speed-up ifcvt_memrefs_wont_trap caching previous results.
Sebastian Pop
1
-4
/
+66
2010-08-24
Do not check whether memory references accessed in every iteration trap.
Sebastian Pop
1
-67
/
+204
2010-08-24
Add flag -ftree-loop-if-convert-stores.
Sebastian Pop
1
-54
/
+248
2010-07-09
Outline fold_or_predicates from add_to_predicate_list.
Sebastian Pop
1
-18
/
+21
2010-07-08
Call maybe_fold_or_comparisons to fold OR-ed predicates.
Sebastian Pop
1
-7
/
+83
2010-07-08
Add the -ftree-loop-if-convert flag.
Sebastian Pop
1
-1
/
+4
2010-06-25
Do not insert statements computing the true predicate.
Sebastian Pop
1
-0
/
+9
2010-06-25
Use reset_bb_predicate whenever the predicate of a BB should be reset to true.
Sebastian Pop
1
-4
/
+13
2010-06-25
Call cleanup_tree_cfg after if-conversion.
Sebastian Pop
1
-7
/
+10
2010-06-25
Add a debug counter for the tree-ssa level if-conversion.
Sebastian Pop
1
-1
/
+3
2010-06-11
Fix PR44483: incrementally gimplify BB predicates to avoid redundant computat...
Sebastian Pop
1
-48
/
+187
2010-06-02
Only reset the GIMPLE_DEBUG information in the code gen of if-conversion.
Sebastian Pop
1
-14
/
+22
2010-06-02
Fix PR44363: don't abort when the ifcvt analysis fails to recognize a Gimple ...
Sebastian Pop
1
-6
/
+3
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-29
Don't use unshare_expr when not necessary.
Sebastian Pop
1
-33
/
+30
2010-05-29
Do not use annotations on edges in if-conversion.
Sebastian Pop
1
-55
/
+15
2010-05-28
Don't generate COND_EXPRs for degenerate_phi_result.
Sebastian Pop
1
-15
/
+21
2010-05-28
Check the if-convertibility of phi nodes in non predicated BBs.
Sebastian Pop
1
-4
/
+4
2010-05-26
Do not check the if-convertibility of statements that are not predicated.
Sebastian Pop
1
-3
/
+18
2010-05-26
Reorganize the analysis of basic block predication.
Sebastian Pop
1
-163
/
+150
2010-05-26
Remove conditions in the code generation of if-conversion.
Sebastian Pop
1
-31
/
+35
2010-05-26
Don't handle BBs with more than 2 preds or succs.
Sebastian Pop
1
-0
/
+4
2010-05-26
Avoid if-conversion of loops in which the data dependence analysis fails.
Sebastian Pop
1
-0
/
+14
2010-05-26
Do not compute/free CDI_POST_DOMINATORS.
Sebastian Pop
1
-4
/
+0
2010-05-26
Make tree_if_conversion not return a bool.
Sebastian Pop
1
-6
/
+4
2010-05-26
Fix comments.
Sebastian Pop
1
-5
/
+5
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-1
/
+3
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-1
/
+0
2010-04-08
Fix comments, simplify logic.
Sebastian Pop
1
-123
/
+104
2010-04-08
Remove unused parameter.
Sebastian Pop
1
-15
/
+7
2010-04-07
Fix comments.
Sebastian Pop
1
-12
/
+13
2010-04-07
Sort static functions in topological order.
Sebastian Pop
1
-294
/
+259
2010-04-07
Fix comments in ifconvert.
Sebastian Pop
1
-65
/
+60
2010-04-06
Always execute verify_loop_closed_ssa at LNO level.
Sebastian Pop
1
-1
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-6
/
+6
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-1
/
+12
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-3
/
+5
2009-05-11
passes.c (init_optimization_passes): Strip now incorrect comment.
Richard Guenther
1
-1
/
+1
2009-05-01
ipa-reference.c: Do not include c-common.h, include splay-tree.h.
Steven Bosscher
1
-1
/
+0
2009-04-17
df.h: Include "timevar.h".
Ian Lance Taylor
1
-2
/
+3
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-146
/
+138
[next]