summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/cmovcmov.ll
AgeCommit message (Expand)Author
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-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-07[X86] Add X86ISD::CMOV to computeKnownBitsForTargetNode and ComputeNumSignBit...Craig Topper
2017-03-03CodeGen: BlockPlacement: Precompute layout for chains of triangles.Kyle Butt
2016-05-07[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.Ahmed Bougacha
2016-05-06Revert r268760, it caused PR27670.Nico Weber
2016-05-06[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.Ahmed Bougacha
2016-01-25X86ISelLowering: Fix cmov(cmov) special lowering bugMatthias Braun
2015-05-18Re-land r237175: [X86] Always return the sret parameter in eax/rax ...Reid Kleckner
2015-05-12Revert r237175: [X86] Always return the sret parameter in eax/rax ...Chandler Carruth
2015-05-12[X86] Always return the sret parameter in eax/rax, even on 32-bitReid Kleckner
2015-03-03[X86] Special-case 2x CMOV when custom-inserting.Ahmed Bougacha
2015-03-03[X86] Combine (cmov (and/or (setcc) (setcc))) into (cmov (cmov)).Ahmed Bougacha