aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-9/+5
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-4/+8
2014-06-27Move the constructor for NVPTXFrameLowering into the implementationEric Christopher1-0/+4
2014-06-27Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher1-8/+12
2013-08-06[NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski1-23/+18
2013-03-30[NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski1-29/+20
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky1-0/+11
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski1-0/+76