summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/extload.ll
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-53/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* R600/SI: Enable all tests that pass on VI without changesMarek Olsak2015-01-271-0/+1
* DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))Tim Northover2015-01-211-12/+10
* Revert "DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))"Tim Northover2015-01-211-10/+12
* DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))Tim Northover2015-01-211-12/+10
* R600/SI: Remove some redudant load testcases.Matt Arsenault2015-01-141-66/+0
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-061-1/+1
* R600/SI: Add SIFoldOperands passTom Stellard2014-11-211-12/+9
* R600/SI: Change all instruction assembly names to lowercase.Tom Stellard2014-11-051-21/+21
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...Tom Stellard2014-10-011-10/+10
* R600/SI: Add a ComplexPattern for selecting MUBUF _OFFSET variantTom Stellard2014-08-111-6/+6
* R600/SI: Custom lower SI_IF and SI_ELSE to avoid machine verifier errorsTom Stellard2014-04-291-1/+1
* R600/SI: Use SReg_64 instead of VSrc_64 when selecting BUILD_PAIRTom Stellard2014-04-181-3/+6
* R600: Fix extloads from i8 / i16 to i64.Matt Arsenault2014-03-061-5/+72
* R600/SI: Add support for i8 and i16 private loads/storesTom Stellard2014-01-221-6/+8
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-131-0/+51
OpenPOWER on IntegriCloud