summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_minmax_uint.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-12-04[X86] Allow VPMAXUQ/VPMAXSQ/VPMINUQ/VPMINSQ to be used with 128/256 bit vecto...Craig Topper
2017-02-11[X86] Don't base domain decisions on VEXTRACTF128/VINSERTF128 if only AVX1 is...Craig Topper
2017-02-05[X86] Fix printing of blendvpd/blendvps/pblendvb to include the implicit %xmm...Craig Topper
2017-01-11Revert r291645 "[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor All...Craig Topper
2017-01-11[DAGCombiner] Teach DAG combiner to fold (vselect (N0 xor AllOnes), N1, N2) -...Craig Topper
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-11-18[DAGCombiner] Vector constant folding for comparisonsSimon Pilgrim
2015-08-19[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant foldingSimon Pilgrim
2015-08-18Updated constants to give more useful min/max constant folding testsSimon Pilgrim
2015-08-18Fixed max/min typo in test namesSimon Pilgrim
2015-08-18[X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN testsSimon Pilgrim
2015-08-14Renamed min tests (typo)Simon Pilgrim
2015-08-13[X86][SSE] Tests for SMAX/SMIN/UMAX/UMIN vector instructionsSimon Pilgrim