aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vext.ll
AgeCommit message (Expand)Author
2012-11-02Vext Lowering was missing opportunitiesQuentin Colombet
2011-11-14ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach
2011-10-14Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman
2011-03-15Some minor cleanups based on feedback.Bill Wendling
2011-03-14Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling
2011-01-07Lower some BUILD_VECTORS using VEXT+shuffle.Bob 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-08-21Add some tests for vext.16 and vext.32.Bob Wilson
2009-08-19Add support for Neon VEXT (vector extract) shuffles.Bob Wilson