| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | AMDGPU: Cleanup subtarget handling. | Matt Arsenault | 2016-06-24 | 1 | -3/+4 |
| | | | | | | | | | | Split AMDGPUSubtarget into amdgcn/r600 specific subclasses. This removes most of the static_casting of the basic codegen classes everywhere, and tries to restrict the features visible on the wrong target. llvm-svn: 273652 | ||||
| * | AMDGPU: Fix passes depending on dominator tree for no reason | Matt Arsenault | 2016-02-11 | 1 | -8/+2 |
| | | | | | llvm-svn: 260494 | ||||
| * | AMDGPU: Fix recomputing dominator tree unnecessarily | Matt Arsenault | 2015-09-25 | 1 | -0/+1 |
| | | | | | | | | SIFixSGPRCopies does not modify the CFG, but this was being recomputed before running SIFoldOperands. llvm-svn: 248587 | ||||
| * | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+151 |
| llvm-svn: 239657 | |||||

