Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -67/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600: Fix always inline pass breaking noinline functions | Matt Arsenault | 2015-04-22 | 1 | -2/+3 |
| | | | | | | No test since calls are not actually supported yet. llvm-svn: 235524 | ||||
* | Reapply: R600: Make sure to inline all internal functions | Tom Stellard | 2014-11-03 | 1 | -0/+66 |
| | | | | | | | | Function calls aren't supported yet. This was reverted due to build breakages, which should be fixed now. llvm-svn: 221173 | ||||
* | Revert "R600: Make sure to inline all internal functions" | Reid Kleckner | 2014-10-31 | 1 | -66/+0 |
| | | | | | | | | | This reverts commit r220996. It introduced layering violations causing link errors in many configurations. llvm-svn: 221020 | ||||
* | R600: Make sure to inline all internal functions | Tom Stellard | 2014-10-31 | 1 | -0/+66 |
Function calls aren't supported yet. llvm-svn: 220996 |