aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vrev.ll
Commit message (Expand)AuthorAgeFilesLines
* 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