summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Rename registers %fl -> %fd and %rl -> %rdJustin Holewinski2014-07-161-2/+2
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-301-13/+0
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-2/+2
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-281-6/+0
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-191-2/+1
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-2/+2
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-51/+30
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-9/+0
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-156/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-13/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-6/+2
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-241-6/+3
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+332
OpenPOWER on IntegriCloud