aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vrev.ll
AgeCommit message (Expand)Author
2012-04-09When performing a truncating store, it's possible to rearrange the data Chad Rosier
2011-10-17Add CHECKs and document PR11158.Nadav Rotem
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-05-18Handle perfect shuffle case that generates a vrev for vectors of floats.Tanya Lattner
2011-05-18In r131488 I misunderstood how VREV works. It splits the vector in half and s...Tanya Lattner
2011-05-17vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...Tanya Lattner
2010-10-27SelectionDAG shuffle nodes do not allow operands with different numbers ofBob Wilson
2010-08-17Allow more cases of undef shuffle indices and add tests for them.Bob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-26Add support for ARM Neon VREV instructions.Bob Wilson