| Commit message (Expand) | Author | Age | Files | Lines |
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -53/+0 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -4/+4 |
* | R600/SI: Enable all tests that pass on VI without changes | Marek Olsak | 2015-01-27 | 1 | -0/+1 |
* | DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N)) | Tim Northover | 2015-01-21 | 1 | -12/+10 |
* | Revert "DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))" | Tim Northover | 2015-01-21 | 1 | -10/+12 |
* | DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N)) | Tim Northover | 2015-01-21 | 1 | -12/+10 |
* | R600/SI: Remove some redudant load testcases. | Matt Arsenault | 2015-01-14 | 1 | -66/+0 |
* | R600/SI: Add a stub GCNTargetMachine | Tom Stellard | 2015-01-06 | 1 | -1/+1 |
* | R600/SI: Add SIFoldOperands pass | Tom Stellard | 2014-11-21 | 1 | -12/+9 |
* | R600/SI: Change all instruction assembly names to lowercase. | Tom Stellard | 2014-11-05 | 1 | -21/+21 |
* | R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ... | Tom Stellard | 2014-10-01 | 1 | -10/+10 |
* | R600/SI: Add a ComplexPattern for selecting MUBUF _OFFSET variant | Tom Stellard | 2014-08-11 | 1 | -6/+6 |
* | R600/SI: Custom lower SI_IF and SI_ELSE to avoid machine verifier errors | Tom Stellard | 2014-04-29 | 1 | -1/+1 |
* | R600/SI: Use SReg_64 instead of VSrc_64 when selecting BUILD_PAIR | Tom Stellard | 2014-04-18 | 1 | -3/+6 |
* | R600: Fix extloads from i8 / i16 to i64. | Matt Arsenault | 2014-03-06 | 1 | -5/+72 |
* | R600/SI: Add support for i8 and i16 private loads/stores | Tom Stellard | 2014-01-22 | 1 | -6/+8 |
* | R600: Fix selection failure on EXTLOAD | Matt Arsenault | 2013-11-13 | 1 | -0/+51 |