[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / 2006-11-17-IllegalMove.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-07-12 Chris Lattneradd nounwind
2008-07-30 Dan GohmanI missed this file in r54223. movzbl is now used instead
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2007-09-25 Evan ChengForgot to check in the changes. Fix test case so it...
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-17 Evan ChengAdd a x86-64 test case: movb %sil, %ah is illegal.