[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / fma-intrinsics-x86.ll
2015-12-09 Vyacheslav KlochkovX86-FMA3: Defined the ExeDomain property for Scalar...
2015-11-13 Vyacheslav KlochkovX86-FMA3: Implemented commute transformations FMA*_Int...
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-06-25 Ahmed Bougacha[X86] Cleanup fma tests a little bit. NFC.