Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -16/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600/SI: Enable all tests that pass on VI without changes | Marek Olsak | 2015-01-27 | 1 | -0/+1 |
| | | | | llvm-svn: 227214 | ||||
* | R600/SI: Add a stub GCNTargetMachine | Tom Stellard | 2015-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This is equivalent to the AMDGPUTargetMachine now, but it is the starting point for separating R600 and GCN functionality into separate targets. It is recommened that users start using the gcn triple for GCN-based GPUs, because using the r600 triple for these GPUs will be deprecated in the future. llvm-svn: 225277 | ||||
* | R600/SI: Legalize INSERT_SUBREG instructions during PostISelFolding | Tom Stellard | 2014-10-09 | 1 | -0/+15 |
LLVM assumes INSERT_SUBREG will always have register operands, so we need to legalize non-register operands, like FrameIndexes, to avoid random assertion failures. llvm-svn: 219420 |