Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update a couple of header inclusion guards | Alp Toker | 2014-05-31 | 1 | -3/+3 |
| | | | | llvm-svn: 209980 | ||||
* | [NVPTX] Run clang-format on all NVPTX sources. | Justin Holewinski | 2013-03-30 | 1 | -63/+60 |
| | | | | | | | Hopefully this resolves any outstanding style issues and gives us an automated way of ensuring we conform to the style guidelines. llvm-svn: 178415 | ||||
* | This patch adds a new NVPTX back-end to LLVM which supports code generation ↵ | Justin Holewinski | 2012-05-04 | 1 | -0/+125 |
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 |