summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/basic-loop.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-18/+0
| | | | llvm-svn: 239657
* R600/SI: Enable all tests that pass on VI without changesMarek Olsak2015-01-271-0/+1
| | | | llvm-svn: 227214
* R600/SI: Fix simple-loop.ll testTom Stellard2015-01-201-1/+0
| | | | llvm-svn: 226596
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-061-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 Stellard2014-10-011-1/+1
| | | | | | table llvm-svn: 218776
* R600: Add failing control flow tests.Matt Arsenault2014-03-011-0/+18
Simple cases hit a variety of problems at -O0. llvm-svn: 202601
OpenPOWER on IntegriCloud