llvm-capstone/clang/test/OpenMP
Alexey Bataev e927ca74ee [OPENMP] Initial support for -fopenmp-simd option.
Added basic support for `-fopenmp-simd` options.

llvm-svn: 321558
2017-12-29 17:36:15 +00:00
..
atomic_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
atomic_capture_codegen.cpp [Atomic][X8664] set max atomic inline width according to the target 2017-09-22 16:30:00 +00:00
atomic_codegen.cpp [Lit Test] Make tests C++11 compatible - nothrow destructors 2017-01-09 18:24:16 +00:00
atomic_messages.c [OpenMP] Ignore parens in atomic capture 2016-07-20 19:41:17 +00:00
atomic_messages.cpp [OpenMP] Ignore parens in atomic capture 2016-07-20 19:41:17 +00:00
atomic_read_codegen.c [Atomic][X8664] set max atomic inline width according to the target 2017-09-22 16:30:00 +00:00
atomic_update_codegen.cpp [Atomic][X8664] set max atomic inline width according to the target 2017-09-22 16:30:00 +00:00
atomic_write_codegen.c [Atomic][X8664] set max atomic inline width according to the target 2017-09-22 16:30:00 +00:00
barrier_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
barrier_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
barrier_messages.cpp [OPENMP] Fix for declarative/standalone directives use. 2016-01-13 11:18:54 +00:00
cancel_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
cancel_codegen_cleanup.cpp Fix double destruction of objects when OpenMP construct is canceled 2017-07-27 16:28:20 +00:00
cancel_codegen.cpp [OpenMP] Remove barriers at cancel and cancellation point 2017-02-17 18:32:51 +00:00
cancel_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
cancel_messages.cpp [OpenMP] Generate better diagnostics for cancel and cancellation point 2017-02-22 06:49:10 +00:00
cancellation_point_ast_print.cpp [OPENMP 4.0] Initial support for 'omp cancellation point' construct. 2015-07-01 06:57:41 +00:00
cancellation_point_codegen.cpp [OpenMP] Fix cancellation point in task with no cancel 2017-02-17 18:32:58 +00:00
cancellation_point_messages.cpp [OpenMP] Generate better diagnostics for cancel and cancellation point 2017-02-22 06:49:10 +00:00
capturing_in_templates.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
critical_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
critical_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
critical_messages.cpp [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. 2015-12-15 08:19:24 +00:00
debug-info-openmp-array.cpp Fix for PR30639: CGDebugInfo Null dereference with OpenMP array 2016-10-13 09:52:46 +00:00
declare_reduction_ast_print.c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. 2016-03-03 05:21:39 +00:00
declare_reduction_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
declare_reduction_codegen.c Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'. 2016-12-23 00:23:01 +00:00
declare_reduction_codegen.cpp [OPENMP] Fix PR34927: Emit initializer for reduction array with declare 2017-10-12 20:03:39 +00:00
declare_reduction_messages.c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. 2016-03-03 05:21:39 +00:00
declare_reduction_messages.cpp [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in 2017-09-06 14:49:58 +00:00
declare_simd_ast_print.c [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive. 2016-04-12 11:02:11 +00:00
declare_simd_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
declare_simd_codegen.cpp [OPENMP] Codegen declare simd for function declarations. 2017-12-15 16:28:31 +00:00
declare_simd_messages.cpp Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
declare_target_ast_print.cpp [OpenMP] Diagnose function name on the link clause 2017-12-12 20:08:12 +00:00
declare_target_messages.cpp [OpenMP] Diagnose function name on the link clause 2017-12-12 20:08:12 +00:00
distribute_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
distribute_codegen.cpp [OPENMP] Fix for PR33922: New ident_t flags for 2017-09-06 16:17:35 +00:00
distribute_collapse_messages.cpp [Lit Test] Make tests C++11 compatible - OpenMP constant expressions 2017-02-03 18:58:34 +00:00
distribute_dist_schedule_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
distribute_dist_schedule_messages.cpp Add OpenMP dist_schedule clause to distribute directive and related regression tests. 2016-01-15 18:50:31 +00:00
distribute_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
distribute_firstprivate_messages.cpp [OPENMP] Simplify analysis of data-sharing attributes. 2017-07-21 17:24:30 +00:00
distribute_lastprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
distribute_parallel_for_ast_print.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_codegen.cpp [OPENMP] Add support for cancel constructs in [teams] distribute 2017-11-22 20:19:50 +00:00
distribute_parallel_for_collapse_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_copyin_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_default_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_dist_schedule_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
distribute_parallel_for_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_if_codegen.cpp [clang] Remove redundant check-prefix=CHECK from tests. NFC. 2017-07-17 17:31:44 +00:00
distribute_parallel_for_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
distribute_parallel_for_lastprivate_codegen.cpp [OPENMP] Simplify codegen for loop iteration variables in loop preamble. 2017-12-08 20:18:58 +00:00
distribute_parallel_for_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_messages.cpp [OPENMP] Do not allow linear clauses on non-simd distribute 2017-11-29 18:20:04 +00:00
distribute_parallel_for_num_threads_codegen.cpp Minor fix for distribute_parallel_for_num_threads_codegen on AARCH64 2017-04-25 18:59:37 +00:00
distribute_parallel_for_num_threads_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_private_codegen.cpp Recommit of 2017-04-25 17:52:12 +00:00
distribute_parallel_for_private_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_proc_bind_codegen.cpp Recommit of 2017-04-25 17:52:12 +00:00
distribute_parallel_for_proc_bind_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
distribute_parallel_for_schedule_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_shared_messages.cpp Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
distribute_parallel_for_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
distribute_parallel_for_simd_ast_print.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_simd_codegen.cpp [OPENMP] Codegen for distribute parallel for simd directive. 2017-11-27 19:38:58 +00:00
distribute_parallel_for_simd_collapse_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_copyin_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_default_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_dist_schedule_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_simd_if_codegen.cpp [OPENMP] Codegen for distribute parallel for simd directive. 2017-11-27 19:38:58 +00:00
distribute_parallel_for_simd_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
distribute_parallel_for_simd_lastprivate_codegen.cpp [OPENMP] Simplify codegen for loop iteration variables in loop preamble. 2017-12-08 20:18:58 +00:00
distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_simd_linear_messages.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
distribute_parallel_for_simd_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_simd_misc_messages.c [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_parallel_for_simd_num_threads_codegen.cpp [OPENMP] Codegen for distribute parallel for simd directive. 2017-11-27 19:38:58 +00:00
distribute_parallel_for_simd_num_threads_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_private_codegen.cpp [OPENMP] Codegen for distribute parallel for simd directive. 2017-11-27 19:38:58 +00:00
distribute_parallel_for_simd_private_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_proc_bind_codegen.cpp [OPENMP] Codegen for distribute parallel for simd directive. 2017-11-27 19:38:58 +00:00
distribute_parallel_for_simd_proc_bind_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
distribute_parallel_for_simd_safelen_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_schedule_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_shared_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_parallel_for_simd_simdlen_messages.cpp [OpenMP] Sema and parse for 'distribute parallel for simd' 2016-07-05 05:00:15 +00:00
distribute_private_codegen.cpp [OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host code generation 2017-01-03 18:24:42 +00:00
distribute_private_messages.cpp [OPENMP] Simplify analysis of data-sharing attributes. 2017-07-21 17:24:30 +00:00
distribute_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
distribute_simd_ast_print.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_simd_codegen.cpp [OPENMP] Codegen for distribute simd directive. 2017-12-04 15:38:33 +00:00
distribute_simd_collapse_messages.cpp [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
distribute_simd_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
distribute_simd_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
distribute_simd_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_simd_lastprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
distribute_simd_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
distribute_simd_linear_messages.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
distribute_simd_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
distribute_simd_misc_messages.c [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
distribute_simd_private_codegen.cpp [OPENMP] Codegen for distribute simd directive. 2017-12-04 15:38:33 +00:00
distribute_simd_private_messages.cpp [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
distribute_simd_reduction_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
distribute_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
distribute_simd_safelen_messages.cpp [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
distribute_simd_simdlen_messages.cpp [OpenMP] Sema and parsing for 'distribute simd' pragma 2016-07-06 04:45:38 +00:00
driver.c [OPENMP] Initial support for -fopenmp-simd option. 2017-12-29 17:36:15 +00:00
dump.cpp Re-commit r321223, which adds a printing policy to the ASTDumper. 2017-12-21 21:42:42 +00:00
flush_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
flush_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
flush_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
for_codegen.cpp [OPENMP] Simplify codegen for loop iteration variables in loop preamble. 2017-12-08 20:18:58 +00:00
for_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
for_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
for_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_lastprivate_codegen.cpp [OPENMP] Simplify codegen for loop iteration variables in loop preamble. 2017-12-08 20:18:58 +00:00
for_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
for_linear_codegen.cpp [OPENMP] Simplify codegen for loop iteration variables in loop preamble. 2017-12-08 20:18:58 +00:00
for_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
for_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_ordered_clause.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
for_private_codegen.cpp [OPENMP] Capture references to global variables. 2017-10-06 16:17:25 +00:00
for_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_reduction_codegen_UDR.cpp Fix PR35542: Correct adjusting of private reduction variable 2017-12-06 19:15:28 +00:00
for_reduction_codegen.cpp Fix PR35542: Correct adjusting of private reduction variable 2017-12-06 19:15:28 +00:00
for_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
for_schedule_messages.cpp [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. 2015-12-28 07:25:51 +00:00
for_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
for_simd_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
for_simd_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
for_simd_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
for_simd_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_simd_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
for_simd_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_simd_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
for_simd_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_simd_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
for_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
for_simd_safelen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
for_simd_schedule_messages.cpp [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. 2015-12-28 07:25:51 +00:00
for_simd_simdlen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
function-attr.cpp Add a test case for r251476. 2015-10-28 02:32:19 +00:00
is_initial_device.c [OpenMP] Implement omp_is_initial_device() as builtin 2017-10-17 14:28:14 +00:00
linking.c [OPENMP] Initial support for -fopenmp-simd option. 2017-12-29 17:36:15 +00:00
loops_explicit_clauses_codegen.cpp [OPENMP] Fix for LCV in simd directives in explicit clauses. 2016-04-22 03:56:56 +00:00
master_ast_print.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
master_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
master_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
nesting_of_regions.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
no_option_no_warn.c
no_option.c
nvptx_data_sharing.cpp [OpenMP] Further adjustments of nvptx runtime functions 2017-12-27 10:39:56 +00:00
nvptx_parallel_codegen.cpp [OpenMP] Adjust arguments of nvptx runtime functions 2017-11-22 14:46:49 +00:00
nvptx_param_translate.c [OPENMP] Fix compiler crash on argument translate for NVPTX. 2017-08-15 14:34:04 +00:00
nvptx_target_codegen.cpp [OpenMP] Adjust arguments of nvptx runtime functions 2017-11-22 14:46:49 +00:00
nvptx_target_firstprivate_codegen.cpp Parse and print DIExpressions inline to ease IR and MIR testing 2017-08-23 20:31:27 +00:00
nvptx_target_parallel_codegen.cpp [OpenMP] Codegen for the 'target parallel' directive on the NVPTX device. 2017-01-18 19:35:00 +00:00
nvptx_target_parallel_num_threads_codegen.cpp [OpenMP] Support for the num_threads-clause on 'target parallel' on the NVPTX device. 2017-01-25 01:18:34 +00:00
nvptx_target_parallel_proc_bind_codegen.cpp [OpenMP] Support for the proc_bind-clause on 'target parallel' on the NVPTX device. 2017-01-25 16:55:10 +00:00
nvptx_target_parallel_reduction_codegen.cpp [OpenMP] Parallel reduction on the NVPTX device. 2017-02-16 16:20:16 +00:00
nvptx_target_printf_codegen.c [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device. 2017-01-29 20:49:31 +00:00
nvptx_target_teams_codegen.cpp [OpenMP] Further adjustments of nvptx runtime functions 2017-12-27 10:39:56 +00:00
nvptx_teams_codegen.cpp [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. 2016-06-30 21:22:08 +00:00
nvptx_teams_reduction_codegen.cpp [OpenMP] Adjust arguments of nvptx runtime functions 2017-11-22 14:46:49 +00:00
openmp_check.cpp [Lit Test] Make tests C++11 compatible - Parse OpenMP 2017-02-08 19:46:15 +00:00
openmp_common.c [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with openmp directive 2015-08-12 07:10:54 +00:00
openmp_offload_codegen.cpp [OpenMP] Add an additional test for D34888 2017-09-27 14:31:08 +00:00
openmp_seh.c [OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows 2017-01-20 08:57:28 +00:00
openmp_win_codegen.cpp [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks. 2017-11-02 18:55:05 +00:00
option_warn.c
ordered_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
ordered_codegen.cpp [OPENMP] Unify generation of outlined function calls. 2017-08-04 19:10:54 +00:00
ordered_doacross_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
ordered_messages.cpp [OpenMP] fix seg-faults printing diagnostics with invalid ordered(n) values 2017-09-19 21:04:23 +00:00
parallel_ast_print.cpp [OPENMP] Fix DSA analysis for threadprivates after deserialization. 2017-11-14 21:01:01 +00:00
parallel_codegen.cpp [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions. 2017-10-24 19:52:31 +00:00
parallel_copyin_codegen.cpp [OPENMP] Allow runtime insert its own code inside OpenMP regions. 2016-03-29 05:34:15 +00:00
parallel_copyin_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_default_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_firstprivate_codegen.cpp Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. 2016-06-16 18:39:34 +00:00
parallel_firstprivate_messages.cpp [OpenMP] diagnose assign to firstprivate const, patch by Joel E. Denny 2017-11-10 15:39:50 +00:00
parallel_for_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_for_codegen.cpp [OPENMP] Captured arguments of the capturable clauses by value. 2017-12-22 21:01:52 +00:00
parallel_for_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
parallel_for_copyin_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_default_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_for_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_for_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_for_linear_codegen.cpp [OPENMP] Simplify codegen for loop iteration variables in loop preamble. 2017-12-08 20:18:58 +00:00
parallel_for_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
parallel_for_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_for_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_num_threads_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
parallel_for_ordered_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
parallel_for_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_proc_bind_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_for_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_for_schedule_messages.cpp [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. 2015-12-28 07:25:51 +00:00
parallel_for_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
parallel_for_simd_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_for_simd_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
parallel_for_simd_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
parallel_for_simd_copyin_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_simd_default_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_for_simd_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_simd_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_for_simd_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_for_simd_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_simd_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
parallel_for_simd_messages.cpp [OPENMP 4.5] Allow 'ordered' clause on 'loop simd' constructs. 2015-12-30 12:06:23 +00:00
parallel_for_simd_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_simd_num_threads_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
parallel_for_simd_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_for_simd_proc_bind_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_for_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_for_simd_safelen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
parallel_for_simd_schedule_messages.cpp [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. 2015-12-28 07:25:51 +00:00
parallel_for_simd_simdlen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
parallel_if_codegen.cpp [clang] Remove redundant check-prefix=CHECK from tests. NFC. 2017-07-17 17:31:44 +00:00
parallel_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_messages.cpp Fix PR26543: add a check for definition in CXXRecordDecl. 2016-02-10 10:50:12 +00:00
parallel_num_threads_codegen.cpp [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause. 2016-02-25 05:25:57 +00:00
parallel_num_threads_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
parallel_private_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
parallel_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_proc_bind_codegen.cpp Account for calling convention specifiers in function definitions in IR test cases 2015-06-29 17:29:50 +00:00
parallel_proc_bind_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_reduction_codegen.cpp [OPENMP] Fix PR34926: Fix handling of the array sections passed as 2017-10-12 15:18:41 +00:00
parallel_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_sections_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_sections_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
parallel_sections_copyin_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_sections_default_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_sections_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_sections_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
parallel_sections_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_sections_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_sections_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_sections_num_threads_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
parallel_sections_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_sections_proc_bind_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
parallel_sections_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
parallel_sections_shared_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
parallel_shared_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
predefined_macro.c [OPENMP] Initial support for -fopenmp-simd option. 2017-12-29 17:36:15 +00:00
report_default_DSA.cpp [OPENMP] Check DSA for variables captured by value. 2017-05-15 16:26:15 +00:00
schedule_codegen.cpp [OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifiers. 2015-12-31 06:52:34 +00:00
sections_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
sections_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
sections_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
sections_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
sections_lastprivate_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
sections_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
sections_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
sections_private_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
sections_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
sections_reduction_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
sections_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
simd_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
simd_codegen.cpp Make these tests work more reliably with Release builds. 2016-11-24 01:53:38 +00:00
simd_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
simd_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
simd_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
simd_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
simd_metadata.c [X86] Use AVX features instead of ABI to init. SimdDefaultAlign. 2015-08-27 22:24:56 +00:00
simd_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
simd_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
simd_safelen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
simd_simdlen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
single_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
single_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
single_copyprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
single_firstprivate_codegen.cpp [OPENMP] Fix handling of clauses in clause parsing mode. 2017-12-13 15:28:44 +00:00
single_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
single_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
single_private_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
single_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_ast_print.cpp [OpenMP] Extended parse for 'always' map modifier 2017-05-03 15:28:48 +00:00
target_codegen_global_capture.cpp [OPENMP][DEBUG] Generate second function with correct arg types. 2017-06-29 16:43:05 +00:00
target_codegen_registration_naming.cpp [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. 2016-06-30 21:22:08 +00:00
target_codegen_registration.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_data_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_data_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_data_device_messages.cpp [OpenMP] Prevent nesting of target constructs within target code execution regions. 2016-02-02 04:00:47 +00:00
target_data_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_data_messages.c [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone. 2017-05-30 16:00:04 +00:00
target_data_use_device_ptr_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
target_data_use_device_ptr_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_data_use_device_ptr_messages.cpp [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 'target data' 2016-07-13 15:37:16 +00:00
target_defaultmap_messages.cpp [OpenMP] Parsing + sema for defaultmap clause. 2016-01-26 16:37:23 +00:00
target_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_device_messages.cpp [OpenMP] Prevent nesting of target constructs within target code execution regions. 2016-02-02 04:00:47 +00:00
target_enter_data_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_enter_data_codegen.cpp [OPENMP] Add codegen for target data constructs with nowait clause. 2017-12-14 17:00:17 +00:00
target_enter_data_depend_codegen.cpp [OPENMP] Support for depend clauses on target enter|exit data. 2017-12-27 18:49:38 +00:00
target_enter_data_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_enter_data_device_messages.cpp [OpenMP] Parsing + sema for "target enter data" directive. 2016-01-19 19:15:56 +00:00
target_enter_data_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_enter_data_map_messages.c [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone. 2017-05-30 16:00:04 +00:00
target_enter_data_nowait_messages.cpp [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone. 2017-05-30 16:00:04 +00:00
target_exit_data_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_exit_data_codegen.cpp [OPENMP] Add codegen for target data constructs with nowait clause. 2017-12-14 17:00:17 +00:00
target_exit_data_depend_codegen.cpp [OPENMP] Support for depend clauses on target enter|exit data. 2017-12-27 18:49:38 +00:00
target_exit_data_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_exit_data_device_messages.cpp [OpenMP] Parsing + sema for "target exit data" directive. 2016-01-19 20:04:50 +00:00
target_exit_data_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_exit_data_map_messages.c [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone. 2017-05-30 16:00:04 +00:00
target_exit_data_nowait_messages.cpp [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone. 2017-05-30 16:00:04 +00:00
target_firstprivate_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_is_device_ptr_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
target_is_device_ptr_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_is_device_ptr_messages.cpp [OpenMP] Code generation for the is_device_ptr clause 2016-07-28 14:25:09 +00:00
target_map_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_map_messages.cpp [OPENMP] Improve error message for mapping union members. 2017-12-06 15:04:36 +00:00
target_messages.cpp [OpenMP] Error when trying to offload to an unsupported architecture 2017-08-07 21:11:10 +00:00
target_nowait_messages.cpp [OpenMP] Parsing + Sema for nowait clause on target directive 2016-01-21 22:18:28 +00:00
target_parallel_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_parallel_codegen_registration_naming.cpp [OpenMP] Codegen support for 'target parallel' on the host. 2017-01-18 18:18:53 +00:00
target_parallel_codegen_registration.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_parallel_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_parallel_debug_codegen.cpp [OPENMP] Do not mark captured variables as artificial in debug info. 2017-11-22 16:02:03 +00:00
target_parallel_default_messages.cpp [OpenMP] DSAChecker bug fix for combined directives. 2017-01-23 15:38:49 +00:00
target_parallel_defaultmap_messages.cpp [OpenMP] Parsing + sema for target parallel directive. 2016-01-26 18:48:41 +00:00
target_parallel_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_parallel_device_messages.cpp [OpenMP] Prevent nesting of target constructs within target code execution regions. 2016-02-02 04:00:47 +00:00
target_parallel_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_parallel_for_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_parallel_for_codegen_registration_naming.cpp [OPENMP] Codegen for #pragma omp target parallel for. 2017-11-08 20:16:14 +00:00
target_parallel_for_codegen_registration.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_parallel_for_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_parallel_for_collapse_messages.cpp [Lit Test] Make tests C++11 compatible - OpenMP constant expressions 2017-02-03 18:58:34 +00:00
target_parallel_for_debug_codegen.cpp [OPENMP] Codegen for #pragma omp target parallel for. 2017-11-08 20:16:14 +00:00
target_parallel_for_default_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_defaultmap_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_parallel_for_device_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_parallel_for_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_parallel_for_is_device_ptr_ast_print.cpp [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragma 2017-01-10 05:15:35 +00:00
target_parallel_for_is_device_ptr_messages.cpp [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for' pragma 2017-01-10 05:15:35 +00:00
target_parallel_for_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_parallel_for_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_parallel_for_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
target_parallel_for_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_parallel_for_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_parallel_for_nowait_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_num_threads_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_ordered_messages.cpp [Lit Test] Make tests C++11 compatible - OpenMP constant expressions 2017-02-03 18:58:34 +00:00
target_parallel_for_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_parallel_for_proc_bind_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_parallel_for_schedule_messages.cpp [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
target_parallel_for_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
target_parallel_for_simd_ast_print.cpp [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. 2017-11-09 17:01:35 +00:00
target_parallel_for_simd_codegen_registration_naming.cpp [OPENMP] Codegen for #pragma omp target parallel for simd. 2017-11-09 17:32:15 +00:00
target_parallel_for_simd_codegen_registration.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_parallel_for_simd_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_parallel_for_simd_collapse_messages.cpp [OpenMP] update test cases for -std=c++11 compile 2016-07-18 16:09:53 +00:00
target_parallel_for_simd_default_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_parallel_for_simd_device_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_firstprivate_messages.cpp [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. 2017-11-09 17:01:35 +00:00
target_parallel_for_simd_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_parallel_for_simd_is_device_ptr_ast_print.cpp [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' pragma 2017-01-10 04:26:44 +00:00
target_parallel_for_simd_is_device_ptr_messages.cpp [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd' pragma 2017-01-10 04:26:44 +00:00
target_parallel_for_simd_lastprivate_messages.cpp [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. 2017-11-09 17:01:35 +00:00
target_parallel_for_simd_linear_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_loop_messages.cpp [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. 2017-11-09 17:01:35 +00:00
target_parallel_for_simd_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_parallel_for_simd_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_misc_messages.c [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. 2017-11-09 17:01:35 +00:00
target_parallel_for_simd_nowait_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_num_threads_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_ordered_messages.cpp [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. 2017-11-09 17:01:35 +00:00
target_parallel_for_simd_private_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_proc_bind_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_parallel_for_simd_safelen_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_schedule_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_for_simd_simdlen_messages.cpp [OpenMP] Sema and parsing for 'target parallel for simd' pragma 2016-07-14 02:54:56 +00:00
target_parallel_if_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_parallel_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_parallel_is_device_ptr_ast_print.cpp [OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragma 2016-12-16 20:50:46 +00:00
target_parallel_is_device_ptr_messages.cpp [OpenMP] support the 'is_device_ptr' clause with 'target parallel' pragma 2016-12-16 20:50:46 +00:00
target_parallel_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_parallel_messages.cpp [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. 2016-06-30 21:22:08 +00:00
target_parallel_no_exceptions.cpp [OpenMP] Prevent emission of exception handling code when using OpenMP to offload to NVIDIA devices. 2017-08-07 20:57:59 +00:00
target_parallel_nowait_messages.cpp [OpenMP] Parsing + sema for target parallel directive. 2016-01-26 18:48:41 +00:00
target_parallel_num_threads_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_parallel_num_threads_messages.cpp [OpenMP] Prevent nesting of target constructs within target code execution regions. 2016-02-02 04:00:47 +00:00
target_parallel_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_parallel_proc_bind_messages.cpp [OpenMP] Prevent nesting of target constructs within target code execution regions. 2016-02-02 04:00:47 +00:00
target_parallel_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_parallel_shared_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_private_codegen.cpp [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. 2016-06-30 21:22:08 +00:00
target_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
target_reduction_codegen.cpp [OPENMP] Support reduction clause on target-based directives. 2017-12-13 17:31:39 +00:00
target_reduction_messages.cpp [OPENMP] Support reduction clause on target-based directives. 2017-12-13 17:31:39 +00:00
target_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
target_simd_ast_print.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_simd_codegen_registration_naming.cpp [OPENMP] Codegen for target simd construct. 2017-11-17 17:57:25 +00:00
target_simd_codegen_registration.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_simd_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_simd_collapse_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_simd_device_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_firstprivate_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_simd_is_device_ptr_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_simd_linear_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
target_simd_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_simd_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_misc_messages.c [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_nowait_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_private_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_simd_safelen_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_simd_simdlen_messages.cpp [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
target_teams_ast_print.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_codegen_registration_naming.cpp [OpenMP] Codegen support for 'target teams' on the host. 2017-01-25 02:18:43 +00:00
target_teams_codegen_registration.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_teams_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_teams_default_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_teams_device_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_distribute_ast_print.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_codegen_registration_naming.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_codegen_registration.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_teams_distribute_collapse_codegen.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_collapse_messages.cpp Fixing test to work when the compiler defaults to a different C++ standard version. 2017-01-09 22:20:10 +00:00
target_teams_distribute_default_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_teams_distribute_device_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_dist_schedule_codegen.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_firstprivate_codegen.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_if_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_lastprivate_codegen.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_teams_distribute_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_misc_messages.c [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_nowait_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_num_teams_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_parallel_for_ast_print.cpp [OPENMP] Do not allow linear clauses on non-simd distribute 2017-11-29 18:20:04 +00:00
target_teams_distribute_parallel_for_collapse_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_default_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_teams_distribute_parallel_for_device_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_if_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_is_device_ptr_ast_print.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_is_device_ptr_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_teams_distribute_parallel_for_messages.cpp [OPENMP] Do not allow linear clauses on non-simd distribute 2017-11-29 18:20:04 +00:00
target_teams_distribute_parallel_for_misc_messages.c [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_nowait_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_num_teams_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_num_threads_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_private_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_proc_bind_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_teams_distribute_parallel_for_schedule_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_shared_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_parallel_for_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
target_teams_distribute_parallel_for_simd_ast_print.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
target_teams_distribute_parallel_for_simd_collapse_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_default_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_teams_distribute_parallel_for_simd_device_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_simd_if_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_is_device_ptr_ast_print.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_is_device_ptr_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_simd_linear_messages.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
target_teams_distribute_parallel_for_simd_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_simd_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_teams_distribute_parallel_for_simd_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_misc_messages.c [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_parallel_for_simd_nowait_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_num_teams_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_num_threads_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_private_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_proc_bind_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_teams_distribute_parallel_for_simd_safelen_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_schedule_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_shared_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_simdlen_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_simd_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 2017-01-03 05:23:48 +00:00
target_teams_distribute_parallel_for_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 2016-12-29 22:16:30 +00:00
target_teams_distribute_private_codegen.cpp [OPENMP] Initial codegen for target teams distribute directive. 2017-12-08 15:03:50 +00:00
target_teams_distribute_private_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_reduction_codegen.cpp [OPENMP] Support reduction clause on target-based directives. 2017-12-13 17:31:39 +00:00
target_teams_distribute_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_teams_distribute_shared_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute' pragma 2016-12-25 04:52:54 +00:00
target_teams_distribute_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
target_teams_distribute_simd_ast_print.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
target_teams_distribute_simd_codegen_registration_naming.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_codegen_registration.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_codegen.cpp [OPENMP] Add codegen for nowait clause in target directives. 2017-12-13 21:04:20 +00:00
target_teams_distribute_simd_collapse_codegen.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_collapse_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_defaultmap_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_teams_distribute_simd_device_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_dist_schedule_codegen.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_firstprivate_codegen.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_simd_if_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_is_device_ptr_ast_print.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_is_device_ptr_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_lastprivate_codegen.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_simd_linear_messages.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
target_teams_distribute_simd_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_simd_map_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_teams_distribute_simd_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_misc_messages.c [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
target_teams_distribute_simd_nowait_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_num_teams_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_private_codegen.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_private_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_reduction_codegen.cpp [OPENMP] Initial codegen for target teams distribute simd directive. 2017-12-13 19:45:06 +00:00
target_teams_distribute_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_teams_distribute_simd_safelen_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_shared_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_simdlen_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_distribute_simd_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
target_teams_firstprivate_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_teams_is_device_ptr_ast_print.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_is_device_ptr_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_map_messages.cpp [OPENMP] Improve error message for mapping union members. 2017-12-06 15:04:36 +00:00
target_teams_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_nowait_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_num_teams_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_teams_num_teams_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_private_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
target_teams_shared_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_teams_thread_limit_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
target_teams_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'target teams' pragma 2016-12-17 05:48:59 +00:00
target_update_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
target_update_codegen.cpp [OPENMP] Add codegen for target data constructs with nowait clause. 2017-12-14 17:00:17 +00:00
target_update_depend_codegen.cpp [OPENMP] Support for depend clauses on target data update. 2017-12-27 17:58:32 +00:00
target_update_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
target_update_device_messages.cpp [OpenMP] Parsing and sema support for the from clause 2016-05-26 17:49:04 +00:00
target_update_from_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_update_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
target_update_messages.cpp [OpenMP] Parsing and sema support for the from clause 2016-05-26 17:49:04 +00:00
target_update_nowait_messages.cpp [OpenMP] Add the nowait clause to target update construct. 2016-06-20 19:16:34 +00:00
target_update_to_messages.cpp [OPENMP] Allow all classes as mappable types. 2017-09-13 11:12:35 +00:00
target_vla_messages.cpp [OpenMP] Show error if VLAs are not supported 2017-11-18 21:00:46 +00:00
task_ast_print.cpp [OPENMP] Fix the restrictions for in_reduction clause. 2017-07-24 14:52:13 +00:00
task_codegen.c [OPENMP] Fix PR34925: Fix getting thread_id lvalue for inlined regions 2017-10-12 13:51:32 +00:00
task_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
task_default_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
task_depend_messages.cpp [OPENMP] Allow all lvalues in 'depend' clause. 2017-07-27 19:15:30 +00:00
task_final_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
task_firstprivate_codegen.cpp [OPENMP] Fix for PR31137: Wrong DSA for members in struct. 2016-11-28 15:55:15 +00:00
task_firstprivate_messages.cpp [OPENMP] Fix detection of explicit data-sharing attributes in templates. 2016-04-29 09:56:11 +00:00
task_if_codegen.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
task_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
task_in_reduction_codegen.cpp [OPENMP] Codegen for 'in_reduction' clause. 2017-07-27 13:20:36 +00:00
task_in_reduction_message.cpp [OPENMP] Initial support for 'in_reduction' clause. 2017-07-21 18:48:21 +00:00
task_messages.cpp [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses. 2016-03-17 10:19:46 +00:00
task_priority_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
task_private_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
task_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
task_shared_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
taskgroup_ast_print.cpp [OPENMP] Initial support for 'task_reduction' clause. 2017-07-18 20:17:46 +00:00
taskgroup_codegen.cpp [OPENMP] Fix PR35156: Get correct thread id with windows exceptions. 2017-11-02 14:25:34 +00:00
taskgroup_messages.cpp [OPENMP] Initial support for 'task_reduction' clause. 2017-07-18 20:17:46 +00:00
taskgroup_task_reduction_codegen.cpp [OPENMP] Improve debug info for taskgroup implicitly generated 2017-10-25 15:54:04 +00:00
taskgroup_task_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
taskloop_ast_print.cpp [OPENMP] Add ast-print tests for in_reduction clause, NFC. 2017-07-21 18:55:46 +00:00
taskloop_codegen.cpp [OPENMP] Fix PR34916: Crash on mixing taskloop|tasks directives. 2017-10-11 15:29:40 +00:00
taskloop_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
taskloop_final_messages.cpp [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
taskloop_firstprivate_codegen.cpp [OPENMP] Codegen for reduction clauses in 'taskloop' directives. 2017-07-17 13:30:36 +00:00
taskloop_firstprivate_messages.cpp [OPENMP] Use canonical declarations for redeclarations checks. 2017-09-21 14:06:59 +00:00
taskloop_grainsize_messages.cpp [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. 2015-12-08 12:06:20 +00:00
taskloop_in_reduction_codegen.cpp [OPENMP] Codegen for 'in_reduction' clause. 2017-07-27 13:20:36 +00:00
taskloop_in_reduction_messages.cpp [OPENMP] Initial support for 'in_reduction' clause. 2017-07-21 18:48:21 +00:00
taskloop_lastprivate_codegen.cpp [OPENMP] Codegen for reduction clauses in 'taskloop' directives. 2017-07-17 13:30:36 +00:00
taskloop_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
taskloop_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
taskloop_misc_messages.c Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
taskloop_num_tasks_messages.cpp [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. 2015-12-08 12:06:20 +00:00
taskloop_priority_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
taskloop_private_codegen.cpp [OPENMP] Codegen for reduction clauses in 'taskloop' directives. 2017-07-17 13:30:36 +00:00
taskloop_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
taskloop_reduction_codegen.cpp Switch to gnu++14 as the default dialect. 2017-12-09 12:09:54 +00:00
taskloop_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
taskloop_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
taskloop_simd_ast_print.cpp [OPENMP] Add ast-print tests for in_reduction clause, NFC. 2017-07-21 18:55:46 +00:00
taskloop_simd_codegen.cpp [OPENMP] Added missed checks for for [simd] based directives. 2017-11-22 18:34:02 +00:00
taskloop_simd_collapse_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
taskloop_simd_final_messages.cpp [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
taskloop_simd_firstprivate_codegen.cpp [OPENMP] Codegen for reduction clauses in 'taskloop' directives. 2017-07-17 13:30:36 +00:00
taskloop_simd_firstprivate_messages.cpp [OPENMP] Use canonical declarations for redeclarations checks. 2017-09-21 14:06:59 +00:00
taskloop_simd_grainsize_messages.cpp [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. 2015-12-08 12:06:20 +00:00
taskloop_simd_in_reduction_codegen.cpp [OPENMP] Codegen for 'in_reduction' clause. 2017-07-27 13:20:36 +00:00
taskloop_simd_in_reduction_messages.cpp [OPENMP] Initial support for 'in_reduction' clause. 2017-07-21 18:48:21 +00:00
taskloop_simd_lastprivate_codegen.cpp [OPENMP] Codegen for reduction clauses in 'taskloop' directives. 2017-07-17 13:30:36 +00:00
taskloop_simd_lastprivate_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
taskloop_simd_linear_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
taskloop_simd_loop_messages.cpp [OPENMP] Fix for PR34398: assert with random access iterator if the 2017-08-31 23:06:52 +00:00
taskloop_simd_misc_messages.c [OPENMP] Added missed checks for for [simd] based directives. 2017-11-22 18:34:02 +00:00
taskloop_simd_num_tasks_messages.cpp [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. 2015-12-08 12:06:20 +00:00
taskloop_simd_priority_messages.cpp [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. 2015-12-03 09:40:15 +00:00
taskloop_simd_private_codegen.cpp [OPENMP] Codegen for reduction clauses in 'taskloop' directives. 2017-07-17 13:30:36 +00:00
taskloop_simd_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
taskloop_simd_reduction_codegen.cpp Switch to gnu++14 as the default dialect. 2017-12-09 12:09:54 +00:00
taskloop_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
taskloop_simd_safelen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
taskloop_simd_simdlen_messages.cpp Lit C++11 Compatibility Patch #6 2016-04-11 19:30:25 +00:00
taskwait_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
taskwait_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
taskwait_messages.cpp [OPENMP] Fix for declarative/standalone directives use. 2016-01-13 11:18:54 +00:00
taskyield_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
taskyield_codegen.cpp Remove unnecessary x86 backend requirements from OpenMP tests 2016-10-21 16:09:20 +00:00
taskyield_messages.cpp [OPENMP] Fix for declarative/standalone directives use. 2016-01-13 11:18:54 +00:00
teams_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
teams_codegen.cpp [Clang][OpenMP] New clang/libomptarget map interface: new function signatures, clang-side 2017-11-21 18:25:12 +00:00
teams_default_messages.cpp [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) 2015-05-20 04:24:19 +00:00
teams_distribute_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
teams_distribute_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_collapse_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_collapse_messages.cpp [OpenMP] fix typo - the standalone 'distribute' pragma should be 'teams distribute' pragma 2017-01-06 18:49:49 +00:00
teams_distribute_default_messages.cpp [OpenMP] Sema and parsing for 'teams distribute' pragma 2016-08-05 14:37:37 +00:00
teams_distribute_dist_schedule_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'teams distribute' pragma 2016-08-05 14:37:37 +00:00
teams_distribute_firstprivate_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_lastprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_num_teams_messages.cpp [OpenMP] Sema and parsing for 'teams distribute' pragma 2016-08-05 14:37:37 +00:00
teams_distribute_parallel_for_ast_print.cpp [OPENMP] Do not allow linear clauses on non-simd distribute 2017-11-29 18:20:04 +00:00
teams_distribute_parallel_for_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_collapse_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_parallel_for_collapse_messages.cpp Make a few OpenMP tests "C++11 clean." 2016-12-19 18:43:26 +00:00
teams_distribute_parallel_for_copyin_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_parallel_for_copyin_messages.cpp [OpenMP] Parse+Sema for copyin clause of 'teams distribute parallel for' 2017-11-10 16:05:00 +00:00
teams_distribute_parallel_for_default_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 2016-12-09 03:24:30 +00:00
teams_distribute_parallel_for_dist_schedule_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_parallel_for_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 2016-12-09 03:24:30 +00:00
teams_distribute_parallel_for_firstprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_parallel_for_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_parallel_for_if_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_parallel_for_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
teams_distribute_parallel_for_lastprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_parallel_for_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_parallel_for_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_parallel_for_messages.cpp [OPENMP] Fix possible assert for target regions with incorrect inner 2017-11-30 18:01:54 +00:00
teams_distribute_parallel_for_num_teams_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 2016-12-09 03:24:30 +00:00
teams_distribute_parallel_for_num_threads_codegen.cpp [OPENMP] Fix the tests for 32bits targets, NFC. 2017-12-24 14:18:33 +00:00
teams_distribute_parallel_for_private_codegen.cpp [OPENMP] Do not capture private variables in the target regions. 2017-12-07 19:49:28 +00:00
teams_distribute_parallel_for_private_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 2016-12-09 03:24:30 +00:00
teams_distribute_parallel_for_proc_bind_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_parallel_for_proc_bind_messages.cpp [OpenMP] Add test cases for the proc_bind and schedule clauses with 'teams distribute parallel for' pragma. 2017-01-02 16:42:11 +00:00
teams_distribute_parallel_for_reduction_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_parallel_for_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
teams_distribute_parallel_for_schedule_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_parallel_for_schedule_messages.cpp [OpenMP] Add test cases for the proc_bind and schedule clauses with 'teams distribute parallel for' pragma. 2017-01-02 16:42:11 +00:00
teams_distribute_parallel_for_shared_messages.cpp [OPENMP] Generate implicit map|firstprivate clauses for target-based 2017-09-26 13:47:31 +00:00
teams_distribute_parallel_for_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
teams_distribute_parallel_for_simd_ast_print.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
teams_distribute_parallel_for_simd_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_simd_collapse_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_simd_collapse_messages.cpp Fix typo in test case. NFC 2016-12-31 23:36:47 +00:00
teams_distribute_parallel_for_simd_default_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_simd_dist_schedule_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_parallel_for_simd_if_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_simd_if_messages.cpp [OPENMP] Fix for PR31428: variable named like directive name modifier 2016-12-20 12:10:05 +00:00
teams_distribute_parallel_for_simd_lastprivate_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_parallel_for_simd_linear_messages.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
teams_distribute_parallel_for_simd_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_parallel_for_simd_messages.cpp [OPENMP] Fix possible assert for target regions with incorrect inner 2017-11-30 18:01:54 +00:00
teams_distribute_parallel_for_simd_num_teams_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_num_threads_codegen.cpp [OPENMP] Fix the tests for 32bits targets, NFC. 2017-12-24 14:18:33 +00:00
teams_distribute_parallel_for_simd_num_threads_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_private_codegen.cpp [OPENMP] Do not capture private variables in the target regions. 2017-12-07 19:49:28 +00:00
teams_distribute_parallel_for_simd_private_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_proc_bind_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_simd_proc_bind_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_reduction_codegen.cpp [OPENMP] Fix PR35486: crash when collapsing loops with dependent iteration spaces. 2017-12-04 21:30:42 +00:00
teams_distribute_parallel_for_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
teams_distribute_parallel_for_simd_safelen_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_schedule_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host 2017-12-04 20:57:19 +00:00
teams_distribute_parallel_for_simd_shared_messages.cpp [OPENMP] Generate implicit map|firstprivate clauses for target-based 2017-09-26 13:47:31 +00:00
teams_distribute_parallel_for_simd_simdlen_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_simd_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 2016-11-30 23:51:03 +00:00
teams_distribute_parallel_for_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 2016-12-09 03:24:30 +00:00
teams_distribute_private_codegen.cpp [OPENMP] Do not capture private variables in the target regions. 2017-12-07 19:49:28 +00:00
teams_distribute_private_messages.cpp [OpenMP] Sema and parsing for 'teams distribute' pragma 2016-08-05 14:37:37 +00:00
teams_distribute_reduction_codegen.cpp [OPENMP] Emit __tgt_target_teams for all teams directives. 2017-12-01 21:31:08 +00:00
teams_distribute_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
teams_distribute_shared_messages.cpp [OPENMP] Generate implicit map|firstprivate clauses for target-based 2017-09-26 13:47:31 +00:00
teams_distribute_simd_aligned_messages.cpp Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
teams_distribute_simd_ast_print.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
teams_distribute_simd_codegen.cpp [OPENMP] Initial codegen for teams distribute simd directive. 2017-12-06 14:31:09 +00:00
teams_distribute_simd_collapse_codegen.cpp [OPENMP] Initial codegen for teams distribute simd directive. 2017-12-06 14:31:09 +00:00
teams_distribute_simd_collapse_messages.cpp Fixing test to work when the compiler defaults to a different C++ standard version. 2016-12-08 17:27:20 +00:00
teams_distribute_simd_default_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_simd_dist_schedule_codegen.cpp [OPENMP] Initial codegen for teams distribute simd directive. 2017-12-06 14:31:09 +00:00
teams_distribute_simd_dist_schedule_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_simd_firstprivate_codegen.cpp [OPENMP] Initial codegen for teams distribute simd directive. 2017-12-06 14:31:09 +00:00
teams_distribute_simd_firstprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_simd_lastprivate_codegen.cpp [OPENMP] Initial codegen for teams distribute simd directive. 2017-12-06 14:31:09 +00:00
teams_distribute_simd_lastprivate_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_simd_linear_messages.cpp [OPENMP] Allow only loop control variables in distribute simd 2017-11-29 21:31:48 +00:00
teams_distribute_simd_loop_messages.cpp [OPENMP] Do not allow variables to be first|last-privates in 2017-12-01 17:40:15 +00:00
teams_distribute_simd_messages.cpp [OPENMP] Fix possible assert for target regions with incorrect inner 2017-11-30 18:01:54 +00:00
teams_distribute_simd_num_teams_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_simd_private_codegen.cpp [OPENMP] Do not capture private variables in the target regions. 2017-12-07 19:49:28 +00:00
teams_distribute_simd_private_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_simd_reduction_codegen.cpp [OPENMP] Initial codegen for teams distribute simd directive. 2017-12-06 14:31:09 +00:00
teams_distribute_simd_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
teams_distribute_simd_safelen_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_simd_shared_messages.cpp [OPENMP] Generate implicit map|firstprivate clauses for target-based 2017-09-26 13:47:31 +00:00
teams_distribute_simd_simdlen_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_simd_thread_limit_messages.cpp Re-apply patch r279045. 2016-10-25 12:50:55 +00:00
teams_distribute_thread_limit_messages.cpp [OpenMP] Sema and parsing for 'teams distribute' pragma 2016-08-05 14:37:37 +00:00
teams_firstprivate_codegen.cpp [OpenMP] Use fopenmp prefix for all options introduced by the offloading implementation. 2016-06-30 21:22:08 +00:00
teams_firstprivate_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
teams_messages.cpp [OPENMP] Fix possible assert for target regions with incorrect inner 2017-11-30 18:01:54 +00:00
teams_num_teams_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
teams_private_codegen.cpp [OPENMP] Do not capture private variables in the target regions. 2017-12-07 19:49:28 +00:00
teams_private_messages.cpp Revert "[OPENMP] Allow skip expression after comma in clauses with lists." 2016-04-01 08:43:42 +00:00
teams_reduction_messages.cpp [OPENMP] Fix DSA processing for member declaration. 2017-07-20 16:47:47 +00:00
teams_shared_messages.cpp [OPENMP] Generate implicit map|firstprivate clauses for target-based 2017-09-26 13:47:31 +00:00
teams_thread_limit_messages.cpp [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. 2015-12-01 10:17:31 +00:00
threadprivate_ast_print.cpp Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
threadprivate_codegen.cpp [CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility 2017-02-13 18:49:21 +00:00
threadprivate_messages.cpp [OPENMP] Allow to reference threadprivate variable in same directive. 2016-02-09 09:41:09 +00:00
varargs.cpp Fix bugs checking va_start in lambdas and erroneous contexts 2017-05-04 19:51:05 +00:00
vla_crash.c [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions. 2017-10-24 19:52:31 +00:00