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
/
tree-loop-distribution.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-11
re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...
Jakub Jelinek
1
-3
/
+25
2011-01-01
tree-loop-distribution.c (tree_loop_distribution): Do not use freed memory.
Jan Hubicka
1
-2
/
+3
2010-12-28
Do not include unnecessary .h files.
Sebastian Pop
1
-8
/
+0
2010-12-23
Fix PR47002: memory leaks.
Sebastian Pop
1
-2
/
+17
2010-12-15
Fix PR45948: add ssa defs from builtin partitions to the last partition.
Sebastian Pop
1
-0
/
+98
2010-12-10
Fix PR43023: fuse_partitions_with_similar_memory_accesses.
Sebastian Pop
1
-107
/
+84
2010-12-02
Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...
Sebastian Pop
1
-29
/
+15
2010-11-09
re PR tree-optimization/46355 (ICE: SIGSEGV in create_preheader (cfgloopmanip...
Richard Guenther
1
-1
/
+6
2010-11-09
re PR tree-optimization/46177 (ICE: in prop_phis, at tree-loop-distribution.c...
Richard Guenther
1
-29
/
+6
2010-11-02
re PR tree-optimization/46177 (ICE: in prop_phis, at tree-loop-distribution.c...
Richard Guenther
1
-14
/
+7
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-14
/
+14
2010-08-19
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
Nathan Froyd
1
-12
/
+5
2010-08-02
Add -ftree-loop-distribute-patterns enabled at -O3.
Sebastian Pop
1
-13
/
+32
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-1
/
+1
2010-06-26
re PR tree-optimization/44393 (ICE: verify_ssa failed: no immediate_use list ...
Richard Guenther
1
-16
/
+18
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-3
/
+0
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-1
/
+1
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-4
/
+0
2010-04-18
fold-const.c (fold_comparison): Use ssizetype.
Eric Botcazou
1
-6
/
+3
2010-04-06
Always execute verify_loop_closed_ssa at LNO level.
Sebastian Pop
1
-1
/
+1
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+2
2010-03-10
re PR tree-optimization/43236 (-ftree-loop-distribution produces wrong code i...
Alexander Monakov
1
-0
/
+4
2010-03-02
Fix PR42640: Correctly initialize the value of the new induction variable.
Sebastian Pop
1
-2
/
+2
2010-01-23
tree-loop-distribution.c (distribute_loop): Fix declaration and initializatio...
Joern Rennecke
1
-1
/
+1
2009-12-02
re PR tree-optimization/42215 (internal compiler error: verify_stmts failed w...
Richard Henderson
1
-39
/
+35
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-2
/
+0
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-7
/
+7
2009-07-30
Add source_location support to PHI arguments.
Andrew MacLeod
1
-2
/
+5
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-18
/
+20
2009-04-15
omp-low.c (lower_rec_input_clauses): Build correct address expressions.
Richard Guenther
1
-5
/
+8
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-35
/
+3
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-10
re PR tree-optimization/39132 (wrong code generated with -ftree-loop-disttrib...
Richard Guenther
1
-1
/
+8
2009-01-29
re PR tree-optimization/39007 (-ftree-loop-distribution ICEs)
Kazu Hirata
1
-1
/
+3
2009-01-28
re PR tree-optimization/38997 (-ftree-loop-distribution ICEs)
Kazu Hirata
1
-4
/
+9
2009-01-12
re PR tree-optimization/38385 (ICE with -O2 -ftree-loop-distribution)
Tomas Bily
1
-0
/
+33
2008-12-03
re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)
Tomas Bily
1
-7
/
+23
2008-11-03
re PR bootstrap/36908 (bootstrap forever with BOOT_CFLAGS="-O2 -ftree-loop-di...
Sebastian Pop
1
-1
/
+60
2008-09-02
backport: configure: Regenerate.
Sebastian Pop
1
-14
/
+0
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-72
/
+62
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+2
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-3
/
+5
2008-02-28
invoke.texi: Document -ftree-loop-distribution.
Sebastian Pop
1
-0
/
+1173