summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDILNIDevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-65/+0
| | | | | | | | This should simplify the subtarget definitions and make it easier to add new ones. Reviewed-by: Vincent Lejeune <vljn@ovi.com> llvm-svn: 183566
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
| | | | | | | | | | utils/sort_includes.py script. Most of these are updating the new R600 target and fixing up a few regressions that have creeped in since the last time I sorted the includes. llvm-svn: 171362
* Add R600 backendTom Stellard2012-12-111-0/+65
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915
OpenPOWER on IntegriCloud