aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX/NVPTXInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-281-3/+0
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-191-1/+1
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-23/+23
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-57/+44
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-40/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-241-1/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+326