Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / fmaxnum.ll
2015-12-28 Sanjay Patel[x86] lower calls to fmax and llvm.maxnum.* using maxps...
2015-12-26 Sanjay Patel[x86] lower calls to llvm.maxnum.v4f32 using maxps
2015-12-15 Sanjay Patel[x86] inline calls to fmaxf / llvm.maxnum.f32 using...
2015-12-07 Sanjay PatelTighten checks so we can see existing codegen
2015-12-06 Sanjay Patel[x86] add missing maxnum/minnum tests for 256-bit vectors
2015-12-05 Sanjay PatelAdd vector fmaxnum tests that correspond to the existin...
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen