[x86] Add a test case for PR22390 which was a dup of PR22377 and fixed
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-combining.ll
2015-02-15 Chandler Carruth[x86] Add a test case for PR22390 which was a dup of...
2015-02-15 Chandler Carruth[x86] Fix PR22377, a regression with the new vector...
2015-02-15 Chandler Carruth[x86] Switch a collection of tests explicitly to the...
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Chandler Carruth[x86] Start to introduce bit-masking based blend lowering.
2015-02-04 Chandler Carruth[x86] Refresh the checks of a number of tests using
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2015-01-10 Simon Pilgrim[X86][SSE] Improved (v)insertps shuffle matching
2014-12-23 Michael Kuperstein[DagCombine] Improve DAGCombiner BUILD_VECTOR when...
2014-12-17 Michael Kuperstein[DAGCombine] Slightly improve lowering of BUILD_VECTOR...
2014-12-07 Chandler Carruth[x86] Cleanup the combining vector shuffle tests a...
2014-11-21 Chandler Carruth[x86] Teach the x86 vector shuffle lowering to detect...
2014-11-15 Andrea Di Biagio[DAG] Improved target independent vector shuffle foldin...
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-11-12 Chandler Carruth[x86] Clean up a bunch of vector shuffle tests with...
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
2014-11-04 Simon Pilgrim[X86][SSE] Enable commutation for SSE immediate blend...
2014-10-05 Chandler Carruth[x86] Remove the 2-addr-to-3-addr "optimization" from...
2014-10-05 Chandler Carruth[x86, dag] Teach the DAG combiner to prune inputs toa...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-02 Chandler Carruth[x86] Merge still more combine tests into the common...
2014-10-02 Chandler Carruth[x86] Merge the third combining test into the generic...
2014-10-02 Chandler Carruth[x86] Merge the second set of vector combining tests...
2014-10-02 Chandler Carruth[x86] Merge the bitwise operation shuffle combining...
2014-10-02 Chandler Carruth[x86] Update this test to run a full complement of...
2014-10-02 Chandler Carruth[x86] Minimize the parameters to this test for clarity.
2014-10-02 Chandler Carruth[x86] Add a comment clarifying that this test should...
2014-07-02 Benjamin KramerX86: When combining shuffles just remove shuffles that...
2014-06-27 Chandler Carruth[x86] Teach the target combine step to aggressively...
2014-06-27 Chandler Carruth[x86] Teach the target-specific combining how to aggres...