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-loop-distribution.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-30
re PR tree-optimization/58223 (wrong code at -O3 on x86_64-linux-gnu)
Richard Biener
1
-10
/
+11
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-17
/
+35
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-2
/
+2
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-2
/
+1
2013-04-08
tree-loop-distribution.c (const_with_all_bytes_same): New function.
Jakub Jelinek
1
-32
/
+48
2013-04-04
re PR tree-optimization/56837 (-ftree-loop-distribute-patterns generates inco...
Richard Biener
1
-4
/
+8
2013-03-04
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
1
-0
/
+3
2013-01-28
re PR tree-optimization/56034 (ICE: verify_gimple failed (invalid PHI argumen...
Richard Biener
1
-17
/
+55
2013-01-16
re PR tree-optimization/55964 (Segmentation fault with -O -ftree-loop-distrib...
Richard Biener
1
-55
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-2
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-102
/
+108
2012-11-04
invoke.texi (profile-use): update documentation.
Jan Hubicka
1
-0
/
+4
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+1
2012-10-19
re PR tree-optimization/54981 (Different code generated with / without `-g')
Richard Guenther
1
-2
/
+6
2012-09-21
re PR tree-optimization/54629 (ICE (segfault) in index_in_loop_nest tree-data...
Jakub Jelinek
1
-1
/
+5
2012-09-19
re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...
Richard Guenther
1
-0
/
+33
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-2
/
+2
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-2
/
+1
2012-08-01
graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.
Richard Guenther
1
-1
/
+1
2012-07-24
re PR middle-end/53616 (416.gamess in SPEC CPU 2006 miscompiled)
Richard Guenther
1
-10
/
+19
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-6
/
+2
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-2
/
+6
2012-06-06
re PR tree-optimization/53081 (memcpy/memset loop recognition)
Richard Guenther
1
-97
/
+170
2012-06-05
tree-loop-distribution.c (struct partition_s): Add has_writes member.
Richard Guenther
1
-25
/
+29
2012-06-05
re PR tree-optimization/53081 (memcpy/memset loop recognition)
Richard Guenther
1
-6
/
+60
2012-06-04
tree-data-ref.c (stores_from_loop): Remove.
Richard Guenther
1
-23
/
+57
2012-06-04
tree-data-ref.c (struct rdg_vertex_info): Remove.
Richard Guenther
1
-3
/
+46
2012-06-04
tree-data-ref.c (have_similar_memory_accesses_1): Remove.
Richard Guenther
1
-78
/
+110
2012-06-01
tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Handle P...
Richard Guenther
1
-2
/
+4
2012-06-01
tree-loop-distribution.c (enum partition_kind): New enum.
Richard Guenther
1
-143
/
+140
2012-05-31
tree-loop-distribution.c (struct partition_s): New struct, typedef and vector...
Richard Guenther
1
-60
/
+92
2012-05-31
tree-loop-distribution.c (stmt_has_scalar_dependences_outside_loop): Use FOR_...
Richard Guenther
1
-80
/
+18
2012-05-21
tree-loop-distribution.c (can_generate_builtin): Reject volatile stmts.
Richard Guenther
1
-1
/
+3
2012-05-18
re PR target/53346 (Bad if conversion in cptrf2 of rnflow.f90)
Richard Guenther
1
-2
/
+5
2012-03-05
cfgloop.c (verify_loop_structure): Verify dominators before using them.
Richard Guenther
1
-0
/
+2
2012-01-30
re PR tree-optimization/52028 (wrong code with -O2 -ftree-loop-distribution)
Richard Guenther
1
-1
/
+2
2012-01-03
re PR tree-optimization/51070 (ICE verify_gimple failed)
Richard Guenther
1
-3
/
+6
2011-11-10
re PR tree-optimization/51070 (ICE verify_gimple failed)
Richard Guenther
1
-47
/
+56
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-1
/
+1
2011-09-25
tree-data-ref.c (dr_analyze_innermost): Add new argument.
Ira Rosen
1
-1
/
+1
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-6
/
+5
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-3
/
+2
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-1
/
+1
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
[next]