Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -64/+0 |
| | | | | llvm-svn: 239657 | ||||
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ↵ | Tom Stellard | 2014-10-01 | 1 | -4/+4 |
| | | | | | | table llvm-svn: 218776 | ||||
* | R600: Move code handling literal folding into R600ISelLowering. | Vincent Lejeune | 2013-09-12 | 1 | -0/+16 |
| | | | | llvm-svn: 190644 | ||||
* | R600: Non vector only instruction can be scheduled on trans unit | Vincent Lejeune | 2013-09-04 | 1 | -6/+8 |
| | | | | llvm-svn: 189980 | ||||
* | R600: Enable folding of inline literals into REQ_SEQUENCE instructions | Tom Stellard | 2013-08-16 | 1 | -0/+13 |
| | | | | | Tested-by: Aaron Watry <awatry@gmail.com> llvm-svn: 188517 | ||||
* | Revert "R600: Non vector only instruction can be scheduled on trans unit" | Tom Stellard | 2013-07-31 | 1 | -4/+2 |
| | | | | | | This reverts commit 98ce62780ea7185ba710868bf83c8077e8d7f6d6. llvm-svn: 187526 | ||||
* | R600: Non vector only instruction can be scheduled on trans unit | Vincent Lejeune | 2013-07-31 | 1 | -2/+4 |
| | | | | llvm-svn: 187514 | ||||
* | DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free | Tom Stellard | 2013-07-23 | 1 | -166/+0 |
| | | | | | | | This commit also implements these functions for R600 and removes a test case that was relying on the buggy behavior. llvm-svn: 187007 | ||||
* | R600: Use KCache for kernel arguments | Tom Stellard | 2013-07-23 | 1 | -6/+6 |
| | | | | | Reviewed-by: Vincent Lejeune <vljn at ovi.com> llvm-svn: 186918 | ||||
* | R600: Signed literals are 64bits wide | Vincent Lejeune | 2013-05-02 | 1 | -0/+165 |
| | | | | llvm-svn: 180960 | ||||
* | R600: Prettier asmPrint of Alu | Vincent Lejeune | 2013-05-02 | 1 | -2/+4 |
| | | | | llvm-svn: 180956 | ||||
* | Test case hygiene. | Benjamin Kramer | 2013-03-09 | 1 | -1/+1 |
| | | | | llvm-svn: 176772 | ||||
* | R600: Emit function name in the AsmPrinter | Tom Stellard | 2013-02-05 | 1 | -0/+2 |
| | | | | | | | | Emitting the function name allows us to check for it in the FileCheck tests so we can make sure FileCheck is checking the output of the correct function. llvm-svn: 174392 | ||||
* | Add R600 backend | Tom Stellard | 2012-12-11 | 1 | -0/+30 |
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915 |