summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-30/+0
| | | | llvm-svn: 239657
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-061-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 includeTom Stellard2013-06-071-1/+1
| | | | | Reviewed-by: Vincent Lejeune <vljn@ovi.com> llvm-svn: 183558
* Add R600 backendTom Stellard2012-12-111-0/+26
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915
OpenPOWER on IntegriCloud