summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/private-memory.ll
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-313/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-23/+23
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-53/+53
* R600/SI: Enable a lot of existing tests for VI (squashed commits)Marek Olsak2015-02-111-0/+2
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-061-2/+2
* R600/SI: Change mubuf offsets to print as decimalMatt Arsenault2014-12-031-3/+3
* R600/SI: Change all instruction assembly names to lowercase.Tom Stellard2014-11-051-19/+19
* R600: Don't promote allocas when one of the users is a ptrtoint instructionTom Stellard2014-10-311-0/+19
* R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...Tom Stellard2014-10-011-7/+7
* R600/SI: Add a ComplexPattern for selecting MUBUF _OFFSET variantTom Stellard2014-08-111-1/+1
* R600/SI: Clear lds bit on MUBUF instructions used for private storesTom Stellard2014-08-111-10/+9
* R600/SI: Update MUBUF assembly string to match AMD proprietary compilerTom Stellard2014-08-051-7/+7
* R600/SI: Avoid generating REGISTER_LOAD instructions.Tom Stellard2014-08-051-1/+2
* Revert "R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp"Tom Stellard2014-08-011-2/+1
* R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cppTom Stellard2014-08-011-1/+2
* R600/SI: Use scratch memory for large private arraysTom Stellard2014-07-211-9/+7
* R600: Run private-memory test with and without alloca promoteMatt Arsenault2014-07-131-24/+33
* R600: Don't crash on unhandled instruction in promote allocaMatt Arsenault2014-06-271-0/+14
* R600: Add some testcases for promote alloca pass.Matt Arsenault2014-06-271-1/+68
* R600: Use LDS and vectors for private memoryTom Stellard2014-06-171-25/+13
* R600/SI: Fix verifier error with pseudo store instructions.Matt Arsenault2014-05-011-2/+2
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-151-2/+2
* R600/SI: Use correct dest register class for V_READFIRSTLANE_B32Tom Stellard2014-03-171-2/+2
* R600: MOVA is vector onlyTom Stellard2014-01-221-1/+3
* R600: Take alignment into account when calculating the stack offsetTom Stellard2014-01-221-0/+31
* R600: Begin private memory at the second GPR.Tom Stellard2014-01-221-0/+25
* R600/SI: Add support for i8 and i16 private loads/storesTom Stellard2014-01-221-8/+51
* Fix broken CHECK lines.Benjamin Kramer2014-01-111-1/+1
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-0/+115
OpenPOWER on IntegriCloud