[DagCombine] Improve DAGCombiner BUILD_VECTOR when it has two sources of elements
[oota-llvm.git] / test / CodeGen / X86 / vector-shuffle-combining.ll
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...