Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600: Rework subtarget info and remove AMDILDevice classes | Tom Stellard | 2013-06-07 | 1 | -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 the | Chandler Carruth | 2013-01-02 | 1 | -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 backend | Tom Stellard | 2012-12-11 | 1 | -0/+65 |
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915 |