summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600MachineScheduler.h
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What ↵Eugene Zelenko2016-12-091-11/+9
| | | | | | You Use warnings; other minor fixes (NFC). llvm-svn: 289282
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-2/+3
| | | | | | | | | 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: R600 code splitting cleanupMatt Arsenault2016-03-111-5/+3
| | | | | | | Move a few functions only used by R600 to R600 specific code, fix header macros to stop using R600, mark classes as final. llvm-svn: 263204
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+103
llvm-svn: 239657
OpenPOWER on IntegriCloud