Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply "AMDGPU: Support using tablegened MC pseudo expansions" | Matt Arsenault | 2016-10-06 | 1 | -0/+3 |
| | | | | | | Fix bad merge llvm-svn: 283470 | ||||
* | Revert "AMDGPU: Support using tablegened MC pseudo expansions" | Matt Arsenault | 2016-10-06 | 1 | -3/+0 |
| | | | | llvm-svn: 283469 | ||||
* | AMDGPU: Support using tablegened MC pseudo expansions | Matt Arsenault | 2016-10-06 | 1 | -0/+3 |
| | | | | | | Make the necessary refactorings to make use of PseudoInstExpansion llvm-svn: 283467 | ||||
* | BranchRelaxation: Support expanding unconditional branches | Matt Arsenault | 2016-10-06 | 1 | -0/+6 |
| | | | | | | | AMDGPU needs to expand unconditional branches in a new block with an indirect branch. llvm-svn: 283464 | ||||
* | AMDGPU/SI: Don't crash on anonymous GlobalValues | Tom Stellard | 2016-09-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Summary: We need to call AsmPrinter::getNameWithPrefix() in order to handle anonymous GlobalValues (e.g. @0, @1). Reviewers: arsenm, b-sumner Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, llvm-commits Differential Revision: https://reviews.llvm.org/D24865 llvm-svn: 282420 | ||||
* | AMDGPU: Remove empty file comment | Matt Arsenault | 2016-08-10 | 1 | -1/+0 |
| | | | | llvm-svn: 278275 | ||||
* | AMDGPU: R600 code splitting cleanup | Matt Arsenault | 2016-03-11 | 1 | -2/+2 |
| | | | | | | | 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 rename | Tom Stellard | 2015-06-13 | 1 | -0/+35 |
llvm-svn: 239657 |