aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-13tree.h (init_phinodes, [...]): Move ...Diego Novillo1-1/+1
2008-05-07re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek1-42/+71
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-1/+1
2008-04-03re PR middle-end/35818 (ICE on incomplete array in shared clause)Jakub Jelinek1-1/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-13re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek1-112/+105
2008-03-12re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek1-14/+42
2008-02-15re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek1-26/+10
2008-01-19re PR gcov-profile/34610 (ICE with "-fprofile-arcs -fopenmp")Jakub Jelinek1-0/+13
2008-01-08re PR middle-end/34694 (Wrong line number for uninitialized variable)Jakub Jelinek1-0/+1
2008-01-03re PR middle-end/34608 (ICE with "-ftest-coverage -fopenmp")Jakub Jelinek1-1/+19
2007-12-19omp-low.c (build_omp_regions_1): Recognition of combined parallels moved ...Zdenek Dvorak1-5/+5
2007-12-04omp-low.c (optimize_omp_library_calls): New function.Jakub Jelinek1-0/+57
2007-12-04omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek1-14/+7
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-4/+369
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-4/+42
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-288/+499
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-4/+3
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-2/+2
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-150/+152
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-02re PR libgomp/32468 (number of threads in a parallel region depends on number...Jakub Jelinek1-2/+40
2007-06-21re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek1-2/+2
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+1
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-43/+11
2007-04-23tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak1-1/+1
2007-04-14re PR c++/25874 ([gomp] ICE in calc_dfs_tree())Jakub Jelinek1-0/+10
2007-03-31omp-low.c (splay-tree.h): Include.Richard Guenther1-8/+9
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-29/+29
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-90/+58
2007-01-24re PR middle-end/30421 (incorrect warning when using firstprivate and lastpri...Jakub Jelinek1-6/+25
2006-12-30cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka1-1/+1
2006-12-20re PR middle-end/30143 ([4.2 only] OpenMP can produce invalid gimple)Andrew Pinski1-1/+43
2006-12-16omp-low.c (expand_omp_parallel): Set function properties.Jan Hubicka1-0/+2
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-1/+1
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-36/+37
2006-12-04re PR middle-end/29947 (OpenMP parallel for fails for reversed loop range)Jakub Jelinek1-26/+24
2006-12-04re PR middle-end/29965 (OpenMP vs always throw in a loop)Jakub Jelinek1-47/+103
2006-10-18omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of TSI_SAME_STMT,...Marcin Dalecki1-1/+1
2006-08-15re PR middle-end/28713 (GNU OpenMP produces type mismatches)Jakub Jelinek1-4/+10
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