summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/prefetch.ll
AgeCommit message (Expand)AuthorFilesLines
2013-10-16Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,Yunzhong Gao1-0/+3
2013-09-18Attempt to fix llvm-ppc64-linux2 buildbot failure by addingPreston Gurd1-1/+1
2013-09-18Verify that llvm can generate the prefetchw instruction when the CPU isPreston Gurd1-0/+2
2013-03-26Fix PRFCHW test on non-x86 buildsMichael Liao1-1/+1
2013-03-26Add PREFETCHW codegen supportMichael Liao1-0/+3
2011-12-08Add test for r146163.Evan Cheng1-0/+3
2011-06-14Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes1-5/+5
2010-11-19Prefetch has a MemOperand now. FileCheckize a test.Dale Johannesen1-5/+5
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2008-06-10Convert several tests to use temporary files instead of redundantlyDan Gohman1-4/+5
2008-03-10There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen1-4/+4
2008-03-08Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng1-0/+15