Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -25/+0 |
| | | | | llvm-svn: 239657 | ||||
* | [opaque pointer type] Add textual IR support for explicit type parameter to ↵ | David Blaikie | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | load instruction Essentially the same as the GEP change in r230786. A similar migration script can be used to update test cases, though a few more test case improvements/changes were required this time around: (r229269-r229278) import fileinput import sys import re pat = re.compile(r"((?:=|:|^)\s*load (?:atomic )?(?:volatile )?(.*?))(| addrspace\(\d+\) *)\*($| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$)") for line in sys.stdin: sys.stdout.write(re.sub(pat, r"\1, \2\3*\4", line)) Reviewers: rafael, dexonsmith, grosser Differential Revision: http://reviews.llvm.org/D7649 llvm-svn: 230794 | ||||
* | R600/SI: Remove the -CHECK suffix from all FileCheck prefixes in LIT tests | Marek Olsak | 2015-02-03 | 1 | -8/+8 |
| | | | | llvm-svn: 228040 | ||||
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -3/+3 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Add support for v4i32 stores on Cayman | Tom Stellard | 2013-08-16 | 1 | -1/+1 |
| | | | | | Tested-by: Aaron Watry <awatry@gmail.com> llvm-svn: 188518 | ||||
* | Prefix failing commands with not to make clear they are expected to fail. | Rafael Espindola | 2013-07-03 | 1 | -1/+1 |
| | | | | llvm-svn: 185554 | ||||
* | R600: Use correct encoding for Vertex Fetch instructions on Cayman | Tom Stellard | 2013-06-14 | 1 | -0/+25 |
Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 184016 |