summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Have getCalleeSavedRegs take a non-null MachineFunction all theEric Christopher2015-03-111-2/+1
* Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher2015-02-191-7/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-301-6/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-10/+10
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [cleanup] Fix another place where we were including the tablegen'ed codeChandler Carruth2014-04-221-2/+1
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-191-1/+1
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-14/+9
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-4/+0
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-4/+0
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-311-1/+1
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-2/+0
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+94
OpenPOWER on IntegriCloud