[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / fastcc-sret.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-04-29 Michael LiaoRewrite some tests with FileCHeck in X86 codegen
2013-04-10 Eli BenderskyRewrite some of the test/CodeGen/X86 tests to use FileC...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-04-23 Dan GohmanExplicitly pass -tailcallopt=false to these tests so...
2008-09-10 Evan ChengFix a fastcc + sret bug. If fastcc and sret, callee...