aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vext.ll
Commit message (Expand)AuthorAgeFilesLines
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-141-1/+1
* Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman2011-10-141-0/+17
* Some minor cleanups based on feedback.Bill Wendling2011-03-151-0/+12
* Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling2011-03-141-12/+0
* Lower some BUILD_VECTORS using VEXT+shuffle.Bob Wilson2011-01-071-0/+59
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-171-0/+20
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-6/+6
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-211-0/+19
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-191-0/+37