[X86] Fix several issues related to X86's psadbw instruction.
[oota-llvm.git] / test / CodeGen / X86 / vector-popcnt-128.ll
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
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...