summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vext.ll
Commit message (Expand)AuthorAge
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-03
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* ARM: Improve codegen for generic vselect.Jim Grosbach2013-07-08
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman2011-10-14
* Some minor cleanups based on feedback.Bill Wendling2011-03-15
* Generate a VTBL instruction instead of a series of loads and stores when weBill Wendling2011-03-14
* Lower some BUILD_VECTORS using VEXT+shuffle.Bob Wilson2011-01-07
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-17
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-21
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-19