llvm-project/clang/test/OpenMP
Alexey Bataev 7ff5524f7e [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting
llvm-svn: 211262
2014-06-19 09:13:45 +00:00
..
for_ast_print.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
for_collapse_messages.cpp [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). 2014-06-18 04:14:57 +00:00
for_firstprivate_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
for_lastprivate_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
for_loop_messages.cpp [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). 2014-06-18 04:14:57 +00:00
for_misc_messages.c [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). 2014-06-18 04:14:57 +00:00
for_private_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
for_reduction_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
linking.c [OPENMP] Fixed linked libraries for libiomp5 on Linux 2014-03-07 07:43:52 +00:00
no_option.c [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
no_option_no_warn.c [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
openmp_common.c [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
option_warn.c OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
parallel_ast_print.cpp [OPENMP] Initial support of 'reduction' clause 2014-06-16 07:08:35 +00:00
parallel_codegen.cpp allow optional signext attribute 2014-06-02 21:47:14 +00:00
parallel_copyin_messages.cpp [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
parallel_default_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_firstprivate_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_if_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
parallel_num_threads_messages.cpp [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
parallel_private_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
parallel_proc_bind_messages.cpp [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind' 2014-05-06 06:04:14 +00:00
parallel_reduction_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
parallel_shared_messages.cpp [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
predefined_macro.c [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support) 2014-03-06 12:27:56 +00:00
simd_aligned_messages.cpp [OPENMP] Initial support of 'reduction' clause 2014-06-16 07:08:35 +00:00
simd_ast_print.cpp [OPENMP] Parsing/Sema for OMPLasprivateClause. 2014-06-04 13:06:39 +00:00
simd_collapse_messages.cpp Parsing/Sema for OMPCollapseClause. 2014-05-27 15:12:19 +00:00
simd_lastprivate_messages.cpp [OPENMP] Improved diagnostic messages for vars with the predetermined data sharing attributes and reformatting 2014-06-19 09:13:45 +00:00
simd_linear_messages.cpp [OPENMP] Initial support of 'reduction' clause 2014-06-16 07:08:35 +00:00
simd_loop_messages.cpp [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). 2014-06-18 04:14:57 +00:00
simd_metadata.c This patch adds a helper class (CGLoopInfo) for marking memory instructions with llvm.mem.parallel_loop_access metadata. 2014-05-22 08:54:05 +00:00
simd_misc_messages.c [OPENMP] Parsing/Sema for OMPLasprivateClause. 2014-06-04 13:06:39 +00:00
simd_private_messages.cpp [OPENMP] Missed test for 'simd private' 2014-03-06 11:48:22 +00:00
simd_safelen_messages.cpp [OPENMP] parsing of clause 'safelen' (for directive 'omp simd') 2014-03-21 04:51:18 +00:00
threadprivate_ast_print.cpp [OPENMP] Small update in threadprivate variables processing to fix template instantiation. 2014-03-07 08:03:37 +00:00
threadprivate_messages.cpp Rnamed Class to TestClass 2014-06-06 03:41:14 +00:00