Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -18/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600/SI: Enable all tests that pass on VI without changes | Marek Olsak | 2015-01-27 | 1 | -0/+1 |
| | | | | llvm-svn: 227214 | ||||
* | R600/SI: Fix simple-loop.ll test | Tom Stellard | 2015-01-20 | 1 | -1/+0 |
| | | | | llvm-svn: 226596 | ||||
* | R600/SI: Add a stub GCNTargetMachine | Tom Stellard | 2015-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This is equivalent to the AMDGPUTargetMachine now, but it is the starting point for separating R600 and GCN functionality into separate targets. It is recommened that users start using the gcn triple for GCN-based GPUs, because using the r600 triple for these GPUs will be deprecated in the future. llvm-svn: 225277 | ||||
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -1/+1 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Add failing control flow tests. | Matt Arsenault | 2014-03-01 | 1 | -0/+18 |
Simple cases hit a variety of problems at -O0. llvm-svn: 202601 |