summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXFrameLowering.h
AgeCommit message (Expand)Author
2018-07-26[DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2016-03-31Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-05[ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet
2015-02-19Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-27Move the constructor for NVPTXFrameLowering into the implementationEric Christopher
2014-06-27Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2013-03-30[NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski