summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600RegisterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Start defining a calling conventionMatt Arsenault2017-05-171-0/+12
| | | | | | | | Partially implement callee-side for arguments and return values. byval doesn't work properly, and most likely sret or other on-stack return values most as well. llvm-svn: 303308
* AMDGPU: Move R600 only pieces into R600 classesMatt Arsenault2016-07-091-0/+7
| | | | llvm-svn: 274979
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-2/+2
| | | | | | | | | 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
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+91
| | | | llvm-svn: 239657
* Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard2012-07-161-88/+0
| | | | | | This reverts commit 4ea70107c5e51230e9e60f0bf58a0f74aa4885ea. llvm-svn: 160303
* AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard2012-07-161-0/+88
llvm-svn: 160270
OpenPOWER on IntegriCloud