| Commit message (Expand) | Author | Age | Files | Lines |
* | [DAGCombiner] narrow shuffle of concatenated vectors | Sanjay Patel | 2019-04-12 | 1 | -2/+2 |
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -23/+23 |
* | [ARM] Check the right order for halves of VZIP/VUZP if both parts are used | Martin Storsjo | 2017-08-19 | 1 | -0/+19 |
* | [ARM] Implement isExtractSubvectorCheap. | Eli Friedman | 2016-12-20 | 1 | -3/+2 |
* | Add ARM support to update_llc_test_checks.py | Eli Friedman | 2016-12-19 | 1 | -34/+64 |
* | Don't combine splats with other shuffles. | Eli Friedman | 2016-12-15 | 1 | -7/+4 |
* | Don't combine a shuffle of two BUILD_VECTORs with duplicate elements. | Eli Friedman | 2016-12-15 | 1 | -12/+7 |
* | Add testcases for some shuffle bugs. | Eli Friedman | 2016-12-15 | 1 | -0/+25 |
* | Introduce target hook for optimizing register copies | Matt Arsenault | 2015-09-24 | 1 | -15/+15 |
* | [ARM] Do not scale vext with a factor | Jeroen Ketema | 2015-09-21 | 1 | -0/+11 |
* | [ARM] Do not use vtrn for vectorshuffle if the order is reversed | James Molloy | 2015-09-10 | 1 | -0/+10 |
* | [ARM] - Fix lowering of shufflevectors in AArch32 | Luke Cheeseman | 2015-07-24 | 1 | -0/+31 |
* | [ARM] Look through concat when lowering in-place shuffles (VZIP, ..) | Ahmed Bougacha | 2015-06-19 | 1 | -79/+10 |
* | [ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup. NFC. | Ahmed Bougacha | 2015-06-19 | 1 | -24/+257 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -16/+16 |
* | ARM: fixup more tests to specify the target more explicitly | Saleem Abdulrasool | 2014-04-03 | 1 | -1/+1 |
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -8/+8 |
* | Allow more cases of undef shuffle indices and add tests for them. | Bob Wilson | 2010-08-17 | 1 | -0/+27 |
* | Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul, | Dan Gohman | 2010-05-03 | 1 | -1/+1 |
* | Update NEON struct names to match llvm-gcc changes. | Bob Wilson | 2009-10-06 | 1 | -10/+0 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
* | Use CHECK-NEXT to make sure we're only getting one copy of each shuffle | Bob Wilson | 2009-08-22 | 1 | -0/+6 |
* | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 1 | -0/+79 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 1 | -117/+0 |
* | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson | 2009-08-11 | 1 | -16/+16 |
* | Add tests for Neon VZIP and VUZP instructions. | Bob Wilson | 2009-08-09 | 1 | -0/+117 |