summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600FrameLowering.h
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Initial implementation of callsMatt Arsenault2017-08-011-0/+4
| | | | | | | | | Includes a hack to fix the type selected for the GlobalAddress of the function, which will be fixed by changing the default datalayout to use generic pointers for 0. llvm-svn: 309732
* [AMDGPU] Split R600/SI getFrameIndexReference and emit stack object offsets ↵Konstantin Zhuravlyov2017-03-101-0/+2
| | | | | | | | 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-5/+7
| | | | | | You Use warnings; other minor fixes (NFC). llvm-svn: 289282
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-0/+30
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
OpenPOWER on IntegriCloud