summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev2018-07-261-0/+8
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* NVPTX: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-311-2/+2
* [NVPTX] cleanups and refacotring in NVPTXFrameLowering.cppJingyue Wu2015-06-301-27/+19
* [NVPTX] Fix issue introduced in D10321Jingyue Wu2015-06-301-3/+2
* Add NVPTXPeephole pass to reduce unnecessary address castJingyue Wu2015-06-241-15/+22
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-2/+3
* Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher2015-02-191-4/+3
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-9/+5
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+8
* Move the constructor for NVPTXFrameLowering into the implementationEric Christopher2014-06-271-0/+4
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-271-8/+12
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-061-23/+18
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-29/+20
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+76
OpenPOWER on IntegriCloud