Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -12/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600: Move DataLayout to AMDGPUTargetMachine | Tom Stellard | 2015-01-28 | 1 | -2/+2 |
| | | | | | | | | This is a follow up to r227113. It is now required to use the amdgcn target for SI and newer GPUs. llvm-svn: 227316 | ||||
* | R600/SI: Enable all tests that pass on VI without changes | Marek Olsak | 2015-01-27 | 1 | -0/+1 |
| | | | | llvm-svn: 227214 | ||||
* | R600/SI: Enable inline assembly | Tom Stellard | 2014-12-03 | 1 | -0/+11 |
We just needed to remove the assertion in AMDGPURegisterInfo::getFrameRegister(), which is called when initializing the parser for inline assembly. llvm-svn: 223197 |