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-parloops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-0
/
+3
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+8
2013-10-21
Re-factor inclusion of tree.h.
Diego Novillo
1
-0
/
+1
2013-10-17
tree-flow.h (struct omp_region): Move to omp-low.c.
Andrew MacLeod
1
-0
/
+1
2013-10-09
tree-flow.h: Remove all remaining prototypes...
Andrew MacLeod
1
-0
/
+59
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-08-27
Makefile.in (omp-low.o): Depend on $(TARGET_H).
Jakub Jelinek
1
-1
/
+1
2013-08-18
re PR tree-optimization/58006 (ICE compiling VegaStrike with -ffast-math -ftr...
Jakub Jelinek
1
-3
/
+12
2013-05-06
re PR tree-optimization/57185 (ICE: Segmentation fault in add_field_for_reduc...
Richard Biener
1
-3
/
+3
2013-04-26
tree-cfg.c (execute_build_cfg): Build the loop tree.
Richard Biener
1
-5
/
+0
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-122
/
+142
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-19
/
+21
2012-10-01
invoke.texi: Add documentation for the new option.
Sharad Singhai
1
-1
/
+0
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-0
/
+1
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-4
/
+4
2012-08-10
tree-ssa-pre.c (pretemp, [...]): Remove.
Richard Guenther
1
-7
/
+5
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-18
/
+21
2012-08-08
tree-call-cdce.c (check_pow): Simplify.
Richard Guenther
1
-3
/
+1
2012-08-07
tree-flow.h (copy_ssa_name_fn): New function.
Richard Guenther
1
-2
/
+2
2012-08-07
gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
Richard Guenther
1
-2
/
+0
2012-08-03
tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...
Richard Guenther
1
-1
/
+1
2012-08-02
tree-dfa.c (referenced_var_lookup): Remove.
Richard Guenther
1
-6
/
+0
2012-08-01
tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...
Richard Guenther
1
-4
/
+0
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-11
/
+5
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-5
/
+11
2012-06-22
[multiple changes]
Richard Guenther
1
-1
/
+1
2012-05-21
tree-parloops.c: Add myself to contributors, update TODO list, add link to wiki.
Razya Ladelsky
1
-5
/
+5
2012-05-20
tree-parloops.c (gen_parallel_loop): Change many_iterations_cond for outer lo...
Razya Ladelsky
1
-3
/
+20
2012-04-22
Correcting transform_to_exit_first_loop + fix to PR tree-optimization/46886
Razya Ladelsky
1
-42
/
+4
2012-04-12
tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...
Richard Guenther
1
-3
/
+6
2012-04-12
cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.
Richard Guenther
1
-1
/
+1
2012-03-05
cfgloop.c (verify_loop_structure): Verify dominators before using them.
Richard Guenther
1
-1
/
+2
2012-03-05
cfgexpand.c (gimple_expand_cfg): Free dominator info.
Richard Guenther
1
-0
/
+4
2012-02-29
re PR tree-optimization/52429 (ICE in separate_decls_in_region_debug, at tree...
Jakub Jelinek
1
-1
/
+1
2012-02-08
re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-...
Richard Guenther
1
-1
/
+4
2012-01-27
invoke.texi: Update copyright years.
Andrey Belevantsev
1
-1
/
+1
2012-01-25
tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d...
Andrey Belevantsev
1
-2
/
+9
2011-07-05
07-05-2011 Razya Ladelsky <razya@il.ibm.com>
Razya Ladelsky
1
-0
/
+34
2011-06-22
re PR debug/47858 (IPA-SRA decreases quality of debug info)
Jakub Jelinek
1
-11
/
+21
2011-06-14
re PR middle-end/45098 (Missed induction variable optimization)
Zdenek Dvorak
1
-1
/
+1
2011-01-25
Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...
Sebastian Pop
1
-0
/
+119
2010-12-30
re PR tree-optimization/47060 (ICE: SIGSEGV in reduction_phi (tree-parloops.c...
Jakub Jelinek
1
-1
/
+1
2010-12-28
Do not include unnecessary .h files.
Sebastian Pop
1
-5
/
+1
2010-12-23
Fix PR47002: memory leaks.
Sebastian Pop
1
-2
/
+5
2010-12-18
re PR tree-optimization/46969 (-fcompare-debug failure with -O -ftree-vectori...
Jakub Jelinek
1
-2
/
+21
2010-12-07
re PR debug/46799 (-fcompare-debug failure (length) with -ftree-parallelize-l...
Jakub Jelinek
1
-15
/
+25
2010-11-20
re PR debug/46561 (-fcompare-debug failure (length) with -O2 -ftree-vectorize...
Jakub Jelinek
1
-1
/
+2
2010-11-05
re PR tree-optimization/46099 (ICE: in replace_ssa_name, at tree-cfg.c:5643 w...
Jakub Jelinek
1
-13
/
+58
2010-10-21
re PR tree-optimization/46111 (ICE: tree check: expected tree that contains '...
Richard Guenther
1
-12
/
+19
[next]