Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / prefetch.ll
2013-10-16 Yunzhong GaoEnabling 3DNow! prefetch instruction for a few AMD...
2013-09-18 Preston GurdAttempt to fix llvm-ppc64-linux2 buildbot failure by...
2013-09-18 Preston GurdVerify that llvm can generate the prefetchw instruction...
2013-03-26 Michael LiaoFix PRFCHW test on non-x86 builds
2013-03-26 Michael LiaoAdd PREFETCHW codegen support
2011-12-08 Evan ChengAdd test for r146163.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-06-10 Dan GohmanConvert several tests to use temporary files instead...
2008-03-10 Dale JohannesenThere is no "-mattr=+sse1" flag; fix test for non-x86...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...