Age | Commit message (Expand) | Author |
---|---|---|
2013-03-26 | Fix PRFCHW test on non-x86 builds | Michael Liao |
2013-03-26 | Add PREFETCHW codegen support | Michael Liao |
2011-12-08 | Add test for r146163. | Evan Cheng |
2011-06-14 | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes |
2010-11-19 | Prefetch has a MemOperand now. FileCheckize a test. | Dale Johannesen |
2009-09-08 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
2008-06-10 | Convert several tests to use temporary files instead of redundantly | Dan Gohman |
2008-03-10 | There is no "-mattr=+sse1" flag; fix test for non-x86 hosts. | Dale Johannesen |
2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |