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-loop-distribution.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]