Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NVPTX] Add fptosi tests to convert-fp.ll. | Justin Lebar | 2017-01-15 | 1 | -48/+67 |
| | | | | | | These seem to have been left off by accident. llvm-svn: 292071 | ||||
* | [NVPTX] Rename registers %fl -> %fd and %rl -> %rd | Justin Holewinski | 2014-07-16 | 1 | -14/+14 |
| | | | | | | This matches the internal behavior of NVIDIA tools like libnvvm. llvm-svn: 213168 | ||||
* | [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway. | Justin Holewinski | 2013-03-30 | 1 | -2/+0 |
| | | | | llvm-svn: 178417 | ||||
* | This patch adds a new NVPTX back-end to LLVM which supports code generation ↵ | Justin Holewinski | 2012-05-04 | 1 | -0/+146 |
for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it. The new target machines are: nvptx (old ptx32) => 32-bit PTX nvptx64 (old ptx64) => 64-bit PTX The sources are based on the internal NVIDIA NVPTX back-end, and contain more functionality than the current PTX back-end currently provides. NV_CONTRIB llvm-svn: 156196 |