summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isint.ll
AgeCommit message (Expand)Author
2017-04-26[X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa
2015-03-01fixed to test only the feature, not the feature and a CPUSanjay Patel
2014-03-11X86: Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)Hans Wennborg
2013-12-16fixed one more lineElena Demikhovsky
2013-12-16Fixed the test - added -mcpu=penryn flag to avoid ambiguity in code generation.Elena Demikhovsky
2013-12-16AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky
2011-11-15Revert r144611 and r144613.Jakob Stoklund Olesen
2011-11-15Really fix test.Jakob Stoklund Olesen
2011-11-15Allow for depencendy-breaking instructions before cvt*.Jakob Stoklund Olesen
2011-06-03Reapply 132424 with fixes. This fixes PR10068.Stuart Hastings
2011-06-02Revert 132424 to fix PR10068.Rafael Espindola
2011-06-01Recommit 132404 with fixes. rdar://problem/5993888Stuart Hastings
2011-06-01Revert 132404 to appease a buildbot. rdar://problem/5993888Stuart Hastings
2011-06-01Add support for x86 CMPEQSS and friends. These instructions do aStuart Hastings
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-10-24Be kind to non-x86 hosts.Dale Johannesen
2008-10-21really fix run lineChris Lattner
2008-10-21fix run lineChris Lattner
2008-10-21Optimized FCMP_OEQ and FCMP_UNE for x86.Dan Gohman