Matt Arsenault
41003af292
AMDGPU: Error if too many user SGPRs used
...
llvm-svn: 254332
2015-11-30 21:16:07 +00:00
Matt Arsenault
f59e538937
AMDGPU: Cleanup includes
...
llvm-svn: 252328
2015-11-06 18:23:00 +00:00
Matt Arsenault
0c90e9501e
AMDGPU: Create emergency stack slots during frame lowering
...
Test has a bogus verifier error which will be fixed by later commits.
llvm-svn: 252327
2015-11-06 18:17:45 +00:00
Tom Stellard
c98ee20328
AMDPGU/SI: Use AssertZext node to mask high bit for scratch offsets
...
Summary:
We can safely assume that the high bit of scratch offsets will never
be set, because this would require at least 128 GB of GPU memory.
Reviewers: arsenm
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D11225
llvm-svn: 242433
2015-07-16 19:40:07 +00:00
Matt Arsenault
706f930b72
AMDGPU/SI: Add debugging subtarget feature for DS offsets
...
We don't have a good way to detect most situations where
DS offsets are usable on SI, so add an option to force using
them even if unsafe for debugging performance problems.
llvm-svn: 241462
2015-07-06 16:01:58 +00:00
Tom Stellard
347ac79b15
AMDGPU/SI: Add hsa code object directives
...
Reviewers: arsenm
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D10757
llvm-svn: 240831
2015-06-26 21:15:07 +00:00
Tom Stellard
b5798b09d3
AMDGPU/SI: There are no implicit kernel args in the amdhsa ABI
...
Reviewers: arsenm
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D10706
llvm-svn: 240830
2015-06-26 21:15:03 +00:00
Tom Stellard
45bb48ea19
R600 -> AMDGPU rename
...
llvm-svn: 239657
2015-06-13 03:28:10 +00:00
Tom Stellard
1be1aa84ec
Revert "AMDGPU: Add core backend files for R600/SI codegen v6"
...
This reverts commit 4ea70107c5e51230e9e60f0bf58a0f74aa4885ea.
llvm-svn: 160303
2012-07-16 18:19:53 +00:00
Tom Stellard
bcce80fa95
AMDGPU: Add core backend files for R600/SI codegen v6
...
llvm-svn: 160270
2012-07-16 14:17:08 +00:00