summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-06-06[x86] Revert the X86FoldTablesEmitter due to more miscompiles.Chandler Carruth
2017-05-29Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...Zachary Turner
2017-05-29Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...Zachary Turner
2017-05-28[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa
2017-03-12[x86] don't blindly transform SETB into SBBSanjay Patel
2016-07-07Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-07-07Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein
2016-07-06[X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-05-18[X86][SSE42] Added fast-isel tests to sync with clang/test/CodeGen/sse42-buil...Simon Pilgrim