nowait
Added basic codegen for `nowait` clauses in target-based directives. llvm-svn: 320613
This clang patch changes the __tgt_* API function signatures in preparation for the new map interface. Changes are: Device IDs 32bits --> 64bits, Flags 32bits --> 64bits Differential revision: https://reviews.llvm.org/D40281 llvm-svn: 318789
target simd
Added codegen support for `target simd` directive. llvm-svn: 318536