Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What ↵ | Eugene Zelenko | 2016-12-09 | 1 | -5/+7 |
| | | | | | | You Use warnings; other minor fixes (NFC). llvm-svn: 289282 | ||||
* | AMDGPU: Cleanup subtarget handling. | Matt Arsenault | 2016-06-24 | 1 | -0/+30 |
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 |