Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos | Alp Toker | 2014-06-07 | 1 | -1/+1 |
| | | | | llvm-svn: 210401 | ||||
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add ↵ | Craig Topper | 2014-04-29 | 1 | -1/+1 |
| | | | | | | 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition llvm-svn: 207505 | ||||
* | [NVPTX] Add preliminary intrinsics and codegen support for textures/surfaces | Justin Holewinski | 2014-04-09 | 1 | -0/+178 |
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 |