llvm-project/clang/test/OpenMP
Jennifer Yu 2ca27206f9 [OpenMP] Fix segmentation fault when data field is used in is_device_pt
Currently, the field just emit map info for this pointer variable. It is
failed at run time. For the fields, the PartialStruct is created and it
needs call to emitCombinedEntry which create the base that covers all
the pieces.

The change is to generate map info as regular fields.

Differential Revision: https://reviews.llvm.org/D129608
2022-08-12 17:10:26 -07:00
..
Inputs [OpenMP] Add diagnostic for unterminated 'omp [begin] declare target' 2022-05-25 10:34:07 -07:00
PR44893.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
aarch64_vfabi_NarrowestDataSize.c [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
aarch64_vfabi_WidestDataSize.c [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
align_clause_ast_print.cpp Initial parsing/sema for 'align' clause 2021-11-09 07:34:18 -05:00
align_clause_codegen.cpp [clang][OpenMP] Local variable alignment incorrect with align clause 2022-05-03 13:10:01 -07:00
align_clause_global_codegen.cpp [OpenMP] Use the align clause value from 'omp allocate' for globals 2022-05-26 09:51:48 -07:00
align_clause_messages.cpp Initial parsing/sema for 'align' clause 2021-11-09 07:34:18 -05: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
allocate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
allocate_codegen_attr.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
allocate_messages.cpp
amdgcn-attributes.cpp [OpenMP] Add kernel string attribute to kernel function 2022-02-01 13:49:31 -05:00
amdgcn_device_function_call.cpp [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1 2020-05-27 07:51:27 +00:00
amdgcn_ldbl_check.cpp [Clang] Fix long double availability check 2021-09-17 15:24:06 +08:00
amdgcn_target_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
amdgcn_target_global_constructor.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
amdgcn_target_init_temp_alloca.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
assumes_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
assumes_include_nvptx.cpp [OpenMP] Replace device kernel linkage with weak_odr 2022-03-25 11:29:15 -04:00
assumes_messages.c [OpenMP] Add initial support for `omp [begin/end] assumes` 2020-12-16 20:02:49 -06:00
assumes_messages_attr.c [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
assumes_print.cpp [OpenMP] Encode `omp [...] assume[...]` assumptions with `omp[x]` prefix 2021-09-10 12:08:52 -05:00
assumes_template_print.cpp [OpenMP] Encode `omp [...] assume[...]` assumptions with `omp[x]` prefix 2021-09-10 12:08:52 -05:00
atomic_ast_print.cpp Revert "[OpenMP] atomic compare fail : Parser & AST support" 2022-05-25 13:34:34 -04:00
atomic_capture_codegen.cpp [Clang][OpenMP] Add the support for floating-point variables for specific atomic clauses 2022-05-03 11:30:54 -04:00
atomic_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomic_compare_codegen.cpp [Clang][OpenMP] Enable floating-point operation for `atomic compare` series 2022-07-06 13:05:11 -04:00
atomic_messages.c [Clang][OpenMP] Enable floating-point operation for `atomic compare` series 2022-07-06 13:05:11 -04:00
atomic_messages.cpp Revert "[OpenMP] atomic compare fail : Parser & AST support" 2022-05-25 13:34:34 -04:00
atomic_read_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
atomic_update_codegen.cpp [Clang][OpenMP] Add the support for floating-point variables for specific atomic clauses 2022-05-03 11:30:54 -04:00
atomic_write_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
aux-triple-macros.cpp
barrier_ast_print.cpp
barrier_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
barrier_messages.cpp
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] Add nec and nvidia as compiler vendors for OpenMP 2022-01-04 12:30:43 +00: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 Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -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
bug56913.c [Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early for variables captured in linear clause 2022-08-06 16:50:37 -04:00
cancel_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
cancel_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
cancel_codegen_cleanup.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
cancel_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
cancel_messages.cpp
cancellation_point_ast_print.cpp
cancellation_point_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
cancellation_point_messages.cpp
capturing_in_templates.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
constexpr_capture.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
constexpr_codegen.cpp [test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none) differences 2020-12-31 00:27:11 -08:00
constexpr_partial_array.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
crash-skipped-bodies-template-inst.cpp
critical_ast_print.cpp
critical_codegen.cpp [OpenMPIRBuilder] Remove ContinuationBB argument from Body callback. 2022-04-26 16:35:01 -05:00
critical_codegen_attr.cpp [OpenMPIRBuilder] Remove ContinuationBB argument from Body callback. 2022-04-26 16:35:01 -05:00
critical_messages.cpp [clang] Fix OpenMP critical hint parameter check 2022-03-08 09:04:31 +08:00
debug-info-complex-byval.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
debug-info-openmp-array.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
debug_private.c Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info" 2022-06-24 17:07:47 +00:00
debug_task_shared.c Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info" 2022-06-24 17:07:47 +00:00
debug_threadprivate_copyin.c Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info" 2022-06-24 17:07:47 +00:00
declare_mapper_ast_print.c Fix the declaration printer to properly handle prototypes in C 2022-02-17 13:54:09 -05:00
declare_mapper_ast_print.cpp [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
declare_mapper_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
declare_mapper_messages.c [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
declare_mapper_messages.cpp [OPENMP]Redesign of OMPExecutableDirective/OMPDeclarativeDirective representation. 2020-08-06 12:25:19 -04:00
declare_reduction_ast_print.c Fix the declaration printer to properly handle prototypes in C 2022-02-17 13:54:09 -05:00
declare_reduction_ast_print.cpp [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
declare_reduction_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
declare_reduction_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
declare_reduction_codegen_in_templates.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
declare_reduction_messages.c [OPENMP]Fix PR48740: OpenMP declare reduction in C does not require an initializer 2021-03-30 05:38:20 -07:00
declare_reduction_messages.cpp [AST] Use recovery-expr to preserve incomplete-type-member-access expression. 2022-01-10 12:45:20 +01:00
declare_simd_aarch64.c [clang][OpenMP] Fix mangling of linear parameters. 2020-05-01 21:19:00 +00:00
declare_simd_aarch64.cpp
declare_simd_aarch64_complex.c
declare_simd_aarch64_fix.c
declare_simd_aarch64_sve.c
declare_simd_aarch64_warning_advsimd.c
declare_simd_aarch64_warning_sve.c
declare_simd_ast_print.c
declare_simd_ast_print.cpp
declare_simd_codegen.cpp [OpenMP] Fix declare simd use on in-class member template function 2022-05-13 08:24:55 -07:00
declare_simd_messages.cpp [OpenMP] Fix declare simd use on in-class member template function 2022-05-13 08:24:55 -07:00
declare_target_ast_print.cpp [clang][OpenMP5.1] Initial parsing/sema for 'indirect' clause 2022-01-10 16:58:56 -08:00
declare_target_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
declare_target_codegen_globalization.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
declare_target_link_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
declare_target_messages.cpp [OpenMP] Add diagnostic for unterminated 'omp [begin] declare target' 2022-05-25 10:34:07 -07:00
declare_target_only_one_side_compilation.cpp [OpenMP] Remove hidden visibility for declare target variables 2022-01-18 18:19:57 -05:00
declare_target_visibility_codegen.cpp [OpenMP] Do not create offloading entries for internal or hidden symbols 2022-03-23 18:27:16 -04:00
declare_variant.cpp Referencing a static function defined in an opnemp clause, is 2021-06-11 06:56:01 -07:00
declare_variant_ast_print.c Fix the declaration printer to properly handle prototypes in C 2022-02-17 13:54:09 -05:00
declare_variant_ast_print.cpp [OpenMP] Support construct trait set for Clang 2021-09-16 11:34:31 -05:00
declare_variant_ast_x86_64.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
declare_variant_bind_to_decl.cpp [OpenMP] Add variant extension that applies to declarations 2022-06-29 15:04:26 -04:00
declare_variant_clauses_ast_print.c [OpenMP] Fix problems with the declare variant append_args clause 2022-01-14 11:09:27 -08:00
declare_variant_clauses_ast_print.cpp [OPENMP51]Initial parsing/sema for append_args clause for 'declare variant' 2021-10-25 09:38:50 -07:00
declare_variant_clauses_messages.cpp Add -Wno-strict-prototypes to C tests; NFC 2022-02-24 15:30:30 -05:00
declare_variant_construct_codegen_1.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
declare_variant_device_isa_codegen_1.c [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
declare_variant_device_kind_codegen.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
declare_variant_implementation_vendor_codegen.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
declare_variant_messages.c [clang] [OpenMP] Diagnose use of 'target_clones' in OpenMP variant declarations. 2022-03-21 13:39:44 -04:00
declare_variant_messages.cpp [OpenMP] Add nec and nvidia as compiler vendors for OpenMP 2022-01-04 12:30:43 +00:00
declare_variant_mixed_codegen.c [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
declare_variant_mixed_codegen.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
default_firstprivate_ast_print.cpp Generate the capture for the field when the field is used in openmp 2022-07-01 17:09:01 -07:00
default_private_ast_print.cpp Generate the capture for the field when the field is used in openmp 2022-07-01 17:09:01 -07:00
deferred-diags.cpp [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
depend_iterator_bug.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
depobj_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
depobj_codegen.cpp [OpenMP] Add codegen for 'omp_all_memory' reserved locator. 2022-05-24 15:26:23 -07:00
depobj_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
dispatch_ast_print.cpp Fix missing generate capture expression for novariants condition. 2021-04-07 12:35:49 -07:00
dispatch_messages.cpp [OPENMP51]Initial support for nocontext clause. 2021-04-05 11:45:49 -07:00
distribute_ast_print.cpp
distribute_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
distribute_dist_schedule_ast_print.cpp
distribute_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
distribute_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_firstprivate_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_parallel_for_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
distribute_parallel_for_copyin_messages.cpp
distribute_parallel_for_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
distribute_parallel_for_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
distribute_parallel_for_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_firstprivate_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_parallel_for_if_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
distribute_parallel_for_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_lastprivate_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_parallel_for_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_parallel_for_num_threads_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_num_threads_messages.cpp
distribute_parallel_for_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_proc_bind_messages.cpp
distribute_parallel_for_reduction_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
distribute_parallel_for_reduction_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_parallel_for_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
distribute_parallel_for_schedule_messages.cpp
distribute_parallel_for_shared_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_parallel_for_simd_aligned_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_parallel_for_simd_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_parallel_for_simd_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
distribute_parallel_for_simd_copyin_messages.cpp
distribute_parallel_for_simd_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
distribute_parallel_for_simd_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
distribute_parallel_for_simd_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_simd_firstprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_parallel_for_simd_if_codegen.cpp [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
distribute_parallel_for_simd_if_messages.cpp
distribute_parallel_for_simd_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_simd_lastprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_parallel_for_simd_linear_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_parallel_for_simd_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_parallel_for_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
distribute_parallel_for_simd_num_threads_codegen.cpp [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
distribute_parallel_for_simd_num_threads_messages.cpp
distribute_parallel_for_simd_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_parallel_for_simd_proc_bind_messages.cpp
distribute_parallel_for_simd_reduction_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_parallel_for_simd_safelen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
distribute_parallel_for_simd_schedule_messages.cpp
distribute_parallel_for_simd_shared_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_parallel_for_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
distribute_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_private_messages.cpp
distribute_simd_aligned_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_simd_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_simd_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
distribute_simd_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
distribute_simd_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_simd_firstprivate_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_simd_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_simd_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_simd_lastprivate_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_simd_linear_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
distribute_simd_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
distribute_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
distribute_simd_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
distribute_simd_reduction_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
distribute_simd_safelen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
distribute_simd_simdlen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
driver-openmp-target.c [OpenMP] Add `__CUDA_ARCH__` definition when offloading with OpenMP 2022-05-13 14:38:35 -04:00
driver.c [OpenMP] Add version macro support for 5.1 and 5.2 2021-11-17 10:51:08 -08:00
flush_ast_print.cpp
flush_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
flush_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
fopenmp-extensions.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
for_ast_print.cpp [OPENMP]Fix PR48387: disable warning messages caused by internal conversions. 2020-12-04 07:44:36 -08:00
for_ast_print_cxx20.cpp [OPENMP][C++20]Add support for CXXRewrittenBinaryOperator in ranged for loops. 2021-06-14 11:50:27 -07:00
for_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
for_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
for_firstprivate_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
for_firstprivate_messages.cpp
for_lastprivate_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
for_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
for_linear_codegen.cpp [Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early for variables captured in linear clause 2022-08-06 16:50:37 -04:00
for_linear_messages.cpp
for_loop_auto.cpp [OPENMP]Fix PR51327: Range based for loop not working if range's type is a template. 2021-12-02 13:33:44 -08:00
for_loop_messages.cpp [OpenMP] Fix iterations calculation for dependent counters. 2021-02-02 10:09:37 -08:00
for_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
for_ordered_clause.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
for_private_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05: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 [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
for_reduction_codegen_UDR.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
for_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
for_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
for_scan_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
for_schedule_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
for_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07:00
for_simd_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
for_simd_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
for_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
for_simd_firstprivate_messages.cpp
for_simd_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
for_simd_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
for_simd_linear_messages.cpp
for_simd_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
for_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -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 [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
for_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
for_simd_scan_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
for_simd_schedule_messages.cpp
for_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
function-attr.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
generic_loop_ast_print.cpp [OpenMP] Add parsing/sema/serialization for 'bind' clause. 2021-11-04 14:40:30 -07:00
generic_loop_messages.cpp [OpenMP] Add parsing/sema/serialization for 'bind' clause. 2021-11-04 14:40:30 -07:00
interop_ast_print.cpp [OpenMP] Allow data members in interop init/use/destroy clauses 2022-08-11 09:39:12 -07:00
interop_irbuilder.cpp [OpenMP] Allow data members in interop init/use/destroy clauses 2022-08-11 09:39:12 -07:00
interop_messages.cpp [OpenMP] Allow data members in interop init/use/destroy clauses 2022-08-11 09:39:12 -07:00
irbuilder_for_iterator.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_for_rangefor.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_for_unsigned.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_for_unsigned_auto.c Reapply "[OpenMP] Refactor OMPScheduleType enum." 2022-04-18 21:56:47 -05:00
irbuilder_for_unsigned_down.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_for_unsigned_dynamic.c Reapply "[OpenMP] Refactor OMPScheduleType enum." 2022-04-18 21:56:47 -05:00
irbuilder_for_unsigned_dynamic_chunked.c Reapply "[OpenMP] Refactor OMPScheduleType enum." 2022-04-18 21:56:47 -05:00
irbuilder_for_unsigned_runtime.c Reapply "[OpenMP] Refactor OMPScheduleType enum." 2022-04-18 21:56:47 -05:00
irbuilder_for_unsigned_static_chunked.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_nested_openmp_parallel_empty.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_nested_parallel_for.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_simd.cpp [OMPIRBuilder] Add support for simdlen clause 2022-07-11 13:29:06 -04:00
irbuilder_simdlen.cpp [OMPIRBuilder] Add support for simdlen clause 2022-07-11 13:29:06 -04:00
irbuilder_unroll_full.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_heuristic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_partial_factor.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_partial_factor_for.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_partial_factor_for_collapse.c [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
irbuilder_unroll_partial_heuristic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_partial_heuristic_constant_for.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_partial_heuristic_for_collapse.c [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
irbuilder_unroll_partial_heuristic_runtime_for.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_unroll_partial_factor.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
irbuilder_unroll_unroll_partial_heuristic.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
linking.c [Driver] Prepend - to option name in err_drv_unsupported_option_argument diagnostic 2022-04-10 01:44:53 -07:00
lit.local.cfg [FileCheck] Default --allow-unused-prefixes to false 2021-02-08 13:37:04 -08:00
loops_explicit_clauses_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
masked_ast_print.cpp [OpenMP51] Initial support for masked directive and filter clause 2021-04-09 14:00:36 -05:00
masked_codegen.cpp [OpenMPIRBuilder] Remove ContinuationBB argument from Body callback. 2022-04-26 16:35:01 -05:00
masked_messages.cpp [OpenMP51] Initial support for masked directive and filter clause 2021-04-09 14:00:36 -05:00
masked_messages_attr.cpp [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
masked_taskloop_ast_print.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_collapse_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_final_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_firstprivate_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_grainsize_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_in_reduction_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_lastprivate_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_loop_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_num_tasks_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_priority_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_private_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop' construct 2022-06-24 10:00:08 -07:00
masked_taskloop_simd_aligned_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_ast_print.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_collapse_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_final_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_firstprivate_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_grainsize_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_in_reduction_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_lastprivate_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_linear_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_loop_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_num_tasks_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_priority_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_private_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_reduction_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_safelen_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
masked_taskloop_simd_simdlen_messages.cpp [OpenMP] Initial parsing and sema support for 'masked taskloop simd' construct 2022-06-28 15:27:49 -07:00
master_ast_print.cpp
master_codegen.cpp [OpenMPIRBuilder] Remove ContinuationBB argument from Body callback. 2022-04-26 16:35:01 -05:00
master_messages.cpp [OPENMP]Simplify representation for atomic, critical, master and section 2020-08-07 09:58:23 -04:00
master_taskloop_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
master_taskloop_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
master_taskloop_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
master_taskloop_final_messages.cpp
master_taskloop_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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
master_taskloop_in_reduction_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
master_taskloop_in_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
master_taskloop_lastprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
master_taskloop_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
master_taskloop_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
master_taskloop_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
master_taskloop_num_tasks_messages.cpp
master_taskloop_priority_messages.cpp
master_taskloop_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
master_taskloop_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
master_taskloop_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07:00
master_taskloop_simd_ast_print.cpp [Flang][Openmp] Upgrade TASKGROUP construct to 5.0. 2021-08-03 10:27:47 +05:30
master_taskloop_simd_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
master_taskloop_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
master_taskloop_simd_final_messages.cpp
master_taskloop_simd_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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
master_taskloop_simd_in_reduction_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
master_taskloop_simd_in_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
master_taskloop_simd_lastprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
master_taskloop_simd_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00: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] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
master_taskloop_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
master_taskloop_simd_num_tasks_messages.cpp
master_taskloop_simd_priority_messages.cpp
master_taskloop_simd_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
master_taskloop_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
master_taskloop_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
master_taskloop_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
metadirective_ast_print.c Fix the declaration printer to properly handle prototypes in C 2022-02-17 13:54:09 -05:00
metadirective_device_isa_codegen.cpp [OpenMP][Clang] Allow passing target features in ISA trait for metadirective clause 2022-01-12 05:24:49 +00:00
metadirective_device_isa_codegen_amdgcn.cpp [OpenMP] Replace device kernel linkage with weak_odr 2022-03-25 11:29:15 -04:00
metadirective_device_kind_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
metadirective_device_kind_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
metadirective_empty.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
metadirective_implementation_codegen.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
metadirective_implementation_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
metadirective_messages.cpp [OpenMP][Clang] Allow passing target features in ISA trait for metadirective clause 2022-01-12 05:24:49 +00:00
nesting_of_regions.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
no_option.c
no_option_no_warn.c
nothing_messages.cpp [Clang][OpenMP] Support for omp nothing 2022-05-24 23:59:31 -05:00
nvptx_NRVO_variable.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_SPMD_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_allocate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_allocate_messages.cpp [OpenMP] Delay more diagnostics of potentially non-emitted code 2021-02-15 13:17:05 -06:00
nvptx_asm_delayed_diags.c [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
nvptx_data_sharing.cpp [OpenMP][NFC] Remove unused check lines in Clang/OpenMP tests 2022-06-28 17:18:13 -05:00
nvptx_declare_target_var_ctor_dtor_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_declare_variant_device_kind_codegen.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
nvptx_declare_variant_implementation_vendor_codegen.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
nvptx_declare_variant_name_mangling.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
nvptx_distribute_parallel_generic_mode_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_force_full_runtime_SPMD_codegen.cpp [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
nvptx_lambda_capturing.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
nvptx_lambda_pointer_capturing.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
nvptx_multi_target_parallel_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_nested_parallel_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_parallel_codegen.cpp [OpenMP][NFC] Remove unused check lines in Clang/OpenMP tests 2022-06-28 17:18:13 -05:00
nvptx_parallel_for_codegen.cpp [OpenMP][NFC] Remove unused check lines in Clang/OpenMP tests 2022-06-28 17:18:13 -05:00
nvptx_param_translate.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
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] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_cuda_mode_messages.cpp
nvptx_target_exceptions_messages.cpp [OpenMP] Delay more diagnostics of potentially non-emitted code 2021-02-15 13:17:05 -06:00
nvptx_target_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_target_parallel_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_parallel_num_threads_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_parallel_proc_bind_codegen.cpp [OpenMP][Offloading] Use bitset to indicate execution mode instead of value 2021-09-22 11:40:52 -04:00
nvptx_target_parallel_reduction_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_printf_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_target_pure_deleted_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_target_requires_unified_shared_memory.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
nvptx_target_simd_codegen.cpp [OpenMP][Offloading] Change `bool IsSPMD` to `int8_t Mode` in `__kmpc_target_init` and `__kmpc_target_deinit` 2021-09-22 17:16:41 -04:00
nvptx_target_teams_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_teams_distribute_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_teams_distribute_parallel_for_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
nvptx_target_teams_distribute_simd_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_teams_codegen.cpp [OpenMP][NFC] Remove unused check lines in Clang/OpenMP tests 2022-06-28 17:18:13 -05:00
nvptx_teams_reduction_codegen.cpp [OpenMP][NFC] Remove unused check lines in Clang/OpenMP tests 2022-06-28 17:18:13 -05:00
nvptx_unsupported_type_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
nvptx_unsupported_type_messages.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
nvptx_va_arg_delayed_diags.c
omp_with_loop_pragma.c [OPENMP] Fix mixture of omp and clang pragmas 2020-05-22 12:53:37 +09:00
omp_with_loop_pragma_instr_profile.c [OpenMP][InstrProfiling] Fix a missing instr profiling counter 2021-03-25 13:52:36 -07:00
openmp_attribute.cpp [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
openmp_attribute_compat.cpp [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
openmp_attribute_parsing.cpp [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
openmp_capture_const_var_ast_print.cpp [OPENMP]Honor constantness of captured variables. 2020-11-20 11:11:47 -08:00
openmp_check.cpp
openmp_common.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
openmp_offload_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
openmp_offload_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
openmp_seh.c
openmp_win_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
option_warn.c
ordered_ast_print.cpp
ordered_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
ordered_doacross_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ordered_doacross_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
ordered_messages.cpp Canonicalize declaration pointers when forming APValues. 2020-10-12 19:32:57 -07:00
outlined_artificial.c [clang][OpenMP][DebugInfo] Mark OpenMP generated functions as artificial 2022-08-02 21:24:46 +05:30
parallel_ast_print.cpp [OpenMP51] Accept `primary` as proc bind affinity policy in Clang 2021-04-01 18:07:12 -05:00
parallel_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_copyin_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
parallel_copyin_messages.cpp
parallel_default_messages.cpp Fix assert during the call to getCanonicalDecl. 2022-08-03 09:14:28 -07:00
parallel_firstprivate_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_firstprivate_messages.cpp
parallel_for_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_for_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_for_copyin_messages.cpp
parallel_for_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
parallel_for_firstprivate_messages.cpp
parallel_for_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
parallel_for_lastprivate_conditional.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_for_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_linear_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_for_linear_messages.cpp
parallel_for_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
parallel_for_num_threads_messages.cpp
parallel_for_ordered_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07: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
parallel_for_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_for_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
parallel_for_scan_codegen.cpp [OPENMP]PR53344: Emit code for final update of the inscan reduction vars in worksharing loops. 2022-04-28 10:41:28 -07:00
parallel_for_schedule_messages.cpp
parallel_for_simd_aligned_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_for_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07:00
parallel_for_simd_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_simd_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_for_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_for_simd_copyin_messages.cpp
parallel_for_simd_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
parallel_for_simd_firstprivate_messages.cpp
parallel_for_simd_if_messages.cpp
parallel_for_simd_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_simd_linear_messages.cpp
parallel_for_simd_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_for_simd_messages.cpp
parallel_for_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
parallel_for_simd_num_threads_messages.cpp
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
parallel_for_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_for_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_for_simd_scan_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_for_simd_schedule_messages.cpp
parallel_for_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_generic_loop_ast_print.cpp [OpenMP] Initial parsing/sema for the 'omp parallel loop' construct 2022-03-22 13:55:47 -07:00
parallel_generic_loop_messages.cpp [OpenMP] Initial parsing/sema for the 'omp parallel loop' construct 2022-03-22 13:55:47 -07:00
parallel_if_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_if_codegen_PR51349.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
parallel_masked_ast_print.cpp [OpenMP] Add handling cases when filter(tid) appears with default(none) 2022-06-22 17:45:43 -07:00
parallel_masked_copyin_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_default_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_firstprivate_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_if_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_message.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_num_threads_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_private_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_proc_bind_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_reduction_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_shared_messages.cpp [OpenMP] Initial parsing and sema for 'parallel masked' construct 2022-06-16 18:01:15 -07:00
parallel_masked_taskloop_ast_print.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_collapse_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_final_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_firstprivate_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_grainsize_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_lastprivate_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_loop_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_num_tasks_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_priority_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_private_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_reduction_messages.cpp [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
parallel_masked_taskloop_simd_aligned_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_ast_print.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_collapse_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_final_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_firstprivate_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_grainsize_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_lastprivate_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_linear_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_loop_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_num_tasks_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_priority_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_private_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_reduction_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_safelen_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_masked_taskloop_simd_simdlen_messages.cpp [OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct 2022-07-01 08:57:15 -07:00
parallel_master_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_master_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
parallel_master_copyin_messages.cpp
parallel_master_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
parallel_master_firstprivate_messages.cpp
parallel_master_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
parallel_master_message.cpp
parallel_master_num_threads_messages.cpp
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
parallel_master_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_master_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
parallel_master_shared_messages.cpp
parallel_master_taskloop_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_master_taskloop_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
parallel_master_taskloop_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_master_taskloop_final_messages.cpp
parallel_master_taskloop_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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
parallel_master_taskloop_lastprivate_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
parallel_master_taskloop_lastprivate_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_master_taskloop_loop_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 3 2020-08-27 19:37:04 +00:00
parallel_master_taskloop_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
parallel_master_taskloop_num_tasks_messages.cpp
parallel_master_taskloop_priority_messages.cpp
parallel_master_taskloop_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_master_taskloop_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_master_taskloop_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07:00
parallel_master_taskloop_simd_ast_print.cpp [Flang][Openmp] Upgrade TASKGROUP construct to 5.0. 2021-08-03 10:27:47 +05:30
parallel_master_taskloop_simd_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_master_taskloop_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_master_taskloop_simd_final_messages.cpp
parallel_master_taskloop_simd_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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
parallel_master_taskloop_simd_lastprivate_codegen.cpp [Clang][OpenMP] Fix the issue that `llvm.lifetime.end` is emitted too early for variables captured in linear clause 2022-08-06 16:50:37 -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 Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
parallel_master_taskloop_simd_num_tasks_messages.cpp
parallel_master_taskloop_simd_priority_messages.cpp
parallel_master_taskloop_simd_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_master_taskloop_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_master_taskloop_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_master_taskloop_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
parallel_messages.cpp
parallel_num_threads_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_num_threads_messages.cpp
parallel_private_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_private_messages.cpp
parallel_proc_bind_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_proc_bind_messages.cpp [OpenMP51] Accept `primary` as proc bind affinity policy in Clang 2021-04-01 18:07:12 -05:00
parallel_proc_bind_primary_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
parallel_reduction_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_reduction_messages.c Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
parallel_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08: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 [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
parallel_sections_copyin_messages.cpp
parallel_sections_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
parallel_sections_firstprivate_messages.cpp
parallel_sections_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
parallel_sections_lastprivate_messages.cpp
parallel_sections_messages.cpp
parallel_sections_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
parallel_sections_num_threads_messages.cpp
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
parallel_sections_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
parallel_sections_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
parallel_sections_shared_messages.cpp
parallel_shared_messages.cpp
predefined_macro.c Fix a typo in an OpenMP test 2022-05-03 10:01:46 -04:00
recovery-crash.cpp [AST][RecoveryExpr] Fix an assertion crash on openMP. 2020-05-19 15:09:26 +02:00
reduction_compound_op.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
reduction_implicit_map.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
remarks_parallel_in_multiple_target_state_machines.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
remarks_parallel_in_target_state_machine.c [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
report_default_DSA.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
requires_acq_rel_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
requires_acq_rel_print.cpp
requires_ast_print.cpp [OpenMP][Clang] Move partial support of reverse offload to a future version 2022-02-09 07:11:41 +00:00
requires_codegen.cpp [Clang][OpenMP] Allow unified_shared_memory for Pascal-generation GPUs. 2021-05-13 17:15:34 -05:00
requires_default_atomic_mem_order_messages.cpp
requires_messages.cpp [OpenMP][Clang] Move partial support of reverse offload to a future version 2022-02-09 07:11:41 +00:00
requires_relaxed_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
requires_relaxed_print.cpp
requires_seq_cst_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
requires_target_messages.cpp [OpenMP][Clang] Move partial support of reverse offload to a future version 2022-02-09 07:11:41 +00:00
scan_ast_print.cpp [OPENMP50]Add basic support for inscan reduction modifier. 2020-03-27 13:54:38 -04:00
scan_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
scan_messages.cpp [OPENMP50]Codegen for inscan reductions in worksharing directives. 2020-06-04 16:29:33 -04:00
schedule_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sections_ast_print.cpp [OPENMP50]Support 'task' modifier in reduction clauses. 2020-04-30 14:43:01 -04:00
sections_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
sections_firstprivate_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
sections_firstprivate_messages.cpp
sections_lastprivate_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
sections_lastprivate_messages.cpp
sections_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
sections_private_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05: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 [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
sections_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
sections_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07:00
simd_ast_print.cpp
simd_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
simd_if_messages.cpp
simd_lastprivate_messages.cpp
simd_linear_messages.cpp
simd_loop_messages.cpp [OpenMP] Upgrade default version of OpenMP to 5.0 2020-06-25 07:13:05 +00:00
simd_metadata.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
simd_null_pointer_access.cpp Fixing a test case that was missed in c165a99a1b 2021-03-17 08:46:04 -04: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 [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
single_ast_print.cpp
single_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
single_copyprivate_messages.cpp
single_firstprivate_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
single_firstprivate_messages.cpp
single_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
single_private_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05: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][Clang] Move partial support of reverse offload to a future version 2022-02-09 07:11:41 +00:00
target_attribute_convergent.cpp [OpenMP] Change default visibility to protected for device declarations 2022-01-20 21:06:26 -05:00
target_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_codegen_global_capture.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_constant_device_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_data_ast_print.cpp [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_data_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02: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
target_data_map_codegen_hold.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_data_map_pointer_array_subscript_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_data_member_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_data_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_data_use_device_addr_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_data_use_device_ptr_if_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_defaultmap_codegen_01.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_defaultmap_codegen_02.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_device_ancestor_messages.cpp [OpenMP][Clang] Allow ancestor device modifier only with reverse offloading 2022-02-04 12:10:14 +00:00
target_device_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04: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 [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_enter_data_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
target_enter_data_depend_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
target_enter_data_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -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] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_enter_data_map_messages.c [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_enter_data_nowait_messages.cpp
target_exit_data_ast_print.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_exit_data_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
target_exit_data_depend_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
target_exit_data_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -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] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_exit_data_map_messages.c [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_exit_data_nowait_messages.cpp
target_firstprivate_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_firstprivate_messages.cpp [OPENMP]Consider 'omp_null_allocator' as a predefined allocator. 2020-05-07 10:11:06 -04:00
target_globals_codegen.cpp [OpenMP] Don't set device runtime debugging flags if using '-nogpulib' 2022-05-13 14:38:43 -04:00
target_has_device_addr_ast_print.cpp [clang][OpenMP5.1] Initial parsing/sema for has_device_addr 2022-04-08 21:19:38 -07:00
target_has_device_addr_messages.cpp [clang][OpenMP5.1] Initial parsing/sema for has_device_addr 2022-04-08 21:19:38 -07:00
target_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_in_reduction_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_incompatible_architecture_messages.cpp [OpenMP] Add Error Handling for Conflicting Pointer Sizes for Target Offload 2020-10-08 08:20:38 -04:00
target_is_device_ptr_ast_print.cpp
target_is_device_ptr_codegen.cpp [OpenMP] Fix segmentation fault when data field is used in is_device_pt 2022-08-12 17:10:26 -07:00
target_is_device_ptr_messages.cpp [OPENMP50]Allow overlapping mapping in target constructs. 2021-02-16 14:42:08 -08:00
target_map_codegen_00.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_01.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_02.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_03.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_map_codegen_04.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_05.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_06.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_07.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_08.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_09.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_10.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_11.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_12.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_13.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_14.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_15.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_16.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_17.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_18.inc [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_18a.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_map_codegen_18b.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_map_codegen_18c.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_map_codegen_18d.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_map_codegen_19.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_20.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_21.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_22.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_23.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_24.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_25.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_26.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_27.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_28.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_29.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_30.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_31.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_32.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_33.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_34.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_35.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_codegen_hold.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_map_member_expr_array_section_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_map_messages.cpp [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_map_names.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_map_names_attr.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_messages.cpp Correct a lot of diagnostic wordings for the driver 2021-08-05 07:04:55 -04:00
target_nowait_messages.cpp
target_num_teams_num_threads_attributes.cpp [OpenMP] Creating the `omp_target_num_teams` and `omp_target_thread_limit` attributes to outlined functions 2021-07-27 17:21:04 -04:00
target_offload_mandatory_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_parallel_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_debug_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_parallel_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_parallel_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_parallel_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_parallel_device_messages.cpp
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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_parallel_for_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_for_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_for_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_parallel_for_debug_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_for_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_parallel_for_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_parallel_for_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_parallel_for_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_parallel_for_device_messages.cpp
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] Ensure testing for versions 4.5 and default - Part 2 2020-08-27 18:50:52 +00:00
target_parallel_for_is_device_ptr_ast_print.cpp
target_parallel_for_is_device_ptr_messages.cpp
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][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_parallel_for_messages.cpp
target_parallel_for_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_parallel_for_nowait_messages.cpp
target_parallel_for_num_threads_messages.cpp
target_parallel_for_ordered_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07: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
target_parallel_for_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_parallel_for_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
target_parallel_for_schedule_messages.cpp
target_parallel_for_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07: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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_parallel_for_simd_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_for_simd_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_parallel_for_simd_collapse_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
target_parallel_for_simd_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_parallel_for_simd_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_parallel_for_simd_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_parallel_for_simd_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_parallel_for_simd_device_messages.cpp
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
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
target_parallel_for_simd_map_messages.cpp [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_parallel_for_simd_messages.cpp
target_parallel_for_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_parallel_for_simd_nowait_messages.cpp
target_parallel_for_simd_num_threads_messages.cpp
target_parallel_for_simd_ordered_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01: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
target_parallel_for_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_parallel_for_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_parallel_for_simd_schedule_messages.cpp
target_parallel_for_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_parallel_for_simd_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_parallel_for_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_parallel_generic_loop_ast_print.cpp [OpenMP] Initial parsing/sema for the 'omp target parallel loop' construct 2022-03-24 09:19:00 -07:00
target_parallel_generic_loop_messages.cpp [OpenMP] Initial parsing/sema for the 'omp target parallel loop' construct 2022-03-24 09:19:00 -07:00
target_parallel_if_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_parallel_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00: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][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -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
target_parallel_num_threads_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_parallel_num_threads_messages.cpp
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
target_parallel_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_parallel_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
target_parallel_shared_messages.cpp
target_parallel_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_private_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07: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] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_simd_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_simd_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_simd_collapse_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
target_simd_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_simd_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_simd_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_simd_device_messages.cpp
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
target_simd_is_device_ptr_messages.cpp
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
target_simd_map_messages.cpp [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_simd_messages.cpp
target_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_simd_nowait_messages.cpp
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] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_simd_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04: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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_teams_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_teams_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_teams_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04: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
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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_teams_distribute_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_distribute_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_distribute_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_teams_distribute_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_teams_distribute_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_teams_distribute_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_teams_distribute_device_messages.cpp
target_teams_distribute_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
target_teams_distribute_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_firstprivate_messages.cpp Recommit: Compress formatting of array type names (int [4] -> int[4]) 2021-10-21 11:34:43 -07:00
target_teams_distribute_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_teams_distribute_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_teams_distribute_messages.cpp
target_teams_distribute_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_teams_distribute_nowait_messages.cpp
target_teams_distribute_num_teams_messages.cpp
target_teams_distribute_parallel_for_ast_print.cpp [OPENMP]Fix PR50640: OpenMP target clause implicitly scaling loop bounds to uint64_t. 2021-07-01 07:52:22 -07:00
target_teams_distribute_parallel_for_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_teams_distribute_parallel_for_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_teams_distribute_parallel_for_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_teams_distribute_parallel_for_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_parallel_for_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_teams_distribute_parallel_for_device_messages.cpp
target_teams_distribute_parallel_for_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
target_teams_distribute_parallel_for_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_teams_distribute_parallel_for_messages.cpp
target_teams_distribute_parallel_for_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_teams_distribute_parallel_for_nowait_messages.cpp
target_teams_distribute_parallel_for_num_teams_messages.cpp
target_teams_distribute_parallel_for_num_threads_messages.cpp
target_teams_distribute_parallel_for_order_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_proc_bind_messages.cpp
target_teams_distribute_parallel_for_reduction_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_teams_distribute_parallel_for_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
target_teams_distribute_parallel_for_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_schedule_messages.cpp
target_teams_distribute_parallel_for_shared_messages.cpp
target_teams_distribute_parallel_for_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07: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 [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_simd_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_distribute_parallel_for_simd_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_distribute_parallel_for_simd_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_teams_distribute_parallel_for_simd_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_teams_distribute_parallel_for_simd_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_parallel_for_simd_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_teams_distribute_parallel_for_simd_device_messages.cpp
target_teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_simd_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
target_teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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 [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
target_teams_distribute_parallel_for_simd_if_messages.cpp
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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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
target_teams_distribute_parallel_for_simd_loop_messages.cpp
target_teams_distribute_parallel_for_simd_map_messages.cpp [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_teams_distribute_parallel_for_simd_messages.cpp
target_teams_distribute_parallel_for_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_teams_distribute_parallel_for_simd_nowait_messages.cpp
target_teams_distribute_parallel_for_simd_num_teams_messages.cpp
target_teams_distribute_parallel_for_simd_num_threads_messages.cpp
target_teams_distribute_parallel_for_simd_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_simd_proc_bind_messages.cpp
target_teams_distribute_parallel_for_simd_reduction_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_teams_distribute_parallel_for_simd_safelen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
target_teams_distribute_parallel_for_simd_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_parallel_for_simd_schedule_messages.cpp
target_teams_distribute_parallel_for_simd_shared_messages.cpp
target_teams_distribute_parallel_for_simd_simdlen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
target_teams_distribute_parallel_for_simd_thread_limit_messages.cpp
target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_parallel_for_thread_limit_messages.cpp
target_teams_distribute_parallel_for_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_teams_distribute_shared_messages.cpp
target_teams_distribute_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07: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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
target_teams_distribute_simd_codegen_registration.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_distribute_simd_codegen_registration_naming.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
target_teams_distribute_simd_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
target_teams_distribute_simd_defaultmap_messages.cpp [OPENMP51] Add present modifier in defaultmap clause 2020-12-15 13:50:12 -06:00
target_teams_distribute_simd_depend_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_simd_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
target_teams_distribute_simd_device_messages.cpp
target_teams_distribute_simd_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_simd_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
target_teams_distribute_simd_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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
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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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
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][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_teams_distribute_simd_messages.cpp
target_teams_distribute_simd_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_teams_distribute_simd_nowait_messages.cpp
target_teams_distribute_simd_num_teams_messages.cpp
target_teams_distribute_simd_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_distribute_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_teams_distribute_simd_safelen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
target_teams_distribute_simd_shared_messages.cpp
target_teams_distribute_simd_simdlen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
target_teams_distribute_simd_thread_limit_messages.cpp
target_teams_distribute_simd_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_teams_distribute_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04: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_generic_loop_ast_print.cpp [OpenMP] Initial parsing/sema for the 'omp target teams loop' construct 2022-03-18 13:48:32 -07:00
target_teams_generic_loop_messages.cpp [OpenMP] Initial parsing/sema for the 'omp target teams loop' construct 2022-03-18 13:48:32 -07:00
target_teams_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_map_messages.cpp [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2) 2021-08-31 16:13:49 -04:00
target_teams_messages.cpp
target_teams_nowait_messages.cpp
target_teams_num_teams_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_num_teams_messages.cpp
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] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
target_teams_shared_messages.cpp
target_teams_thread_limit_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
target_teams_thread_limit_messages.cpp
target_teams_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04:00
target_unknown_file.cpp [OPENMP]Fix PR48759: "fatal error" when compile with preprocessed file. 2021-03-04 07:26:57 -08:00
target_update_ast_print.cpp [OpenMP5.0] map item can be non-contiguous for target update 2020-11-06 21:04:37 -06:00
target_update_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
target_update_depend_codegen.cpp [ConstExpr] Don't create div/rem expressions 2022-07-05 15:54:53 +02:00
target_update_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05: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 Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
target_update_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
target_update_messages.cpp Revert "[NFC][tests][AIX] XFAIL test for lack of visibility support" 2022-05-11 20:47:48 -04:00
target_update_nowait_messages.cpp
target_update_to_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
target_uses_allocators.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
target_uses_allocators_codegen.cpp [OpenMP] Change OpenMP code generation for target region entries 2022-07-08 14:44:11 -04: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
task_affinity_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
task_affinity_messages.cpp Print nullptr_t namespace qualified within std:: 2021-09-21 11:21:40 -07:00
task_ast_print.cpp [OpenMP] Add parsing/sema support for omp_all_memory reserved locator 2022-05-24 10:28:59 -07:00
task_codegen.c [OpenMP] Add codegen for 'omp_all_memory' reserved locator. 2022-05-24 15:26:23 -07:00
task_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
task_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
task_depend_messages.cpp [OpenMP] Add parsing/sema support for omp_all_memory reserved locator 2022-05-24 10:28:59 -07:00
task_depend_template_call_ast_print.cpp [OPENMP]Fix error emission for dependent expressions in iterators for depend clauses. 2021-12-02 12:59:03 -08:00
task_final_messages.cpp
task_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
task_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
task_in_reduction_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
task_in_reduction_message.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
task_in_task_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
task_member_call_codegen.cpp [OpenMP][NFC] Reuse check lines for Clang/OpenMP tests 2022-07-01 21:34:11 -05:00
task_messages.cpp [OPENMP]Fix PR49366: crash on VLAs in task untied regions. 2022-02-21 12:28:47 -08:00
task_priority_messages.cpp
task_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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
task_target_device_codegen.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskgroup_ast_print.cpp
taskgroup_codegen.cpp [clang][OpenMP] Add IRBuilder support for taskgroup 2022-07-21 11:13:57 +05:30
taskgroup_messages.cpp [OPENMP51]Initial support for the interop directive. 2021-03-17 09:42:07 -07:00
taskgroup_task_reduction_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01:00
taskgroup_task_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
taskloop_ast_print.cpp
taskloop_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskloop_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
taskloop_final_messages.cpp
taskloop_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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
taskloop_in_reduction_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
taskloop_in_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
taskloop_lastprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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]Fix PR49366: crash on VLAs in task untied regions. 2022-02-21 12:28:47 -08:00
taskloop_misc_messages.c Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
taskloop_num_tasks_messages.cpp
taskloop_priority_messages.cpp
taskloop_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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 Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
taskloop_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
taskloop_reduction_messages_attr.cpp [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
taskloop_simd_aligned_messages.cpp Explain why the array bound is non-constant in VLA diagnostics. 2020-08-19 15:45:51 -07:00
taskloop_simd_ast_print.cpp [Flang][Openmp] Upgrade TASKGROUP construct to 5.0. 2021-08-03 10:27:47 +05:30
taskloop_simd_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskloop_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
taskloop_simd_final_messages.cpp
taskloop_simd_firstprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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
taskloop_simd_in_reduction_codegen.cpp Inliner: don't mark call sites as 'nounwind' if that would be redundant 2022-07-20 14:17:23 +02:00
taskloop_simd_in_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
taskloop_simd_lastprivate_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02: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 Use functions with prototypes when appropriate; NFC 2022-02-10 16:06:03 -05:00
taskloop_simd_num_tasks_messages.cpp
taskloop_simd_priority_messages.cpp
taskloop_simd_private_codegen.cpp [FileCheck] Catch missspelled directives. 2022-05-26 11:37:19 +01: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 [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskloop_simd_reduction_messages.cpp [OpenMP] Use compound operators for reduction combiner if available. 2021-05-11 11:39:12 -07:00
taskloop_simd_safelen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
taskloop_simd_simdlen_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
taskloop_with_atomic_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskwait_ast_print.cpp [OpenMP] support depend clause for taskwait directive, by Deepak 2021-11-19 06:30:17 -08:00
taskwait_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskwait_depend_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskwait_depend_messages.cpp Enable inoutset dependency-type in depend clause. 2022-02-08 08:35:36 -05:00
taskwait_messages.cpp [OpenMP] support depend clause for taskwait directive, by Deepak 2021-11-19 06:30:17 -08:00
taskyield_ast_print.cpp
taskyield_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
taskyield_messages.cpp
teams_ast_print.cpp
teams_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07: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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
teams_distribute_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
teams_distribute_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
teams_distribute_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_firstprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_lastprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_loop_messages.cpp Fix signal during the call to checkOpenMPLoop. 2021-08-05 08:59:35 -07:00
teams_distribute_num_teams_messages.cpp
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] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
teams_distribute_parallel_for_copyin_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
teams_distribute_parallel_for_copyin_messages.cpp
teams_distribute_parallel_for_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
teams_distribute_parallel_for_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
teams_distribute_parallel_for_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_firstprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_if_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_if_messages.cpp [OpenMP] Ensure testing for versions 4.5 and default - Part 1 2020-08-13 07:37:10 +00:00
teams_distribute_parallel_for_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_lastprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07: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
teams_distribute_parallel_for_num_teams_messages.cpp
teams_distribute_parallel_for_num_threads_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_private_messages.cpp
teams_distribute_parallel_for_proc_bind_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_proc_bind_messages.cpp
teams_distribute_parallel_for_reduction_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_reduction_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_reduction_task_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
teams_distribute_parallel_for_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_schedule_messages.cpp
teams_distribute_parallel_for_shared_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_simd_aligned_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_simd_ast_print.cpp
teams_distribute_parallel_for_simd_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
teams_distribute_parallel_for_simd_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_firstprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_simd_if_codegen.cpp [AArch64] Simplify BTI/PAC-RET module flags 2022-07-26 09:48:36 -07:00
teams_distribute_parallel_for_simd_if_messages.cpp
teams_distribute_parallel_for_simd_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_lastprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_simd_linear_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07: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
teams_distribute_parallel_for_simd_num_teams_messages.cpp
teams_distribute_parallel_for_simd_num_teams_messages_attr.cpp [OpenMP] Support OpenMP 5.1 attributes 2021-07-12 06:51:19 -04:00
teams_distribute_parallel_for_simd_num_threads_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_num_threads_messages.cpp
teams_distribute_parallel_for_simd_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_private_messages.cpp
teams_distribute_parallel_for_simd_proc_bind_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_proc_bind_messages.cpp
teams_distribute_parallel_for_simd_reduction_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_reduction_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_simd_safelen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
teams_distribute_parallel_for_simd_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_parallel_for_simd_shared_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_parallel_for_simd_simdlen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
teams_distribute_parallel_for_simd_thread_limit_messages.cpp
teams_distribute_parallel_for_thread_limit_messages.cpp
teams_distribute_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_private_messages.cpp
teams_distribute_reduction_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_reduction_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_shared_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_simd_aligned_messages.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
teams_distribute_simd_ast_print.cpp
teams_distribute_simd_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_collapse_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_collapse_messages.cpp Make OpenMP tests less brittle in the face of changes in constant 2020-10-05 19:04:14 -07:00
teams_distribute_simd_default_messages.cpp [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause 2022-05-19 12:43:13 -07:00
teams_distribute_simd_dist_schedule_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_dist_schedule_messages.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
teams_distribute_simd_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_firstprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_simd_if_messages.cpp
teams_distribute_simd_lastprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_lastprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_simd_linear_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07: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
teams_distribute_simd_num_teams_messages.cpp
teams_distribute_simd_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_private_messages.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
teams_distribute_simd_reduction_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_distribute_simd_reduction_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_simd_safelen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
teams_distribute_simd_shared_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_distribute_simd_simdlen_messages.cpp PR47805: Use a single object for a function parameter in the caller and 2020-10-14 17:43:51 -07:00
teams_distribute_simd_thread_limit_messages.cpp
teams_distribute_thread_limit_messages.cpp
teams_firstprivate_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_firstprivate_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_generic_loop_ast_print.cpp [OpenMP] Initial parsing/sema for the 'omp teams loop' construct 2022-03-16 14:39:18 -07:00
teams_generic_loop_messages.cpp [OpenMP] Initial parsing/sema for the 'omp teams loop' construct 2022-03-16 14:39:18 -07: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
teams_private_codegen.cpp [OpenMP] Add loop tripcount argument to kernel launch and remove push function 2022-07-08 14:44:16 -04:00
teams_private_messages.cpp
teams_reduction_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_shared_messages.cpp Stop emit incomplete type error for a variable in a map clause 2021-08-03 10:51:32 -07:00
teams_thread_limit_messages.cpp
template-specialization.cpp Argument dependent lookup with class argument is recursing into base 2020-12-01 10:33:12 -08:00
threadprivate_ast_print.cpp
threadprivate_codegen.cpp Use @llvm.threadlocal.address intrinsic to access TLS variable 2022-08-01 11:05:00 +08:00
threadprivate_messages.cpp
tile_ast_print.cpp [Clang][OpenMP] Allow loop-transformations with template parameters. 2021-10-06 12:21:04 -05:00
tile_codegen.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tile_codegen_for_dependent.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tile_codegen_tile_for.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
tile_messages.cpp [OpenMP] Implement '#pragma omp tile', by Michael Kruse (@Meinersbur). 2021-02-16 09:45:07 -08:00
unroll_ast_print.cpp [Clang][OpenMP] Allow loop-transformations with template parameters. 2021-10-06 12:21:04 -05:00
unroll_codegen_factor.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unroll_codegen_for_collapse_outer.cpp [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
unroll_codegen_for_partial.cpp [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
unroll_codegen_full.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unroll_codegen_heuristic.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unroll_codegen_parallel_for_factor.cpp [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
unroll_codegen_partial.cpp [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
unroll_codegen_tile_for.cpp [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
unroll_codegen_unroll_for.cpp [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
unroll_codegen_unroll_for_attr.cpp [OpenMP] Fix partial unrolling off-by-one. 2022-05-20 15:19:52 -05:00
unroll_messages.cpp [OpenMP] Implement '#pragma omp unroll'. 2021-06-10 14:30:17 -05:00
varargs.cpp
vla_crash.c [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC) 2022-04-07 12:09:47 +02:00
vla_iterator_cache_bug.c [OpenMP] Fix accidental reuse of VLA size 2021-08-07 05:55:27 +00:00