Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: R600 code splitting cleanup | Matt Arsenault | 2016-03-11 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | RegisterPressure: Make liveness tracking subregister aware | Matthias Braun | 2016-01-20 | 1 | -3/+5 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D14968 llvm-svn: 258258 | ||||
* | AMDGPU/SI: Add SI Machine Scheduler | Nicolai Haehnle | 2016-01-13 | 1 | -0/+489 |
Summary: It is off by default, but can be used with --misched=si Patch by: Axel Davy Reviewers: arsenm, tstellarAMD, nhaehnle Subscribers: nhaehnle, solenskiner, arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D11885 llvm-svn: 257609 |