summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
Commit message (Expand)AuthorAge
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-30
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-28
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-19
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-30
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-24
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04