summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Split R600/SI getFrameIndexReference and emit stack object offsets ↵Konstantin Zhuravlyov2017-03-101-36/+0
| | | | | | | | for SI Differential Revision: https://reviews.llvm.org/D29674 llvm-svn: 297499
* [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What ↵Eugene Zelenko2016-12-091-6/+4
| | | | | | You Use warnings; other minor fixes (NFC). llvm-svn: 289282
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-6/+6
| | | | | | | getFrameInfo() never returns nullptr so we should use a reference instead of a pointer. llvm-svn: 277017
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-18/+4
| | | | | | | | | Split AMDGPUSubtarget into amdgcn/r600 specific subclasses. This removes most of the static_casting of the basic codegen classes everywhere, and tries to restrict the features visible on the wrong target. llvm-svn: 273652
* AMDGPU: Fix old comments that mention AMDILMatt Arsenault2016-01-201-2/+2
| | | | llvm-svn: 258350
* Update to use new name alignTo().Rui Ueyama2016-01-141-3/+3
| | | | llvm-svn: 257804
* Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight2015-08-151-2/+8
| | | | | | | | | | | function. This was the same as getFrameIndexReference, but without the FrameReg output. Differential Revision: http://reviews.llvm.org/D12042 llvm-svn: 245148
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+112
llvm-svn: 239657
OpenPOWER on IntegriCloud