[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-call.ll
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-09-08 Evan ChengHandle calls which produce i1 results: promote to i8...