summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector-popcnt-128.ll
AgeCommit message (Expand)Author
2017-12-16[X86] When using vpopcntdq for ctpop of v8i16 vectors, only promote to v8i32.Craig Topper
2017-12-16[X86] Add 128 and 256-bit VPOPCNTDQ instructions. Adjust some tablegen classe...Craig Topper
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-22[X86] Regenerate the vector-popcnt and vector-tzcnt tests to get BITALG CHECK...Craig Topper
2017-11-21[x86][icelake]BITALGCoby Tayree
2017-07-02[X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16/v16i16/ CTPOPSimon Pilgrim
2017-05-25[X86] Adding vpopcntd and vpopcntq instructionsOren Ben Simhon
2016-11-29[X86][SSE] Add initial support for combining target shuffles to (V)PMOVZX.Simon Pilgrim
2015-11-24[X86] Fix several issues related to X86's psadbw instruction.Cong Hou
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-09-05[X86] Updated vector popcnt tests. Added vec512 tests.Simon Pilgrim
2015-06-07Fixed line endingsSimon Pilgrim
2015-06-07[DAGCombiner] Added CTPOP vector constant folding support.Simon Pilgrim
2015-05-30[x86] Unify the horizontal adding used for popcount lowering taking theChandler Carruth
2015-05-30[x86] Restore the bitcasts I removed when refactoring this to avoidChandler Carruth
2015-05-30[x86] Implement a faster vector population count based on the PSHUFBChandler Carruth
2015-05-30[x86] Restructure the parallel bitmath lowering of popcount intoChandler Carruth
2015-05-28[x86] Move the vector popcount tests into non-ISA files, and insteadChandler Carruth