aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-16re PR middle-end/27573 (ICE with -fopenmp -fprofile-generate)Jakub Jelinek1-15/+21
2006-05-15omp-low.c (check_omp_nesting_restrictions): New function.Jakub Jelinek1-0/+82
2006-05-15re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate)Jakub Jelinek1-0/+4
2006-05-02re PR c++/26943 ([gomp] firstprivate + lastprivate uses inefficient barrier)Jakub Jelinek1-11/+54
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek1-5/+13
2006-05-02re PR middle-end/27328 (ICE with -fopenmp and goto)Jakub Jelinek1-6/+16
2006-05-02re PR middle-end/27325 (ICE with enabled exceptions and -fopenmp)Jakub Jelinek1-4/+7
2006-05-01omp-low.c (dump_omp_region): Add newlines.Diego Novillo1-2/+2
2006-04-26re PR middle-end/25989 (gomp ICE with -O2 and schedule(guided))Jakub Jelinek1-7/+3
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-485/+466
2006-03-22re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson1-3/+6
2006-03-13re PR middle-end/25989 (gomp ICE with -O2 and schedule(guided))Jakub Jelinek1-1/+3
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-01-29re PR c++/25874 ([gomp] ICE in calc_dfs_tree())Diego Novillo1-11/+16
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-17/+17
2006-01-23omp-low.c: Update documentation.Diego Novillo1-8/+3
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-736/+1776
2006-01-18[multiple changes]Diego Novillo1-0/+3309