summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/nvptx_lambda_capturing.cpp
AgeCommit message (Expand)Author
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-07-01[OPENMP]Fix handling of lambda captures in target regions.Alexey Bataev
2019-06-28[OPENMP]Improve analysis of implicit captures.Alexey Bataev
2019-06-27[OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev
2019-05-21[OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev
2018-11-16[OPENMP]Fix PR39694: do not capture `this` in non-`this` region.Alexey Bataev
2018-11-08[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev
2018-11-02[OPENMP]Change the mapping type for lambda captures.Alexey Bataev
2018-10-30[OPENMP] Support for mapping of the lambdas in target regions.Alexey Bataev