summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Remove dead code.Benjamin Kramer2015-10-151-21/+0
* [NVPTX] allow register copy between float and intJingyue Wu2015-08-011-22/+23
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-111-1/+1
* Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher2015-02-191-3/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-271-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-4/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+4
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* [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
OpenPOWER on IntegriCloud