Go to file
Justin Holewinski 30d56a7b86 [NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces
This commit adds intrinsics and codegen support for the surface read/write and texture read instructions that take an explicit sampler parameter. Codegen operates on image handles at the PTX level, but falls back to direct replacement of handles with kernel arguments if image handles are not enabled. Note that image handles are explicitly disabled for all target architectures in this change (to be enabled later).

llvm-svn: 205907
2014-04-09 15:39:15 +00:00
clang clang-format: Update flag documentation, and generation script. 2014-04-09 14:05:49 +00:00
clang-tools-extra Extend the check to detect patterns like 'ptr.get() == nullptr' 2014-04-09 14:17:23 +00:00
compiler-rt Declare _DYNAMIC and dl_phdr_info in asan_linux.cc on FreeBSD 2014-04-09 13:37:19 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fix PR19819 2014-04-07 13:32:26 +00:00
libcxxabi The content of .eh_frame may be misaligned, so use memcpy. This is seen 2014-04-08 11:43:49 +00:00
lld [PECOFF] Fix common symbol alignment. 2014-04-09 01:01:51 +00:00
lldb Do not rely on invalid pthread API use in thread test 2014-04-09 14:48:25 +00:00
llvm [NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces 2014-04-09 15:39:15 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly clang format last patch 2014-04-08 21:37:58 +00:00