[DAGCombiner] Attempt to mask vectors before zero extension instead of after.
[oota-llvm.git] / test / CodeGen / X86 / vector-zext.ll
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-01 Simon Pilgrim[DAGCombiner] Convert constant AND masks to shuffle...
2015-07-28 Simon Pilgrim[X86][SSE] Use bitmasks instead of shuffles where possible.
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-12 Simon Pilgrim[X86][SSE] Tidied up vector extend/truncation tests...
2015-05-29 Matthias BraunMachineCopyPropagation: Remove the copies instead of...
2015-04-25 Simon Pilgrimline endings fix
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-24 Simon PilgrimReapplied D7816 & rL230177 & rL230278 - with an additio...
2015-02-24 Eric ChristopherRevert:
2015-02-22 Simon Pilgrim[DagCombiner] Generalized BuildVector Vector Concatenation
2015-02-21 Simon Pilgrim[X86][SSE] Added shuffle based integer zero extension...
2015-02-17 Michael Kuperstein[X86] Combine vector anyext + and into a vector zext
2015-02-15 Chandler Carruth[x86] Update some tests with the latest version of...
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
2015-01-30 Ahmed Bougacha[X86] Cleanup tabs in test vector-zext.ll. NFC.
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2014-12-06 Ahmed Bougacha[X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns.
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Chandler Carruth[x86] Clean up a bunch of vector shuffle tests with...
2014-10-05 Chandler Carruth[x86] Fix PR21139, one of the last remaining regression...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-02 Chandler Carruth[x86] Switch some of the new consolidated vector tests...
2014-10-01 Chandler Carruth[x86] Teach both sext and zext vector tests to cover...
2014-10-01 Chandler Carruth[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.