llvm-project/clang/test/OpenMP
Alexey Bataev 9840208db6 [OPENMP] Fix PR46730: Fix compiler crash on taskloop over constructible loop counters.
Summary:
If the variable is constrcutible, its copy is created by calling a
constructor. Such variables are duplicated and thus, must be captured.

Reviewers: jdoerfert

Subscribers: yaxunl, guansong, cfe-commits, sstefan1, caomhin

Tags: #clang

Differential Revision: https://reviews.llvm.org/D83909
2020-07-24 10:48:20 -04:00
..
Inputs [AArch64] Implement Vector Funtion ABI name mangling. 2019-04-16 13:56:21 +00:00
PR44893.c Change test to use -S so it works when an external assembler is used that is not present in the testing environment. 2020-02-27 16:51:57 -08:00
aarch64_vfabi_NarrowestDataSize.c [clang][OpenMP] Fix getNDSWDS for aarch64. 2020-05-05 16:27:20 +00:00
aarch64_vfabi_WidestDataSize.c [clang][OpenMP] Fix getNDSWDS for aarch64. 2020-05-05 16:27:20 +00:00
allocate_allocator_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
allocate_allocator_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
allocate_ast_print.cpp [OPENMP 5.0]Add initial support for 'allocate' directive. 2019-03-07 17:54:44 +00:00
allocate_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
allocate_messages.cpp [OPENMP] Check that allocated variables are used in private clauses. 2019-04-01 14:25:31 +00:00
amdgcn_device_function_call.cpp [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1 2020-05-27 07:51:27 +00:00
atomic_ast_print.cpp [OPENMP50]Add support for hint clause in atomic directive. 2020-02-13 13:28:43 -05:00
atomic_capture_codegen.cpp [OPENMP50]Add support for relaxed clause in atomic directive. 2020-02-11 11:54:46 -05:00
atomic_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
atomic_messages.c [OPENMP50]Add support for hint clause in atomic directive. 2020-02-13 13:28:43 -05:00
atomic_messages.cpp [OPENMP50]Add support for relaxed clause in atomic directive. 2020-02-11 11:54:46 -05:00
atomic_read_codegen.c [OPENMP50]Add support for relaxed clause in atomic directive. 2020-02-11 11:54:46 -05:00
atomic_update_codegen.cpp [OPENMP50]Add support for relaxed clause in atomic directive. 2020-02-11 11:54:46 -05:00
atomic_write_codegen.c [OPENMP50]Add support for relaxed clause in atomic directive. 2020-02-11 11:54:46 -05:00
aux-triple-macros.cpp [OpenMP][Test] Add check for aux-triple predefined macros 2019-12-12 14:36:11 +03:00
barrier_ast_print.cpp
barrier_codegen.cpp [OpenMP] Add Additional Function Attribute Information to OMPKinds.def 2020-07-18 12:55:50 -04:00
barrier_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
begin_declare_variant_elided_range_withouth_end.c [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
begin_declare_variant_messages.c [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
begin_declare_variant_no_end_for_matching_selector.c [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
begin_declare_variant_range_withouth_end.c [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
begin_declare_variant_using_messages.cpp [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
cancel_ast_print.cpp
cancel_codegen.cpp [OpenMP][IRBuilder] Support nested parallel regions 2020-07-14 22:39:06 -05:00
cancel_codegen_cleanup.cpp
cancel_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
cancel_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
cancellation_point_ast_print.cpp
cancellation_point_codegen.cpp
cancellation_point_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
capturing_in_templates.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
constexpr_capture.cpp [OPENMP]Fix PR43771: Do not capture contexprs variables. 2019-10-28 13:29:02 -04:00
constexpr_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
constexpr_partial_array.cpp Fix for PR43175: compiler crash when trying to emit noncapturable 2019-09-10 19:16:56 +00:00
crash-skipped-bodies-template-inst.cpp [OPENMP]Fix skipping of functions body. 2019-12-13 16:51:46 -05:00
critical_ast_print.cpp [OPENMP]Fix PR41617: crash on template instantiation. 2019-04-29 15:51:36 +00:00
critical_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
critical_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
debug-info-openmp-array.cpp
declare_mapper_ast_print.c [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. 2019-02-25 20:34:15 +00:00
declare_mapper_ast_print.cpp [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. 2019-02-25 20:34:15 +00:00
declare_mapper_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
declare_mapper_messages.c [OpenMP 5.0] Fix user-defined mapper lookup in sema 2019-09-26 22:53:01 +00:00
declare_mapper_messages.cpp [OPENMP]Allow using of members in standalone declaration pragmas. 2020-01-07 13:44:10 -05:00
declare_reduction_ast_print.c [OPENMP]Fix lookup of the user-defined reductions in C. 2019-04-04 17:28:22 +00:00
declare_reduction_ast_print.cpp [OPENMP]Fix PR46357: Do not allow types declarations in pragmas. 2020-06-18 13:17:03 -04:00
declare_reduction_codegen.c [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
declare_reduction_codegen.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
declare_reduction_codegen_in_templates.cpp [OPENMP]Fix PR44133: crash on lambda reductions in templates. 2019-11-26 10:55:54 -05:00
declare_reduction_messages.c [OPENMP] Restore allowing of braced initializers in the declare reduction 2020-01-02 16:10:17 -05:00
declare_reduction_messages.cpp [OPENMP]Allow using of members in standalone declaration pragmas. 2020-01-07 13:44:10 -05:00
declare_simd_aarch64.c [clang][OpenMP] Fix mangling of linear parameters. 2020-05-01 21:19:00 +00:00
declare_simd_aarch64.cpp [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_complex.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_fix.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_sve.c [OPENMP][AARCH64]Fix the test for declare simd, NFC. 2019-04-25 14:04:37 +00:00
declare_simd_aarch64_warning_advsimd.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_warning_sve.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_ast_print.c
declare_simd_ast_print.cpp [OPENMP]Fix parsing/sema for function templates with declare simd. 2019-09-16 17:06:31 +00:00
declare_simd_codegen.cpp [clang][OpenMP] Fix mangling of linear parameters. 2020-05-01 21:19:00 +00:00
declare_simd_messages.cpp [OPENMP]Do not diagnose references to non-integral types for ref in 2020-01-07 09:28:50 -05:00
declare_target_ast_print.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
declare_target_codegen.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
declare_target_codegen_globalization.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
declare_target_link_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
declare_target_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
declare_variant_ast_print.c [OpenMP] Add match_{all,any,none} declare variant selector extensions. 2020-04-07 23:33:24 -05:00
declare_variant_ast_print.cpp [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
declare_variant_device_kind_codegen.cpp [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
declare_variant_implementation_vendor_codegen.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
declare_variant_messages.c [OpenMP] Add match_{all,any,none} declare variant selector extensions. 2020-04-07 23:33:24 -05:00
declare_variant_messages.cpp [AST][RecoveryExpr] Build recovery expressions by default for C++. 2020-06-12 15:21:38 +02:00
declare_variant_mixed_codegen.c [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
declare_variant_mixed_codegen.cpp [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
deferred-diags.cpp Fix DeferredDiagnosticsEmitter for bug#45987 2020-05-21 11:01:40 -04:00
depobj_ast_print.cpp [OPENMP50]Codegen for iterator construct. 2020-04-07 15:26:00 -04:00
depobj_codegen.cpp [OPENMP50]Codegen for iterator construct. 2020-04-07 15:26:00 -04:00
depobj_messages.cpp [OPENMP50]Add initial support for OpenMP 5.0 iterator. 2020-04-02 08:28:15 -04:00
distribute_ast_print.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
distribute_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_dist_schedule_ast_print.cpp
distribute_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_firstprivate_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
distribute_parallel_for_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
distribute_parallel_for_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_firstprivate_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_parallel_for_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
distribute_parallel_for_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
distribute_parallel_for_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
distribute_parallel_for_num_threads_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
distribute_parallel_for_proc_bind_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
distribute_parallel_for_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
distribute_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_shared_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
distribute_parallel_for_simd_aligned_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_parallel_for_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
distribute_parallel_for_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
distribute_parallel_for_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
distribute_parallel_for_simd_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
distribute_parallel_for_simd_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
distribute_parallel_for_simd_linear_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
distribute_parallel_for_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
distribute_parallel_for_simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
distribute_parallel_for_simd_num_threads_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
distribute_parallel_for_simd_proc_bind_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
distribute_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_shared_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_aligned_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
distribute_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_simd_firstprivate_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_simd_if_messages.cpp [OPENMP50]Add if clause in distribute simd directive. 2019-12-06 14:49:49 -05:00
distribute_simd_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_simd_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
distribute_simd_linear_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
distribute_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
distribute_simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
distribute_simd_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_simd_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
distribute_simd_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
distribute_simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
distribute_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
driver.c [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
flush_ast_print.cpp [OPENMP50]Add support for 'release' clause. 2020-02-10 16:01:41 -05:00
flush_codegen.cpp [OPENMP50]Add support for 'release' clause. 2020-02-10 16:01:41 -05:00
flush_messages.cpp [OPENMP50]Add basic support for depobj construct. 2020-03-02 13:10:32 -05:00
for_ast_print.cpp [OPENMP50]Allow nonmonotonic modifier for all schedule kinds. 2020-06-18 12:30:50 -04:00
for_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
for_collapse_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
for_firstprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
for_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_lastprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
for_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
for_linear_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
for_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
for_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
for_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
for_ordered_clause.cpp [APSInt][OpenMP] Fix isNegative, etc. for unsigned types 2019-04-23 17:04:15 +00:00
for_private_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
for_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
for_reduction_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
for_reduction_codegen_UDR.cpp [OPENMP]Fix PR46593: Reduction initializer missing construnctor call. 2020-07-15 15:14:22 -04:00
for_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
for_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
for_scan_codegen.cpp [OPENMP50]Codegen for inscan reductions in worksharing directives. 2020-06-04 16:29:33 -04:00
for_schedule_messages.cpp [OPENMP50]Allow nonmonotonic modifier for all schedule kinds. 2020-06-18 12:30:50 -04:00
for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
for_simd_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_if_messages.cpp [OPENMP50]Add if clause in for simd directive. 2019-11-21 09:29:12 -05:00
for_simd_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
for_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
for_simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
for_simd_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
for_simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_scan_codegen.cpp [OPENMP50]Codegen for scan directive in for simd regions. 2020-06-17 08:43:17 -04:00
for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
function-attr.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
irbuilder_nested_openmp_parallel_empty.c [OpenMP][IRBuilder] Support nested parallel regions 2020-07-14 22:39:06 -05:00
is_initial_device.c
linking.c
loops_explicit_clauses_codegen.cpp [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. 2018-12-20 21:24:54 +00:00
master_ast_print.cpp
master_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
master_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
master_taskloop_ast_print.cpp [OPENMP50]Add cancellation support in taskloop-based directives. 2020-02-13 12:03:43 -05:00
master_taskloop_codegen.cpp [OPENMP50]Add cancellation support in taskloop-based directives. 2020-02-13 12:03:43 -05:00
master_taskloop_collapse_messages.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_final_messages.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_firstprivate_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
master_taskloop_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_grainsize_messages.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_in_reduction_codegen.cpp [OPENMP]Use new interface for task reduction. 2020-04-24 09:41:48 -04:00
master_taskloop_in_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_lastprivate_codegen.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
master_taskloop_misc_messages.c [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_num_tasks_messages.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_priority_messages.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_private_codegen.cpp [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
master_taskloop_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_reduction_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
master_taskloop_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_aligned_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
master_taskloop_simd_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
master_taskloop_simd_collapse_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_final_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_firstprivate_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
master_taskloop_simd_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_grainsize_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_in_reduction_codegen.cpp [OPENMP]Use new interface for task reduction. 2020-04-24 09:41:48 -04:00
master_taskloop_simd_in_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_lastprivate_codegen.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_linear_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
master_taskloop_simd_misc_messages.c [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
master_taskloop_simd_num_tasks_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_priority_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_private_codegen.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_reduction_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
master_taskloop_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
master_taskloop_simd_safelen_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
master_taskloop_simd_simdlen_messages.cpp [OPENMP50]Add support for master taskloop simd. 2019-10-18 16:47:35 +00:00
nesting_of_regions.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
no_option.c
no_option_no_warn.c
nvptx_NRVO_variable.cpp [OPENMP]Fix PR46146: Do not consider globalized variables as NRVO candidates. 2020-06-04 12:33:25 -04:00
nvptx_SPMD_codegen.cpp [OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode. 2019-04-16 15:39:12 +00:00
nvptx_allocate_codegen.cpp [OPENMP]Fix PR46688: cast the type of the allocated variable to the initial one. 2020-07-15 14:54:19 -04:00
nvptx_allocate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
nvptx_asm_delayed_diags.c [OPENMP5.0]Add support for device_type clause in declare target 2019-08-23 16:11:14 +00:00
nvptx_data_sharing.cpp [OpenMP][NFC] Remove unused (always fixed) arguments 2020-07-11 00:51:51 -05:00
nvptx_declare_target_var_ctor_dtor_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
nvptx_declare_variant_device_kind_codegen.cpp [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
nvptx_declare_variant_implementation_vendor_codegen.cpp [OpenMP] `omp begin/end declare variant` - part 2, sema ("+CG") 2020-03-27 02:30:58 -05:00
nvptx_declare_variant_name_mangling.cpp Replace separator in OpenMP variant name mangling. 2020-06-03 16:36:32 -04:00
nvptx_distribute_parallel_generic_mode_codegen.cpp [OPENMP]Dynamic globalization for parallel target regions. 2020-06-25 08:25:24 -04:00
nvptx_force_full_runtime_SPMD_codegen.cpp
nvptx_lambda_capturing.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
nvptx_lambda_pointer_capturing.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
nvptx_parallel_codegen.cpp [OpenMP][NFC] Remove unused (always fixed) arguments 2020-07-11 00:51:51 -05:00
nvptx_parallel_for_codegen.cpp [OPENMP]Dynamic globalization for parallel target regions. 2020-06-25 08:25:24 -04:00
nvptx_param_translate.c
nvptx_prohibit_thread_local.cpp [SYCL][OpenMP] Implement thread-local storage restriction 2020-06-17 14:36:00 +03:00
nvptx_target_codegen.cpp [OpenMP][NFC] Remove unused (always fixed) arguments 2020-07-11 00:51:51 -05:00
nvptx_target_cuda_mode_messages.cpp
nvptx_target_exceptions_messages.cpp Fix infinite recursion in deferred diag emitter 2020-04-01 22:17:43 -04:00
nvptx_target_firstprivate_codegen.cpp [OPENMP]Remove debug service variable. 2019-03-08 20:48:54 +00:00
nvptx_target_parallel_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_parallel_num_threads_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_parallel_proc_bind_codegen.cpp [OpenMP] Add a new version of the SPMD deinit kernel function 2018-11-29 20:53:49 +00:00
nvptx_target_parallel_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
nvptx_target_printf_codegen.c [OPENMP][NVPTX]Emit default locations with the correct Exec|Runtime 2018-11-26 18:37:09 +00:00
nvptx_target_pure_deleted_codegen.cpp [OPENMP]Do not emit RTTI descriptor for NVPTX devices. 2020-01-16 18:12:50 -05:00
nvptx_target_requires_unified_shared_memory.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
nvptx_target_simd_codegen.cpp [OpenMP][NFC] Remove unused and untested code from the device runtime 2020-07-10 19:09:41 -05:00
nvptx_target_teams_codegen.cpp [OpenMP][NFC] Remove unused (always fixed) arguments 2020-07-11 00:51:51 -05:00
nvptx_target_teams_distribute_codegen.cpp [OpenMP][NFC] Remove unused (always fixed) arguments 2020-07-11 00:51:51 -05:00
nvptx_target_teams_distribute_parallel_for_codegen.cpp [OPENMP]Dynamic globalization for parallel target regions. 2020-06-25 08:25:24 -04:00
nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp [OPENMP]Dynamic globalization for parallel target regions. 2020-06-25 08:25:24 -04:00
nvptx_target_teams_distribute_simd_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_teams_codegen.cpp [OPENMP]Dynamic globalization for parallel target regions. 2020-06-25 08:25:24 -04:00
nvptx_teams_reduction_codegen.cpp [OPENMP]Dynamic globalization for parallel target regions. 2020-06-25 08:25:24 -04:00
nvptx_unsupported_type_codegen.cpp [OpenMP][SYCL] Improve diagnosing of unsupported types usage 2020-05-29 18:00:48 +03:00
nvptx_unsupported_type_messages.cpp [OpenMP][SYCL] Do not crash on attempt to diagnose unsupported type use 2020-05-30 12:27:58 +03:00
nvptx_va_arg_delayed_diags.c [OPENMP]Fix delayed diagnostics for standalone declare target directive. 2019-08-20 19:50:13 +00:00
omp_with_loop_pragma.c [OPENMP] Fix mixture of omp and clang pragmas 2020-05-22 12:53:37 +09:00
openmp_check.cpp [OPENMP]Fix skipping of functions body. 2019-12-13 16:51:46 -05:00
openmp_common.c
openmp_offload_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
openmp_offload_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
openmp_seh.c
openmp_win_codegen.cpp [OpenMP] Replace Clang's OpenMP RTL Definitions with OMPKinds.def 2020-06-01 16:23:10 -04:00
option_warn.c
ordered_ast_print.cpp
ordered_codegen.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
ordered_doacross_codegen.c [OPENMP] Set scheduling for doacross loops as schedule, 1. 2019-03-18 18:40:00 +00:00
ordered_doacross_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
ordered_messages.cpp [OPENMP]Fix PR46347: several ordered directives in a single region. 2020-06-16 15:53:14 -04:00
parallel_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_codegen.cpp [Driver] Pass -gno-column-info instead of -dwarf-column-info 2020-07-05 11:50:38 -07:00
parallel_copyin_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
parallel_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
parallel_firstprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
parallel_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_for_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_for_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
parallel_for_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_for_lastprivate_conditional.cpp [OPENMP50]Handle lastprivate conditionals passed as shared in inner 2020-01-30 11:35:23 -05:00
parallel_for_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
parallel_for_linear_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
parallel_for_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
parallel_for_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
parallel_for_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
parallel_for_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_ordered_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_for_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
parallel_for_scan_codegen.cpp [OPENMP50]Codegen for scan directives in parallel for regions. 2020-06-18 11:56:55 -04:00
parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
parallel_for_simd_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
parallel_for_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_for_simd_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
parallel_for_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_for_simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_scan_codegen.cpp [OPENMP50]Codegen for scan directives in parallel for simd regions. 2020-06-23 08:41:11 -04:00
parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_if_codegen.cpp [OPENMP]Fix thread id passed to outlined region in sequential parallel 2019-10-17 14:36:43 +00:00
parallel_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_master_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_master_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
parallel_master_copyin_messages.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
parallel_master_firstprivate_messages.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_if_messages.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_message.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_num_threads_messages.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
parallel_master_proc_bind_messages.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_master_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
parallel_master_shared_messages.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
parallel_master_taskloop_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_master_taskloop_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
parallel_master_taskloop_collapse_messages.cpp [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_final_messages.cpp [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_firstprivate_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
parallel_master_taskloop_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_grainsize_messages.cpp [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_lastprivate_codegen.cpp [OPENMP]Reduce number of captured global vars. 2020-03-13 10:47:54 -04:00
parallel_master_taskloop_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
parallel_master_taskloop_misc_messages.c [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_num_tasks_messages.cpp [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_priority_messages.cpp [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_private_codegen.cpp [OPENMP50]Add support for 'parallel master taskloop' construct. 2019-10-14 17:17:41 +00:00
parallel_master_taskloop_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_reduction_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
parallel_master_taskloop_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_simd_aligned_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
parallel_master_taskloop_simd_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
parallel_master_taskloop_simd_collapse_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_final_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_firstprivate_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
parallel_master_taskloop_simd_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_simd_grainsize_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_lastprivate_codegen.cpp [OPENMP]Reduce number of captured global vars. 2020-03-13 10:47:54 -04:00
parallel_master_taskloop_simd_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_simd_linear_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
parallel_master_taskloop_simd_misc_messages.c [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
parallel_master_taskloop_simd_num_tasks_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_priority_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_private_codegen.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_simd_reduction_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
parallel_master_taskloop_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
parallel_master_taskloop_simd_safelen_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_master_taskloop_simd_simdlen_messages.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
parallel_messages.cpp [OPENMP]Support for non-rectangular loops. 2019-08-14 19:30:06 +00:00
parallel_num_threads_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
parallel_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_private_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
parallel_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_proc_bind_codegen.cpp
parallel_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_reduction_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
parallel_reduction_messages.c [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
parallel_sections_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_sections_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
parallel_sections_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
parallel_sections_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_sections_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_sections_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
parallel_sections_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_sections_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
parallel_sections_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
parallel_sections_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
parallel_sections_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
predefined_macro.c [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0. 2019-08-07 14:02:11 +00:00
recovery-crash.cpp [AST][RecoveryExpr] Fix an assertion crash on openMP. 2020-05-19 15:09:26 +02:00
remarks_parallel_in_multiple_target_state_machines.c [OpenMP][FIX] Check only for deterministic part of a generated function name 2020-07-14 22:48:22 -05:00
remarks_parallel_in_target_state_machine.c [OpenMP][FIX] Check only for deterministic part of a generated function name 2020-07-14 22:48:22 -05:00
report_default_DSA.cpp [OPENMP]Fix PR41768: check DSA for globals with default(none) clauses. 2019-05-09 18:14:57 +00:00
requires_acq_rel_codegen.cpp [OPENMP50]Full handling of atomic_default_mem_order in requires 2020-02-11 15:42:34 -05:00
requires_acq_rel_print.cpp
requires_ast_print.cpp
requires_codegen.cpp [OPENMP]Improve diagnostics for unsupported unified addressing. 2019-11-05 10:31:59 -05:00
requires_default_atomic_mem_order_messages.cpp [OPENMP50]Full handling of atomic_default_mem_order in requires 2020-02-11 15:42:34 -05:00
requires_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
requires_relaxed_codegen.cpp [OPENMP50]Full handling of atomic_default_mem_order in requires 2020-02-11 15:42:34 -05:00
requires_relaxed_print.cpp
requires_seq_cst_codegen.cpp [OPENMP50]Full handling of atomic_default_mem_order in requires 2020-02-11 15:42:34 -05:00
requires_target_messages.cpp [OPENMP50]Full handling of atomic_default_mem_order in requires 2020-02-11 15:42:34 -05:00
scan_ast_print.cpp [OPENMP50]Add basic support for inscan reduction modifier. 2020-03-27 13:54:38 -04:00
scan_codegen.cpp [OPENMP50]Codegen for scan directive in simd loops. 2020-06-11 14:48:43 -04:00
scan_messages.cpp [OPENMP50]Codegen for inscan reductions in worksharing directives. 2020-06-04 16:29:33 -04:00
schedule_codegen.cpp [OPENMP50]Allow nonmonotonic modifier for all schedule kinds. 2020-06-18 12:30:50 -04:00
sections_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
sections_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
sections_firstprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
sections_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
sections_lastprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
sections_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
sections_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
sections_private_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
sections_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
sections_reduction_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
sections_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
sections_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
simd_aligned_messages.cpp [OPENMP]Reorganize OpenMP warning groups. 2019-12-06 13:31:02 -05:00
simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
simd_codegen.cpp Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions" 2020-07-16 11:54:04 -07:00
simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_if_messages.cpp [OPENMP50]Add if clause in simd directive. 2019-11-19 15:58:19 -05:00
simd_lastprivate_messages.cpp [OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing. 2020-01-02 10:07:04 -05:00
simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
simd_metadata.c Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions" 2020-07-16 11:54:04 -07:00
simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
simd_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
single_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
single_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
single_copyprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
single_firstprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
single_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
single_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
single_private_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
single_private_messages.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
target_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_codegen_global_capture.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
target_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_codegen_registration_naming.cpp
target_constant_device_codegen.cpp [OpenMP] Strengthen regression tests for task allocation under nowait depend clauses NFC 2019-06-19 14:26:43 +00:00
target_data_ast_print.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_data_codegen.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_data_device_messages.cpp [OPENMP50]Add support for extended device clause in target directives. 2020-03-18 15:02:37 -04:00
target_data_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_data_messages.c [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_data_use_device_addr_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_data_use_device_ptr_addr_ast_print.cpp [OPENMP50]Initial support for use_device_addr clause. 2020-05-27 11:35:31 -04:00
target_data_use_device_ptr_addr_messages.cpp [OPENMP50]Initial support for use_device_addr clause. 2020-05-27 11:35:31 -04:00
target_data_use_device_ptr_codegen.cpp [OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region. 2020-07-21 15:48:32 -04:00
target_defaultmap_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_device_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_device_messages.cpp [OPENMP50]Add support for extended device clause in target directives. 2020-03-18 15:02:37 -04:00
target_enter_data_ast_print.cpp
target_enter_data_codegen.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_enter_data_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_enter_data_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_enter_data_device_messages.cpp [OPENMP50]Add support for extended device clause in target directives. 2020-03-18 15:02:37 -04:00
target_enter_data_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_enter_data_map_messages.c [OPENMP][Analysis] Add analysis of the map clauses. 2019-08-28 14:55:08 +00:00
target_enter_data_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_exit_data_ast_print.cpp
target_exit_data_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_exit_data_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_exit_data_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_exit_data_device_messages.cpp [OPENMP50]Add support for extended device clause in target directives. 2020-03-18 15:02:37 -04:00
target_exit_data_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_exit_data_map_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_exit_data_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_is_device_ptr_ast_print.cpp
target_is_device_ptr_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_map_codegen.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_map_member_expr_array_section_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_parallel_codegen_registration_naming.cpp
target_parallel_debug_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
target_parallel_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_parallel_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_parallel_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_parallel_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_for_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_parallel_for_codegen_registration_naming.cpp
target_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_debug_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
target_parallel_for_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_parallel_for_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_parallel_for_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_for_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_parallel_for_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_if_messages.cpp [OPENMP]Remove extra space from error message. 2019-12-10 12:55:40 -05:00
target_parallel_for_is_device_ptr_ast_print.cpp
target_parallel_for_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_linear_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_parallel_for_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_parallel_for_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
target_parallel_for_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
target_parallel_for_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_ordered_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
target_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_for_simd_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_parallel_for_simd_codegen_registration_naming.cpp
target_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_parallel_for_simd_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_parallel_for_simd_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_for_simd_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_parallel_for_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_simd_if_messages.cpp [OPENMP]Remove extra space from error message. 2019-12-10 12:55:40 -05:00
target_parallel_for_simd_is_device_ptr_ast_print.cpp
target_parallel_for_simd_is_device_ptr_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_parallel_for_simd_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_simd_linear_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_simd_loop_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
target_parallel_for_simd_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_parallel_for_simd_misc_messages.c [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
target_parallel_for_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_ordered_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_for_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_if_messages.cpp [OPENMP]Remove extra space from error message. 2019-12-10 12:55:40 -05:00
target_parallel_is_device_ptr_ast_print.cpp
target_parallel_is_device_ptr_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_parallel_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_parallel_messages.cpp [OPENMP]Allow cancellation constructs in target parallel regions. 2020-04-30 15:10:52 -04:00
target_parallel_no_exceptions.cpp [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1 2020-05-27 07:51:27 +00:00
target_parallel_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_num_threads_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_parallel_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_parallel_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
target_parallel_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_private_codegen.cpp
target_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_reduction_codegen.cpp
target_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_simd_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_simd_codegen_registration_naming.cpp
target_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_simd_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_simd_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_if_messages.cpp [OPENMP50]Add if clause in target simd directive. 2019-12-10 15:33:18 -05:00
target_simd_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_linear_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_loop_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
target_simd_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_simd_misc_messages.c [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
target_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_teams_codegen_registration_naming.cpp
target_teams_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_teams_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_teams_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_teams_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_teams_distribute_codegen_registration_naming.cpp
target_teams_distribute_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_teams_distribute_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_teams_distribute_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_teams_distribute_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_distribute_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_teams_distribute_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_teams_distribute_parallel_for_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_teams_distribute_parallel_for_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_teams_distribute_parallel_for_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_if_messages.cpp [OPENMP]Remove extra space from error message. 2019-12-10 12:55:40 -05:00
target_teams_distribute_parallel_for_is_device_ptr_ast_print.cpp
target_teams_distribute_parallel_for_is_device_ptr_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_parallel_for_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_lastprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_parallel_for_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_parallel_for_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_teams_distribute_parallel_for_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
target_teams_distribute_parallel_for_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_order_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_proc_bind_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
target_teams_distribute_parallel_for_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_simd_codegen.cpp Temporarily Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions" 2020-07-16 11:54:04 -07:00
target_teams_distribute_parallel_for_simd_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_teams_distribute_parallel_for_simd_codegen_registration_naming.cpp
target_teams_distribute_parallel_for_simd_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_teams_distribute_parallel_for_simd_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_teams_distribute_parallel_for_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_firstprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_parallel_for_simd_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_if_messages.cpp [OPENMP50]Add if clause in target teams distribute parallel for simd directive. 2019-12-16 10:33:56 -05:00
target_teams_distribute_parallel_for_simd_is_device_ptr_ast_print.cpp
target_teams_distribute_parallel_for_simd_is_device_ptr_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_parallel_for_simd_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_teams_distribute_parallel_for_simd_loop_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
target_teams_distribute_parallel_for_simd_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_teams_distribute_parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_parallel_for_simd_misc_messages.c [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
target_teams_distribute_parallel_for_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_parallel_for_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_codegen_registration.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
target_teams_distribute_simd_codegen_registration_naming.cpp
target_teams_distribute_simd_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_defaultmap_messages.cpp [OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional. 2020-04-09 09:43:03 -04:00
target_teams_distribute_simd_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_depend_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_teams_distribute_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_firstprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_simd_if_messages.cpp [OPENMP50]Add if clause in target teams idistribute simd directive. 2019-12-16 13:20:57 -05:00
target_teams_distribute_simd_is_device_ptr_ast_print.cpp
target_teams_distribute_simd_is_device_ptr_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_simd_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_lastprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_teams_distribute_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_simd_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_teams_distribute_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
target_teams_distribute_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_private_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_distribute_simd_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_distribute_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_distribute_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_is_device_ptr_ast_print.cpp
target_teams_is_device_ptr_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_teams_map_codegen.cpp [OpenMP] Fix map clause for unused var: don't ignore it 2020-07-17 21:37:27 -04:00
target_teams_map_messages.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
target_teams_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_num_teams_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_teams_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_thread_limit_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_teams_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_update_ast_print.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_update_codegen.cpp [OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region. 2020-07-21 15:48:32 -04:00
target_update_depend_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_update_depend_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_update_device_messages.cpp [OPENMP50]Add support for extended device clause in target directives. 2020-03-18 15:02:37 -04:00
target_update_from_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_update_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_update_messages.cpp [OPENMP50] extend array section for stride (Parsing/Sema/AST) 2020-07-09 13:28:51 -05:00
target_update_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_update_to_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
target_uses_allocators_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
target_uses_allocators_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_vla_messages.cpp [OPENMP5.0]Add support for device_type clause in declare target 2019-08-23 16:11:14 +00:00
task_affinity_codegen.cpp [OPENMP50]Initial codegen for 'affinity' clauses. 2020-06-02 10:50:08 -04:00
task_affinity_messages.cpp [OPENMP50]Add initial support for 'affinity' clause. 2020-05-19 08:19:09 -04:00
task_ast_print.cpp [OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously. 2020-06-04 09:34:59 -04:00
task_codegen.c [OPENMP50]Codegen for iterator construct. 2020-04-07 15:26:00 -04:00
task_codegen.cpp [OPENMP50]Codegen for iterator construct. 2020-04-07 15:26:00 -04:00
task_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
task_depend_messages.cpp [OPENMP50]Add initial support for OpenMP 5.0 iterator. 2020-04-02 08:28:15 -04:00
task_final_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_firstprivate_codegen.cpp [OPENMP]Fix PR45911: Data sharing and lambda capture. 2020-05-20 15:01:02 -04:00
task_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
task_if_codegen.cpp
task_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
task_in_reduction_codegen.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
task_in_reduction_message.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
task_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
task_priority_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_private_codegen.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
task_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
task_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskgroup_ast_print.cpp
taskgroup_codegen.cpp [CodeGen] Emit a call instruction instead of an invoke if the called 2020-07-15 14:47:45 -07:00
taskgroup_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
taskgroup_task_reduction_codegen.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskgroup_task_reduction_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_ast_print.cpp [OPENMP50]Add cancellation support in taskloop-based directives. 2020-02-13 12:03:43 -05:00
taskloop_codegen.cpp [OPENMP] Fix PR46730: Fix compiler crash on taskloop over constructible loop counters. 2020-07-24 10:48:20 -04:00
taskloop_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_final_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_firstprivate_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
taskloop_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_grainsize_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_in_reduction_codegen.cpp [OPENMP]Use new interface for task reduction. 2020-04-24 09:41:48 -04:00
taskloop_in_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_lastprivate_codegen.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
taskloop_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
taskloop_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
taskloop_num_tasks_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_priority_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_private_codegen.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
taskloop_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_reduction_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
taskloop_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
taskloop_simd_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
taskloop_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_final_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_firstprivate_codegen.cpp [OPENMP]Fix PR45047: Do not copy firstprivates in tasks twice. 2020-03-13 18:04:16 -04:00
taskloop_simd_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_grainsize_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_in_reduction_codegen.cpp [OPENMP]Use new interface for task reduction. 2020-04-24 09:41:48 -04:00
taskloop_simd_in_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_lastprivate_codegen.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
taskloop_simd_lastprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_linear_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
taskloop_simd_misc_messages.c [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
taskloop_simd_num_tasks_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_priority_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_private_codegen.cpp Re-land Remove REQUIRES:shell from tests that pass for me on Windows 2019-09-10 20:15:45 +00:00
taskloop_simd_private_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_reduction_codegen.cpp [OPENMP]Fix overflow during counting the number of iterations. 2020-06-17 08:47:01 -04:00
taskloop_simd_reduction_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
taskloop_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskwait_ast_print.cpp
taskwait_codegen.cpp [OpenMP] Lower taskwait using OpenMP IR Builder 2020-02-14 09:53:02 +00:00
taskwait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskyield_ast_print.cpp
taskyield_codegen.cpp [OpenMP] Lower taskyield using OpenMP IR Builder 2020-02-14 11:35:17 +00:00
taskyield_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_ast_print.cpp [OPENMP5.0]Allow teams directive outside of the target directives. 2019-09-10 20:19:58 +00:00
teams_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
teams_distribute_ast_print.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
teams_distribute_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
teams_distribute_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_firstprivate_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_distribute_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
teams_distribute_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_distribute_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
teams_distribute_parallel_for_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_copyin_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
teams_distribute_parallel_for_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_firstprivate_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_distribute_parallel_for_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
teams_distribute_parallel_for_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
teams_distribute_parallel_for_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_distribute_parallel_for_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
teams_distribute_parallel_for_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_num_threads_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_proc_bind_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
teams_distribute_parallel_for_reduction_task_codegen.cpp [OPENMP50]Codegen for reduction clauses with 'task' modifier. 2020-05-01 11:40:27 -04:00
teams_distribute_parallel_for_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_shared_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_distribute_parallel_for_simd_aligned_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
teams_distribute_parallel_for_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
teams_distribute_parallel_for_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_firstprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_distribute_parallel_for_simd_if_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_if_messages.cpp [OPENMP50]Add if clause in teams distribute parallel for simd directive. 2019-12-11 16:11:41 -05:00
teams_distribute_parallel_for_simd_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
teams_distribute_parallel_for_simd_linear_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
teams_distribute_parallel_for_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_distribute_parallel_for_simd_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
teams_distribute_parallel_for_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_num_threads_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_proc_bind_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
teams_distribute_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_parallel_for_simd_shared_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_distribute_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
teams_distribute_shared_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_distribute_simd_aligned_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
teams_distribute_simd_ast_print.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
teams_distribute_simd_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_collapse_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_default_messages.cpp [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
teams_distribute_simd_dist_schedule_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_firstprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_firstprivate_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_distribute_simd_if_messages.cpp [OPENMP50]Add if clause in teams distribute simd directive. 2019-12-11 12:30:18 -05:00
teams_distribute_simd_lastprivate_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_lastprivate_messages.cpp [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05:00
teams_distribute_simd_linear_messages.cpp [OpenMP] Require trivially copyable type for mapping 2019-12-07 13:31:46 +01:00
teams_distribute_simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_distribute_simd_messages.cpp [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
teams_distribute_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_private_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_reduction_codegen.cpp [OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtime 2020-07-15 18:11:43 -07:00
teams_distribute_simd_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
teams_distribute_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_shared_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_distribute_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_firstprivate_codegen.cpp [CGCall] Annotate references with "align" attribute. 2020-05-19 20:21:30 -07:00
teams_firstprivate_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
teams_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_private_codegen.cpp Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
teams_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_reduction_messages.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
teams_shared_messages.cpp [OPENMP]Moved warning fo mapping non-trivially copiable types into a 2019-12-06 09:51:36 -05:00
teams_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
threadprivate_ast_print.cpp
threadprivate_codegen.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
threadprivate_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
varargs.cpp
vla_crash.c