Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600: Rework subtarget info and remove AMDILDevice classes | Tom Stellard | 2013-06-07 | 1 | -121/+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 | ||||
* | R600/SI: remove SGPR address space v2 | Christian Konig | 2013-03-07 | 1 | -18/+17 |
| | | | | | | | | v2: fix R600 regressions Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 176624 | ||||
* | R600: rework handling of the constants | Tom Stellard | 2013-01-23 | 1 | -2/+18 |
| | | | | | | | | | | | | | | | | | | | | Remove Cxxx registers, add new special register - "ALU_CONST" and new operand for each alu src - "sel". ALU_CONST is used to designate that the new operand contains the value to override src.sel, src.kc_bank, src.chan for constants in the driver. Patch by: Vadim Girlin Vincent Lejeune: - Use pointers for constants - Fold CONST_ADDRESS when possible Tom Stellard: - Give CONSTANT_BUFFER_0 its own address space - Use integer types for constant loads Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 173222 | ||||
* | Add R600 backend | Tom Stellard | 2012-12-11 | 1 | -0/+106 |
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915 |