[x86] Switch this test to use checks generated by my update script. NFC
[oota-llvm.git] / test / CodeGen / X86 / pmul.ll
2015-02-16 Chandler Carruth[x86] Switch this test to use checks generated by my...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-07-26 Chandler Carruth[x86] Finish switching from CHECK to ALL. This was...
2014-07-26 Chandler Carruth[x86] Revert r214007: Fix PR20355 ...
2014-07-26 Chandler Carruth[x86] Fix PR20355 (and dups) by not using unsigned...
2014-07-26 Chandler Carruth[x86] Add coverage for PMUL* instruction testing on...
2014-07-26 Chandler Carruth[x86] More cleanup for this test -- simplify the comman...
2014-07-25 Chandler Carruth[x86] FileCheck-ize this test.
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-02-11 Dan GohmanDon't use special heuristics for nodes with no data...
2009-01-25 Evan ChengTeach 2addr pass to be do more commuting. If both uses...
2008-12-18 Mon P WangFix test to account for generating some vector code...
2008-05-27 Dan GohmanMake this test independent of the target-triple; the...
2008-05-26 Nick LewyckyThe Linux ABI emits an extra "movl %esp, %ebp" in funct...
2008-05-23 Dan GohmanUse PMULDQ for v2i64 multiplies when SSE4.1 is availabl...