aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vrev.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-20/+20
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+8
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-18/+18
* When performing a truncating store, it's possible to rearrange the data Chad Rosier2012-04-091-4/+2
* Add CHECKs and document PR11158.Nadav Rotem2011-10-171-1/+6
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-161-3/+0
* Handle perfect shuffle case that generates a vrev for vectors of floats.Tanya Lattner2011-05-181-0/+15
* In r131488 I misunderstood how VREV works. It splits the vector in half and s...Tanya Lattner2011-05-181-3/+2
* vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...Tanya Lattner2011-05-171-0/+17
* SelectionDAG shuffle nodes do not allow operands with different numbers ofBob Wilson2010-10-271-0/+18
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-171-0/+18
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-14/+14
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Add support for ARM Neon VREV instructions.Bob Wilson2009-07-261-0/+113