Alexey Bataev
|
49764dc30c
|
[OPENMP50]Add basic support for inscan reduction modifier.
Added basic support (parsing/sema checks) for the inscan modifier in the
reduction clauses.
|
2020-03-27 13:54:38 -04:00 |
Alexey Bataev
|
ee27df5552
|
Revert "[OPENMP50]Add basic support for inscan reduction modifier."
This reverts commit 36ed0ceec7 to fix a
crash in scan_messages.cpp test.
|
2020-03-27 11:25:47 -04:00 |
Alexey Bataev
|
36ed0ceec7
|
[OPENMP50]Add basic support for inscan reduction modifier.
Added basic support (parsing/sema checks) for the inscan modifier in the
reduction clauses.
|
2020-03-27 10:38:25 -04:00 |
Alexey Bataev
|
f9e71f4d9d
|
Revert "[OPENMP50]Add basic support for inscan reduction modifier."
This reverts commit 8099e0fe82 to fix the
problems with the Windows-based buildbots.
|
2020-03-26 15:57:19 -04:00 |
Alexey Bataev
|
8099e0fe82
|
[OPENMP50]Add basic support for inscan reduction modifier.
Added basic support (parsing/sema checks) for the inscan modifier in the
reduction clauses.
|
2020-03-26 14:51:09 -04:00 |
Alexey Bataev
|
63828a35da
|
[OPENMP50]Bassic support for exclusive clause.
Added basic support (parsing/sema/serialization) for exclusive clause in
scan directives.
|
2020-03-23 13:12:52 -04:00 |
Alexey Bataev
|
06dea73307
|
[OPENMP50]Initial support for inclusive clause.
Added parsing/sema/serialization support for inclusive clause in scan
directive.
|
2020-03-20 14:20:38 -04:00 |
Alexey Bataev
|
fcba7c3534
|
[OPENMP50]Initial support for scan directive.
Addedi basic parsing/sema/serialization support for scan directive.
|
2020-03-20 07:58:15 -04:00 |