hanchenye-llvm-project/clang/test/OpenMP
Alexey Bataev 195ae90307 [OPENMP]Add support for analysis of linear variables and step.
Summary:
Added support for basic analysis of the linear variables and linear step
expression. Linear loop iteration variables must be excluded from this
analysis, only non-loop iteration variables must be analyzed.

Reviewers: NoQ

Subscribers: guansong, cfe-commits, caomhin, kkwli0

Tags: #clang

Differential Revision: https://reviews.llvm.org/D65461

llvm-svn: 368295
2019-08-08 13:42:45 +00:00
..
Inputs [AArch64] Implement Vector Funtion ABI name mangling. 2019-04-16 13:56:21 +00:00
allocate_allocator_ast_print.cpp [OPENMP]Warn if the different allocator is used for the variable. 2019-03-19 20:33:44 +00:00
allocate_allocator_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
allocate_ast_print.cpp [OPENMP 5.0]Add initial support for 'allocate' directive. 2019-03-07 17:54:44 +00:00
allocate_codegen.cpp [OPENMP]Allow allocate directive on parameters. 2019-04-09 16:31:37 +00:00
allocate_messages.cpp [OPENMP] Check that allocated variables are used in private clauses. 2019-04-01 14:25:31 +00:00
atomic_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
atomic_capture_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
atomic_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
atomic_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
atomic_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
atomic_read_codegen.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
atomic_update_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
atomic_write_codegen.c Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). 2018-01-19 17:12:54 +00:00
barrier_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
barrier_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
barrier_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
cancel_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
cancel_codegen.cpp [OPENMP] General code improvements. 2018-04-16 17:59:34 +00:00
cancel_codegen_cleanup.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
cancel_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
cancel_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
cancellation_point_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
cancellation_point_codegen.cpp [OPENMP] General code improvements. 2018-04-16 17:59:34 +00:00
cancellation_point_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
capturing_in_templates.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
constexpr_codegen.cpp [OPENMP] Do not consider address constant vars as possibly 2018-06-25 15:32:05 +00:00
critical_ast_print.cpp [OPENMP]Fix PR41617: crash on template instantiation. 2019-04-29 15:51:36 +00:00
critical_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
critical_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
debug-info-openmp-array.cpp [OPENMP] Do not capture private loop counters. 2018-10-29 15:01:58 +00:00
declare_mapper_ast_print.c [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. 2019-02-25 20:34:15 +00:00
declare_mapper_ast_print.cpp [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. 2019-02-25 20:34:15 +00:00
declare_mapper_codegen.cpp [OpenMP 5.0] Codegen support for user-defined mappers. 2019-08-05 18:43:21 +00:00
declare_mapper_messages.c [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
declare_mapper_messages.cpp [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. 2019-02-25 20:34:15 +00:00
declare_reduction_ast_print.c [OPENMP]Fix lookup of the user-defined reductions in C. 2019-04-04 17:28:22 +00:00
declare_reduction_ast_print.cpp [OPENMP] Fix PR38902: support ADL for declare reduction constructs. 2018-09-12 16:31:59 +00:00
declare_reduction_codegen.c IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
declare_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
declare_reduction_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
declare_reduction_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
declare_simd_aarch64.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64.cpp [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_complex.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_fix.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_sve.c [OPENMP][AARCH64]Fix the test for declare simd, NFC. 2019-04-25 14:04:37 +00:00
declare_simd_aarch64_warning_advsimd.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_aarch64_warning_sve.c [OPENMP]Require aarch arch for the tests, NFC. 2019-04-16 14:26:10 +00:00
declare_simd_ast_print.c [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
declare_simd_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
declare_simd_codegen.cpp [OPENMP] Scan all redeclarations looking for `declare simd` attribute. 2018-03-02 18:07:00 +00:00
declare_simd_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
declare_target_ast_print.cpp [OpenMP] Add support for nested 'declare target' directives 2018-09-10 02:07:09 +00:00
declare_target_codegen.cpp [OpenMP] Fix declare target link implementation 2019-08-01 21:15:58 +00:00
declare_target_codegen_globalization.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
declare_target_link_codegen.cpp [OpenMP] Fix declare target link implementation 2019-08-01 21:15:58 +00:00
declare_target_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
distribute_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
distribute_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
distribute_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_dist_schedule_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
distribute_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_parallel_for_ast_print.cpp [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none). 2019-05-09 18:44:53 +00:00
distribute_parallel_for_codegen.cpp [OpenMP] Fix condition. 2018-10-29 19:44:25 +00:00
distribute_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_parallel_for_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
distribute_parallel_for_if_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
distribute_parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
distribute_parallel_for_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_parallel_for_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
distribute_parallel_for_num_threads_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
distribute_parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
distribute_parallel_for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
distribute_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_reduction_codegen.cpp [OpenMP] Limit reduction support for pragma 'distribute' when combined with pragma 'simd' 2018-02-22 19:38:14 +00:00
distribute_parallel_for_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
distribute_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_ast_print.cpp [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none). 2019-05-09 18:44:53 +00:00
distribute_parallel_for_simd_codegen.cpp [OpenMP] Fix condition. 2018-10-29 19:44:25 +00:00
distribute_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
distribute_parallel_for_simd_if_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
distribute_parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
distribute_parallel_for_simd_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
distribute_parallel_for_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
distribute_parallel_for_simd_num_threads_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
distribute_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
distribute_parallel_for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
distribute_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
distribute_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
distribute_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
distribute_simd_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
distribute_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_simd_firstprivate_messages.cpp [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
distribute_simd_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
distribute_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
distribute_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
distribute_simd_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
distribute_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_reduction_codegen.cpp [OPENMP]Improve detection of number of teams, threads in target 2019-04-10 19:11:33 +00:00
distribute_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
distribute_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
distribute_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
driver.c [OPENMP]Set default version to OpenMP 4.5. 2019-08-07 14:39:17 +00:00
flush_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
flush_codegen.cpp [OPENMP] Remove more empty SourceLocations() from the code. 2018-01-23 18:12:38 +00:00
flush_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
for_codegen.cpp [OPENMP]Make the loop with unsigned counter countable. 2019-01-29 18:51:58 +00:00
for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_firstprivate_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
for_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_lastprivate_codegen.cpp Defer capture initialization for captured regions until after we've left 2019-05-31 00:45:10 +00:00
for_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_linear_codegen.cpp [OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime. 2019-04-08 19:06:42 +00:00
for_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
for_loop_messages.cpp [OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or Field 2019-07-17 15:18:45 +00:00
for_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
for_ordered_clause.cpp [APSInt][OpenMP] Fix isNegative, etc. for unsigned types 2019-04-23 17:04:15 +00:00
for_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
for_reduction_codegen_UDR.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
for_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
for_simd_codegen.cpp [OpenMP] Avoid remainder operations for loop index values on a collapsed loop nest. 2019-01-09 20:45:26 +00:00
for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
for_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
function-attr.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
is_initial_device.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
linking.c Revert "[OPENMP] Fix PR38026: Link -latomic when -fopenmp is used." 2018-07-23 18:27:09 +00:00
loops_explicit_clauses_codegen.cpp [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. 2018-12-20 21:24:54 +00:00
master_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
master_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
master_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
nesting_of_regions.cpp [OPENMP] issue error messages for multiple teams contructs in a target construct 2019-02-05 16:43:00 +00:00
no_option.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
no_option_no_warn.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
nvptx_SPMD_codegen.cpp [OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode. 2019-04-16 15:39:12 +00:00
nvptx_allocate_codegen.cpp [OPENMP]Use the attributes for dso locality when building for device. 2019-05-21 18:20:08 +00:00
nvptx_allocate_messages.cpp [OPENMP]Allocate clause allocator in target region. 2019-04-01 16:56:59 +00:00
nvptx_asm_delayed_diags.c [OPENMP]Fix the float point semantics handling on the device. 2019-07-09 14:09:53 +00:00
nvptx_data_sharing.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_declare_target_var_ctor_dtor_codegen.cpp [OPENMP]Use the attributes for dso locality when building for device. 2019-05-21 18:20:08 +00:00
nvptx_distribute_parallel_generic_mode_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_force_full_runtime_SPMD_codegen.cpp [OPENMP][NVPTX] Enable support for lastprivates in SPMD constructs. 2018-09-21 14:22:53 +00:00
nvptx_lambda_capturing.cpp [OPENMP]Fix handling of lambda captures in target regions. 2019-07-01 17:46:52 +00:00
nvptx_lambda_pointer_capturing.cpp Added mapping for pointers captured in Lambdas in OpenMP target regions, 2019-07-11 13:54:26 +00:00
nvptx_parallel_codegen.cpp [OPENMP][NVPTX]Mark barrier functions calls as convergent. 2019-07-18 13:49:24 +00:00
nvptx_parallel_for_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_param_translate.c
nvptx_target_codegen.cpp [OPENMP]Use the attributes for dso locality when building for device. 2019-05-21 18:20:08 +00:00
nvptx_target_cuda_mode_messages.cpp [OPENMP] Treat local variables in CUDA mode as thread local. 2018-03-02 17:17:12 +00:00
nvptx_target_exceptions_messages.cpp [OPENMP]Delay emission of the error messages for the exceptions. 2019-02-08 18:02:25 +00:00
nvptx_target_firstprivate_codegen.cpp [OPENMP]Remove debug service variable. 2019-03-08 20:48:54 +00:00
nvptx_target_parallel_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_parallel_num_threads_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_parallel_proc_bind_codegen.cpp [OpenMP] Add a new version of the SPMD deinit kernel function 2018-11-29 20:53:49 +00:00
nvptx_target_parallel_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
nvptx_target_printf_codegen.c [OPENMP][NVPTX]Emit default locations with the correct Exec|Runtime 2018-11-26 18:37:09 +00:00
nvptx_target_requires_unified_shared_memory.cpp [OpenMP] Fix declare target link implementation 2019-08-01 21:15:58 +00:00
nvptx_target_simd_codegen.cpp [OPENMP][NVPTX] target [teams distribute] simd maybe run without 2019-04-19 16:48:38 +00:00
nvptx_target_teams_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_teams_distribute_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_teams_distribute_parallel_for_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_target_teams_distribute_simd_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_teams_codegen.cpp [OPENMP][NVPTX]Mark more functions as always_inline for better 2019-05-21 15:11:58 +00:00
nvptx_teams_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
nvptx_unsupported_type_codegen.cpp [OPENMP]Fix the float point semantics handling on the device. 2019-07-09 14:09:53 +00:00
nvptx_unsupported_type_messages.cpp [OPENMP]Improve error message for device unsupported types. 2019-07-08 19:21:54 +00:00
nvptx_va_arg_delayed_diags.c [OPENMP]Delay emission for unsupported va_arg expression. 2019-02-26 20:52:16 +00:00
openmp_check.cpp [OPENMP] Fix parsing of the directives with inner directives. 2018-02-16 18:36:44 +00:00
openmp_common.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
openmp_offload_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
openmp_offload_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
openmp_seh.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
openmp_win_codegen.cpp [OPENMP] General code improvements. 2018-04-16 17:59:34 +00:00
option_warn.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
ordered_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
ordered_codegen.cpp [OPENMP]Make the loop with unsigned counter countable. 2019-01-29 18:51:58 +00:00
ordered_doacross_codegen.c [OPENMP] Set scheduling for doacross loops as schedule, 1. 2019-03-18 18:40:00 +00:00
ordered_doacross_codegen.cpp [OPENMP] Set scheduling for doacross loops as schedule, 1. 2019-03-18 18:40:00 +00:00
ordered_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
parallel_codegen.cpp [OPENMP]Relax the test checks to pacify 32bit buildbots, NFC. 2019-06-24 15:30:20 +00:00
parallel_copyin_codegen.cpp [OPENMP]Fix sharing of threadprivate variables with TLS support. 2019-07-18 19:40:24 +00:00
parallel_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_default_messages.cpp [OPENMP]Set default version to OpenMP 4.5. 2019-08-07 14:39:17 +00:00
parallel_firstprivate_codegen.cpp [OPENMP]Do not crash for const firstprivates. 2019-05-23 22:30:43 +00:00
parallel_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_for_ast_print.cpp [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none). 2019-05-09 18:44:53 +00:00
parallel_for_codegen.cpp [OPENMP]Make the loop with unsigned counter countable. 2019-01-29 18:51:58 +00:00
parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_for_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_linear_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
parallel_for_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
parallel_for_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_for_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_ordered_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
parallel_for_simd_codegen.cpp [OpenMP] Avoid remainder operations for loop index values on a collapsed loop nest. 2019-01-09 20:45:26 +00:00
parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_for_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
parallel_for_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_for_simd_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_if_codegen.cpp [OPENMP] Fix emission of the __kmpc_global_thread_num. 2018-10-05 15:08:53 +00:00
parallel_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_num_threads_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
parallel_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_private_codegen.cpp [OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime. 2019-04-08 19:06:42 +00:00
parallel_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
parallel_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
parallel_reduction_messages.c [OPENMP] Fix incomplete type check for array reductions 2018-06-28 19:54:49 +00:00
parallel_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
parallel_sections_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
parallel_sections_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
parallel_sections_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
parallel_sections_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
parallel_sections_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
parallel_sections_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_sections_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
parallel_sections_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
parallel_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
predefined_macro.c [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0. 2019-08-07 14:02:11 +00:00
report_default_DSA.cpp [OPENMP]Fix PR41768: check DSA for globals with default(none) clauses. 2019-05-09 18:14:57 +00:00
requires_acq_rel_print.cpp Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
requires_ast_print.cpp Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
requires_codegen.cpp [OpenMP] Check target architecture supports unified shared memory for requires directive. Differential Review: https://reviews.llvm.org/D54493 2018-11-19 15:09:33 +00:00
requires_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
requires_relaxed_print.cpp Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
requires_target_messages.cpp [OpenMP][NFC] Fix requires target test. 2019-04-18 20:34:43 +00:00
schedule_codegen.cpp [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. 2018-12-20 21:24:54 +00:00
sections_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
sections_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
sections_firstprivate_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
sections_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
sections_lastprivate_codegen.cpp [OPENMP]Remove not used check line from the test, NFC. 2019-07-10 19:30:25 +00:00
sections_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
sections_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
sections_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
sections_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
sections_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
sections_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
simd_codegen.cpp [OpenMP] Avoid remainder operations for loop index values on a collapsed loop nest. 2019-01-09 20:45:26 +00:00
simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_metadata.c [CodeGen] Generate follow-up metadata for loops with more than one transformation. 2019-04-01 17:47:41 +00:00
simd_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
single_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
single_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
single_copyprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
single_firstprivate_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
single_firstprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
single_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
single_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
single_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_ast_print.cpp [OpenMP] Added support for explicit mapping of classes using 'this' pointer. Differential revision: https://reviews.llvm.org/D55982 2019-01-02 19:28:48 +00:00
target_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_codegen_global_capture.cpp [OPENMP] General code improvements. 2018-04-16 17:59:34 +00:00
target_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_constant_device_codegen.cpp [OpenMP] Strengthen regression tests for task allocation under nowait depend clauses NFC 2019-06-19 14:26:43 +00:00
target_data_ast_print.cpp [OPENMP] parsing and sema support for 'close' map-type-modifier 2018-12-18 22:18:41 +00:00
target_data_codegen.cpp [OPENMP]Fix PR41966: type mismatch in runtime functions. 2019-06-25 16:00:43 +00:00
target_data_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_data_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_data_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_data_use_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_data_use_device_ptr_codegen.cpp The patch adds support for the new map interface between clang and libomptarget. The changes in the interface are the following: 2018-07-19 16:34:13 +00:00
target_data_use_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_depend_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_enter_data_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_enter_data_codegen.cpp [OPENMP]Fix PR41966: type mismatch in runtime functions. 2019-06-25 16:00:43 +00:00
target_enter_data_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_enter_data_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_enter_data_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_enter_data_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_enter_data_map_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_enter_data_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_exit_data_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_exit_data_codegen.cpp [OPENMP]Fix PR41966: type mismatch in runtime functions. 2019-06-25 16:00:43 +00:00
target_exit_data_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_exit_data_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_exit_data_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_exit_data_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_exit_data_map_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_exit_data_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_firstprivate_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_is_device_ptr_codegen.cpp The patch adds support for the new map interface between clang and libomptarget. The changes in the interface are the following: 2018-07-19 16:34:13 +00:00
target_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_map_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_messages.cpp [OpenMP] Added support for explicit mapping of classes using 'this' pointer. Differential revision: https://reviews.llvm.org/D55982 2019-01-02 19:28:48 +00:00
target_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_parallel_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_parallel_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_parallel_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_parallel_debug_codegen.cpp [OPENMP]Fix handling of the globals during compilation for the device. 2018-11-07 19:11:14 +00:00
target_parallel_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_parallel_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_parallel_for_ast_print.cpp [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none). 2019-05-09 18:44:53 +00:00
target_parallel_for_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_parallel_for_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_parallel_for_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_debug_codegen.cpp [OPENMP, NVPTX] Fix linkage of the global entries. 2018-05-08 14:16:57 +00:00
target_parallel_for_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_parallel_for_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_parallel_for_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_parallel_for_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_parallel_for_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_parallel_for_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
target_parallel_for_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_ordered_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_ast_print.cpp [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none). 2019-05-09 18:44:53 +00:00
target_parallel_for_simd_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_parallel_for_simd_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_parallel_for_simd_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_parallel_for_simd_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_parallel_for_simd_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_parallel_for_simd_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_parallel_for_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_parallel_for_simd_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
target_parallel_for_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_ordered_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_if_codegen.cpp [OpenMP] Add support for registering requires directives with the runtime 2019-05-21 19:42:01 +00:00
target_parallel_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_parallel_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_parallel_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_parallel_no_exceptions.cpp
target_parallel_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_num_threads_codegen.cpp [OpenMP] Add support for registering requires directives with the runtime 2019-05-21 19:42:01 +00:00
target_parallel_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_parallel_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_parallel_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_private_codegen.cpp [OPENMP, NVPTX] Fix linkage of the global entries. 2018-05-08 14:16:57 +00:00
target_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_reduction_codegen.cpp [OPENMP, NVPTX] Fix linkage of the global entries. 2018-05-08 14:16:57 +00:00
target_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_simd_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_simd_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_simd_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_simd_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_simd_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_simd_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_teams_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_teams_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_teams_distribute_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_teams_distribute_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_collapse_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_dist_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_teams_distribute_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_distribute_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_teams_distribute_parallel_for_codegen.cpp [OPENMP]Fix PR40536: Do not emit __kmpc_push_target_tripcount if not 2019-01-30 20:49:52 +00:00
target_teams_distribute_parallel_for_collapse_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host 2018-01-03 21:12:44 +00:00
target_teams_distribute_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_parallel_for_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_dist_schedule_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host 2018-01-03 21:12:44 +00:00
target_teams_distribute_parallel_for_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_parallel_for_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_teams_distribute_parallel_for_if_codegen.cpp [OPENMP]Fix PR40536: Do not emit __kmpc_push_target_tripcount if not 2019-01-30 20:49:52 +00:00
target_teams_distribute_parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_distribute_parallel_for_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_teams_distribute_parallel_for_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_parallel_for_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_parallel_for_misc_messages.c [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_private_codegen.cpp [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
target_teams_distribute_parallel_for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
target_teams_distribute_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_reduction_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host 2018-01-03 21:12:44 +00:00
target_teams_distribute_parallel_for_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_teams_distribute_parallel_for_schedule_codegen.cpp [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host 2018-01-03 21:12:44 +00:00
target_teams_distribute_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_teams_distribute_parallel_for_simd_codegen.cpp [opaque pointer types] Cleanup CGBuilder's Create*GEP. 2019-02-08 15:34:12 +00:00
target_teams_distribute_parallel_for_simd_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_parallel_for_simd_codegen_registration_naming.cpp [OPENMP] Initial codegen for `target teams distribute parallel for 2018-01-15 20:59:40 +00:00
target_teams_distribute_parallel_for_simd_collapse_codegen.cpp [OPENMP] Initial codegen for `target teams distribute parallel for 2018-01-15 20:59:40 +00:00
target_teams_distribute_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_parallel_for_simd_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OPENMP] Initial codegen for `target teams distribute parallel for 2018-01-15 20:59:40 +00:00
target_teams_distribute_parallel_for_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_teams_distribute_parallel_for_simd_if_codegen.cpp [OPENMP]Fix PR40536: Do not emit __kmpc_push_target_tripcount if not 2019-01-30 20:49:52 +00:00
target_teams_distribute_parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_distribute_parallel_for_simd_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_teams_distribute_parallel_for_simd_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_teams_distribute_parallel_for_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_parallel_for_simd_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
target_teams_distribute_parallel_for_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_private_codegen.cpp [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
target_teams_distribute_parallel_for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
target_teams_distribute_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_reduction_codegen.cpp [OPENMP] Initial codegen for `target teams distribute parallel for 2018-01-15 20:59:40 +00:00
target_teams_distribute_parallel_for_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_teams_distribute_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_schedule_codegen.cpp [OPENMP] Initial codegen for `target teams distribute parallel for 2018-01-15 20:59:40 +00:00
target_teams_distribute_parallel_for_simd_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_parallel_for_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_private_codegen.cpp [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
target_teams_distribute_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_reduction_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_teams_distribute_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
target_teams_distribute_simd_codegen.cpp [OPENMP]Generate correctly implicit flags for mapped data. 2019-06-27 18:53:07 +00:00
target_teams_distribute_simd_codegen_registration.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_simd_codegen_registration_naming.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_simd_collapse_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_defaultmap_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_teams_distribute_simd_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_dist_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
target_teams_distribute_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_teams_distribute_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_distribute_simd_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_teams_distribute_simd_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
target_teams_distribute_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
target_teams_distribute_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_distribute_simd_misc_messages.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
target_teams_distribute_simd_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_private_codegen.cpp [OPENMP]Improve detection of number of teams, threads in target 2019-04-10 19:11:33 +00:00
target_teams_distribute_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_reduction_codegen.cpp [OPENMP]Improve detection of number of teams, threads in target 2019-04-10 19:11:33 +00:00
target_teams_distribute_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_teams_distribute_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_distribute_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
target_teams_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_teams_is_device_ptr_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_teams_is_device_ptr_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_map_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_teams_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_num_teams_codegen.cpp [OpenMP] Add support for registering requires directives with the runtime 2019-05-21 19:42:01 +00:00
target_teams_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
target_teams_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_teams_thread_limit_codegen.cpp [OpenMP] Add support for registering requires directives with the runtime 2019-05-21 19:42:01 +00:00
target_teams_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_update_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
target_update_codegen.cpp [OPENMP]Fix PR41966: type mismatch in runtime functions. 2019-06-25 16:00:43 +00:00
target_update_depend_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
target_update_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_update_device_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_update_from_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_update_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
target_update_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
target_update_nowait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_update_to_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
target_vla_messages.cpp [OPENMP]Improve handling of analysis of unsupported VLAs in reductions. 2019-07-11 20:35:31 +00:00
task_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
task_codegen.c [OPENMP]Provide correct data sharing attributes for loop control 2019-07-18 17:49:13 +00:00
task_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
task_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_depend_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_final_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_firstprivate_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
task_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
task_if_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
task_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
task_in_reduction_codegen.cpp [OPENMP]Add codegen for task reduction vars with allocate clause, NFC. 2019-04-04 18:58:17 +00:00
task_in_reduction_message.cpp [OPENMP]Add check for undefined behavior with thread allocators on 2019-03-28 19:15:36 +00:00
task_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
task_priority_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_private_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
task_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
task_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskgroup_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
taskgroup_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
taskgroup_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
taskgroup_task_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskgroup_task_reduction_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
taskloop_codegen.cpp [OPENMP] Do not capture private loop counters. 2018-10-29 15:01:58 +00:00
taskloop_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_final_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_firstprivate_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
taskloop_grainsize_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_in_reduction_codegen.cpp [OPENMP] General code improvements. 2018-04-16 17:59:34 +00:00
taskloop_in_reduction_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_lastprivate_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
taskloop_num_tasks_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_priority_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_private_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
taskloop_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
taskloop_simd_codegen.cpp [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_loop_access metadata. 2018-12-20 21:24:54 +00:00
taskloop_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_final_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_firstprivate_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
taskloop_simd_grainsize_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_in_reduction_codegen.cpp [OPENMP] General code improvements. 2018-04-16 17:59:34 +00:00
taskloop_simd_in_reduction_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_lastprivate_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
taskloop_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_misc_messages.c [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
taskloop_simd_num_tasks_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_priority_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_private_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_reduction_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
taskloop_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
taskloop_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskloop_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskwait_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
taskwait_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
taskwait_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
taskyield_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
taskyield_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
taskyield_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
teams_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
teams_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
teams_distribute_codegen.cpp [OPENMP]Add call to __kmpc_push_target_tripcount() function. 2019-01-07 21:30:43 +00:00
teams_distribute_collapse_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_dist_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
teams_distribute_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
teams_distribute_parallel_for_codegen.cpp [OPENMP]Add call to __kmpc_push_target_tripcount() function. 2019-01-07 21:30:43 +00:00
teams_distribute_parallel_for_collapse_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_copyin_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_copyin_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_dist_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_parallel_for_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
teams_distribute_parallel_for_if_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
teams_distribute_parallel_for_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_parallel_for_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
teams_distribute_parallel_for_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_num_threads_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
teams_distribute_parallel_for_private_codegen.cpp [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
teams_distribute_parallel_for_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
teams_distribute_parallel_for_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_reduction_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
teams_distribute_parallel_for_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
teams_distribute_parallel_for_simd_codegen.cpp [OPENMP]Add call to __kmpc_push_target_tripcount() function. 2019-01-07 21:30:43 +00:00
teams_distribute_parallel_for_simd_collapse_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_parallel_for_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
teams_distribute_parallel_for_simd_if_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_simd_if_messages.cpp [OPENMP]Add support for analysis of if clauses. 2019-07-16 14:51:46 +00:00
teams_distribute_parallel_for_simd_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_parallel_for_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
teams_distribute_parallel_for_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
teams_distribute_parallel_for_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_num_threads_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
teams_distribute_parallel_for_simd_num_threads_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_private_codegen.cpp [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
teams_distribute_parallel_for_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_proc_bind_codegen.cpp [OPENMP] Create non-const ident_t objects. 2018-08-29 15:45:11 +00:00
teams_distribute_parallel_for_simd_proc_bind_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_reduction_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
teams_distribute_parallel_for_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_parallel_for_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_parallel_for_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_private_codegen.cpp [FileCheck] Add -allow-deprecated-dag-overlap to failing clang tests 2018-07-11 20:26:20 +00:00
teams_distribute_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_reduction_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
teams_distribute_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_aligned_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_ast_print.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
teams_distribute_simd_codegen.cpp [OPENMP]Improve detection of number of teams, threads in target 2019-04-10 19:11:33 +00:00
teams_distribute_simd_collapse_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_simd_collapse_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_default_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_dist_schedule_codegen.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
teams_distribute_simd_dist_schedule_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_firstprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_simd_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
teams_distribute_simd_lastprivate_codegen.cpp [OPENMP]Simplify codegen for the outlined regions. 2019-05-23 18:19:54 +00:00
teams_distribute_simd_lastprivate_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_linear_messages.cpp [OPENMP]Add support for analysis of linear variables and step. 2019-08-08 13:42:45 +00:00
teams_distribute_simd_loop_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
teams_distribute_simd_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_private_codegen.cpp [OPENMP]Improve detection of number of teams, threads in target 2019-04-10 19:11:33 +00:00
teams_distribute_simd_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_reduction_codegen.cpp [OPENMP]Improve detection of number of teams, threads in target 2019-04-10 19:11:33 +00:00
teams_distribute_simd_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
teams_distribute_simd_safelen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_simdlen_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_simd_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_distribute_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_firstprivate_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
teams_firstprivate_messages.cpp [OPENMP]Add support for analysis of firstprivate variables. 2019-07-22 13:51:07 +00:00
teams_messages.cpp [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs. 2019-07-11 14:54:17 +00:00
teams_num_teams_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_private_codegen.cpp Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" 2018-10-15 15:43:00 +00:00
teams_private_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_reduction_messages.cpp [OPENMP]Add support for analysis of reduction variables. 2019-07-26 14:50:05 +00:00
teams_shared_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
teams_thread_limit_messages.cpp [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, 2019-07-08 15:45:24 +00:00
threadprivate_ast_print.cpp [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny 2018-02-14 17:38:47 +00:00
threadprivate_codegen.cpp IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
threadprivate_messages.cpp [OPENMP]Initial support for 'allocate' clause. 2019-03-27 14:14:31 +00:00
varargs.cpp [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00
vla_crash.c [OPENMP] Support for -fopenmp-simd option with compilation of simd loops 2017-12-29 18:07:07 +00:00