Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -30/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600/SI: Add a stub GCNTargetMachine | Tom Stellard | 2015-01-06 | 1 | -1/+5 |
| | | | | | | | | | | | | 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: Remove unnecessary include | Tom Stellard | 2013-06-07 | 1 | -1/+1 |
| | | | | | Reviewed-by: Vincent Lejeune <vljn@ovi.com> llvm-svn: 183558 | ||||
* | Add R600 backend | Tom Stellard | 2012-12-11 | 1 | -0/+26 |
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915 |