summaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
Commit message (Expand)AuthorAgeFilesLines
* cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky2009-10-221-16/+50
* tree-parloops.c (separate_decls_in_region_debug_bind): Drop debug stmts setti...Jakub Jelinek2009-10-141-0/+2
* tree-parloops.c (parallelize_loops): Cast to HOST_WIDE_INT when comparing aga...H.J. Lu2009-09-031-1/+2
* tree-parloops.c (separate_decls_in_region): Add spaceRazya Ladelsky2009-09-031-1/+1
* tree-parloops.c (separate_decls_in_region): Change the condition checking if ...Razya Ladelsky2009-09-031-1/+1
* re PR tree-optimization/38275 (bootstrap failure when -ftree-parallelize-loop...Razya Ladelsky2009-09-031-1/+1
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-3/+91
* Measure time spent in DD analysis and in code gen.Sebastian Pop2009-08-121-6/+14
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-8/+16
* ssa-loop-manip.c: Include langhooks.h.Razya Ladelsky2009-07-301-280/+214
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen2009-07-121-1/+3
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen2009-06-161-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-9/+16
* tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther2009-05-251-0/+10
* tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak2009-03-041-2/+2
* re PR middle-end/39335 (ICE in GCC 4.4 with -O[123] -floop-interchange)Sebastian Pop2009-03-031-9/+22
* tree-parloops.c: Change license to GPLv3.Nick Clifton2009-02-101-5/+4
* Fix testsuite/gfortran.dg/graphite/id-4.f90.Sebastian Pop2008-12-111-3/+12
* re PR tree-optimization/38156 (gcc.dg/tree-ssa/update-unswitch-1.c fails when...Razya Ladelsky2008-11-191-1/+2
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-259/+257
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-17/+17
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-7/+10
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-6/+6
* re PR tree-optimization/36181 (Simple for loop generates ICE with -ftree-para...Sebastian Pop2008-05-201-0/+23
* tree-parloops.c (create_parallel_loop): Set OMP_RETURN_NOWAIT on OMP_RETURN f...Jakub Jelinek2008-05-081-2/+4
* tree-parloops.c (take_address_of, [...]): Make them work on a region of code ...Antoniu Pop2008-04-241-63/+118
* tree-affine.h (aff_combination_expand): Declare.Zdenek Dvorak2008-03-271-0/+3
* tree-parloops (gen_parallel_loop): Revert my fix.Sebastian Pop2008-01-161-1/+0
* tree-parloops.c (gen_parallel_loop): Fix previous change, declare li.Sebastian Pop2008-01-161-0/+1
* tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for loop_ite...Jerry DeLisle2008-01-161-0/+1
* tree-parloops.c (gen_parallel_loop): Free loop bound estimations.Sebastian Pop2008-01-161-0/+5
* tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.Sebastian Pop2008-01-161-0/+21
* tree-parloops.c (transform_to_exit_first_loop): Cast nit to the correct type.Zdenek Dvorak2008-01-121-0/+3
* re PR tree-optimization/34355 (ICE: invariant not recomputed when ADDR_EXPR c...Zdenek Dvorak2007-12-191-26/+53
* tree-parloops.c (reduiction_info): Change documentation of reduction_initial ...Razya Ladelsky2007-12-181-54/+23
* re PR tree-optimization/33453 (ICE in build2_stat, at tree.c:3110 with -ftree...Jakub Jelinek2007-12-031-6/+8
* PR 34081/C++Andreas Krebbel2007-11-261-1/+1
* tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey2007-11-161-2/+2
* tree-parloops.c (reduction_info): Remove reduction_init field.Razya Ladelsky2007-11-061-200/+130
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-119/+799
* tree-parloops.c: New file.Zdenek Dvorak2007-09-151-0/+1148