aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-14tree-parloops.c (separate_decls_in_region_debug_bind): Drop debug stmts setti...Jakub Jelinek1-0/+2
2009-09-03tree-parloops.c (parallelize_loops): Cast to HOST_WIDE_INT when comparing aga...H.J. Lu1-1/+2
2009-09-03tree-parloops.c (separate_decls_in_region): Add spaceRazya Ladelsky1-1/+1
2009-09-03tree-parloops.c (separate_decls_in_region): Change the condition checking if ...Razya Ladelsky1-1/+1
2009-09-03re PR tree-optimization/38275 (bootstrap failure when -ftree-parallelize-loop...Razya Ladelsky1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-3/+91
2009-08-12Measure time spent in DD analysis and in code gen.Sebastian Pop1-6/+14
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-8/+16
2009-07-30ssa-loop-manip.c: Include langhooks.h.Razya Ladelsky1-280/+214
2009-07-12tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-1/+3
2009-06-16tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-9/+16
2009-05-25tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther1-0/+10
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-2/+2
2009-03-03re PR middle-end/39335 (ICE in GCC 4.4 with -O[123] -floop-interchange)Sebastian Pop1-9/+22
2009-02-10tree-parloops.c: Change license to GPLv3.Nick Clifton1-5/+4
2008-12-11Fix testsuite/gfortran.dg/graphite/id-4.f90.Sebastian Pop1-3/+12
2008-11-19re PR tree-optimization/38156 (gcc.dg/tree-ssa/update-unswitch-1.c fails when...Razya Ladelsky1-1/+2
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-259/+257
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-17/+17
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-7/+10
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-6/+6
2008-05-20re PR tree-optimization/36181 (Simple for loop generates ICE with -ftree-para...Sebastian Pop1-0/+23
2008-05-08tree-parloops.c (create_parallel_loop): Set OMP_RETURN_NOWAIT on OMP_RETURN f...Jakub Jelinek1-2/+4
2008-04-24tree-parloops.c (take_address_of, [...]): Make them work on a region of code ...Antoniu Pop1-63/+118
2008-03-27tree-affine.h (aff_combination_expand): Declare.Zdenek Dvorak1-0/+3
2008-01-16tree-parloops (gen_parallel_loop): Revert my fix.Sebastian Pop1-1/+0
2008-01-16tree-parloops.c (gen_parallel_loop): Fix previous change, declare li.Sebastian Pop1-0/+1
2008-01-16tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for loop_ite...Jerry DeLisle1-0/+1
2008-01-16tree-parloops.c (gen_parallel_loop): Free loop bound estimations.Sebastian Pop1-0/+5
2008-01-16tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.Sebastian Pop1-0/+21
2008-01-12tree-parloops.c (transform_to_exit_first_loop): Cast nit to the correct type.Zdenek Dvorak1-0/+3
2007-12-19re PR tree-optimization/34355 (ICE: invariant not recomputed when ADDR_EXPR c...Zdenek Dvorak1-26/+53
2007-12-18tree-parloops.c (reduiction_info): Change documentation of reduction_initial ...Razya Ladelsky1-54/+23
2007-12-03re PR tree-optimization/33453 (ICE in build2_stat, at tree.c:3110 with -ftree...Jakub Jelinek1-6/+8
2007-11-26PR 34081/C++Andreas Krebbel1-1/+1
2007-11-16tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey1-2/+2
2007-11-06tree-parloops.c (reduction_info): Remove reduction_init field.Razya Ladelsky1-200/+130
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-119/+799
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-0/+1148