[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR (or undef) to VECTOR_SHUFFLE.
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-256-v4.ll
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-18 Simon Pilgrim[X86][AVX] Added shuffle concatenation tests
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-24 Ahmed Bougacha[X86] update_llc_test_checks vector-shuffle-*. NFC.
2015-05-29 Matthias BraunMachineCopyPropagation: Remove the copies instead of...
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-03-31 Sanjay Patel[X86, AVX] fix zero-extending integer operand load...
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-05 Simon Pilgrim[DagCombiner] Allow shuffles to merge through bitcasts
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-20 Chandler Carruth[x86] Now that the new vector shuffle legality is enabl...
2015-02-17 Simon Pilgrim[X86][SSE] Generalised unpckl/unpckh shuffle matching
2015-02-17 Sanjay PatelCanonicalize splats as build_vectors (PR22283)
2015-02-15 Simon PilgrimAdded some test cases of missed opportunities to use...
2015-02-15 Simon Pilgrim[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
2015-02-15 Chandler Carruth[x86] Teach the decomposed shuffle/blend lowering to...
2015-02-15 Chandler Carruth[x86] Switch a collection of tests explicitly to the...
2015-02-15 Chandler Carruth[x86] Remove the now-default-on flag for the new vector...
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Chandler Carruth[x86] Mechanically update a bunch of tests' check lines...
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2014-11-22 Chandler Carruth[x86] Add some tests for a common unpack pattern of...
2014-11-21 Chandler Carruth[x86] Make the previous logic significantly less conser...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-21 Chandler Carruth[x86] Add a bunch of test cases to 256-bit shuffles...
2014-11-15 Simon Pilgrim[X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-05 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-10-03 Chandler Carruth[x86] Add a really preposterous number of patterns...
2014-10-03 Chandler Carruth[x86] Adjust the patterns for lowering X86vzmovl nodes...
2014-10-03 Chandler Carruth[x86] Teach the new vector shuffle lowering to aggressi...
2014-10-03 Chandler Carruth[x86] Significantly improve the ability of the new...
2014-10-01 Chandler Carruth[x86] Teach the new vector shuffle lowering about VBROA...
2014-09-30 Chandler Carruth[x86] Update the exact FileCheck syntax of the 256...
2014-09-30 Chandler Carruth[x86] Add some vector-register broadcast operations...
2014-09-26 Chandler Carruth[x86] Fix a large collection of bugs that crept in...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-24 Chandler Carruth[x86] Fix a really terrible bug in the repeated 128...
2014-09-23 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-22 Chandler Carruth[x86] Move the AVX v4i64 test cases down to group them...
2014-09-22 Chandler Carruth[x86] Back out a bad choice about lowering v4i64 and...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the basics...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering of v4f64...
2014-09-21 Chandler Carruth[x86] Add some more comprehensive tests for v4f64 blending.
2014-09-21 Chandler Carruth[x86] Re-generate a bunch of the v4f64 test cases with...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-18 Chandler Carruth[x86] Use PALIGNR for v4i32 and v2i64 blends when appro...
2014-09-15 Chandler Carruth[x86] Begin emitting PBLENDW instructions for integer...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-09-07 Chandler Carruth[x86] Revert my over-eager commit in r217332.
2014-09-07 Chandler Carruth[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64...
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-16 Chandler Carruth[x86] Teach lots of the new vector shuffle lowering...
2014-08-15 Chandler Carruth[x86] Teach the new AVX v4f64 shuffle lowering to use...
2014-08-15 Chandler Carruth[x86] Add the initial skeleton of type-based dispatch...
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-14 Chandler Carruth[x86] Begin stubbing out the AVX support in the new...