Mike Rice
|
fdb5d4d9fc
[OPENMP]Fix crash in LoopCounterRefChecker when MemberExpr is not Var or Field
|
6 years ago |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 years ago |
Alexey Bataev
|
5c64ddac25
[OPENMP]Improve handling of analysis of unsupported VLAs in reductions.
|
6 years ago |
Alexey Bataev
|
4954a61788
[OPENMP]Improve error message for device unsupported types.
|
6 years ago |
Alexey Bataev
|
4d674fb766
[OPENMP]Fix handling of lambda captures in target regions.
|
6 years ago |
Alexey Bataev
|
96d351f27a
[OPENMP]Improve analysis of implicit captures.
|
6 years ago |
Alexey Bataev
|
40aa8e605d
[OPENMP]Fix top DSA for static members.
|
6 years ago |
Alexey Bataev
|
7aae486d3c
[OPENMP]Fix DSA for loop iteration variables in simd loops.
|
6 years ago |
Alexey Bataev
|
6e1a5a6fc5
[OPENMP]Fix checks for DSA in simd constructs.
|
6 years ago |
Alexey Bataev
|
49034bc138
[OPENMP]Fix PR42159: do not capture threadprivate variables.
|
6 years ago |
Alexey Bataev
|
ce13ae9b84
[OPENMP]Use host's long double when compiling the code for device.
|
6 years ago |
Gheorghe-Teodor Bercea
|
8a5660d9ac
[OpenMP] Avoid emitting maps for target link variables when unified memory is used
|
6 years ago |
Richard Smith
|
4c6199e026
Defer capture initialization for captured regions until after we've left
|
6 years ago |
Richard Smith
|
a7fb0fca0b
Refactor OpenMP stack management.
|
6 years ago |
Dmitri Gribenko
|
913ffa6ba3
Added an assertion to constant evaluation enty points that prohibits dependent expressions
|
6 years ago |
Alexey Bataev
|
00f43c390b
[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).
|
6 years ago |
Alexey Bataev
|
0c97147170
[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.
|
6 years ago |
Roman Lebedev
|
513e4bd1d4
Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses."
|
6 years ago |
Roman Lebedev
|
ae700142cf
Revert "[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none)."
|
6 years ago |
Alexey Bataev
|
03fbaba682
[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with
|
6 years ago |
Alexey Bataev
|
336ca52861
[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.
|
6 years ago |
Alexey Bataev
|
5192e61226
[OPENMP]Fix PR41617: crash on template instantiation.
|
6 years ago |
Alexey Bataev
|
bb82b00156
[OPENMP]Added check for non-random access types for the dependent loop
|
6 years ago |
Alexey Bataev
|
95b64a3996
[OPENMP] Improved check for the linear dependency in the non-rectangular
|
6 years ago |
Alexey Bataev
|
3065f15c2e
[OPENMP]Initial support for non-rectangular loop nest.
|
6 years ago |
Gheorghe-Teodor Bercea
|
dc7729e594
[OpenMP] Add checks for requires and target directives.
|
6 years ago |
Alexey Bataev
|
1c5a77ab63
[OPENMP]Allow allocate directive on parameters.
|
6 years ago |
Alexey Bataev
|
73af6b6639
[OPENMP]Fix lookup of the user-defined reductions in C.
|
6 years ago |
Alexey Bataev
|
8aead58dfc
[OPENMP]Allocate clause allocator in target region.
|
6 years ago |
Alexey Bataev
|
c0876c1cbb
[OPENMP] Check that allocated variables are used in private clauses.
|
6 years ago |