summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vzip.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner] narrow shuffle of concatenated vectorsSanjay Patel2019-04-121-2/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-23/+23
* [ARM] Check the right order for halves of VZIP/VUZP if both parts are usedMartin Storsjo2017-08-191-0/+19
* [ARM] Implement isExtractSubvectorCheap.Eli Friedman2016-12-201-3/+2
* Add ARM support to update_llc_test_checks.pyEli Friedman2016-12-191-34/+64
* Don't combine splats with other shuffles.Eli Friedman2016-12-151-7/+4
* Don't combine a shuffle of two BUILD_VECTORs with duplicate elements.Eli Friedman2016-12-151-12/+7
* Add testcases for some shuffle bugs.Eli Friedman2016-12-151-0/+25
* Introduce target hook for optimizing register copiesMatt Arsenault2015-09-241-15/+15
* [ARM] Do not scale vext with a factorJeroen Ketema2015-09-211-0/+11
* [ARM] Do not use vtrn for vectorshuffle if the order is reversedJames Molloy2015-09-101-0/+10
* [ARM] - Fix lowering of shufflevectors in AArch32Luke Cheeseman2015-07-241-0/+31
* [ARM] Look through concat when lowering in-place shuffles (VZIP, ..)Ahmed Bougacha2015-06-191-79/+10
* [ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup. NFC.Ahmed Bougacha2015-06-191-24/+257
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-16/+16
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-031-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-8/+8
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-171-0/+27
* Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,Dan Gohman2010-05-031-1/+1
* Update NEON struct names to match llvm-gcc changes.Bob Wilson2009-10-061-10/+0
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-221-0/+6
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-211-0/+79
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-211-117/+0
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-111-16/+16
* Add tests for Neon VZIP and VUZP instructions.Bob Wilson2009-08-091-0/+117
OpenPOWER on IntegriCloud