[X86] Updated vector popcnt tests. Added vec512 tests.
[oota-llvm.git] / test / CodeGen / X86 / vector-popcnt-128.ll
2015-09-05 Simon Pilgrim[X86] Updated vector popcnt tests. Added vec512 tests.
2015-06-07 Simon PilgrimFixed line endings
2015-06-07 Simon Pilgrim[DAGCombiner] Added CTPOP vector constant folding support.
2015-05-30 Chandler Carruth[x86] Unify the horizontal adding used for popcount...
2015-05-30 Chandler Carruth[x86] Restore the bitcasts I removed when refactoring...
2015-05-30 Chandler Carruth[x86] Implement a faster vector population count based...
2015-05-30 Chandler Carruth[x86] Restructure the parallel bitmath lowering of...
2015-05-28 Chandler Carruth[x86] Move the vector popcount tests into non-ISA files...