Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cc56f34e71201e27e4e15af01a5a6258648d6a32 >--------------------------------------------------------------- commit cc56f34e71201e27e4e15af01a5a6258648d6a32 Author: Geoffrey Mainland <mainl...@apeiron.net> Date: Thu Nov 15 10:16:29 2012 +0000 Add prefetch primops. compiler/cmm/CmmMachOp.hs | 4 ++ compiler/cmm/PprC.hs | 1 + compiler/codeGen/StgCmmPrim.hs | 47 +++++++++++++++++++++++++++++++ compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 21 ++++++++++++++ compiler/nativeGen/PPC/CodeGen.hs | 1 + compiler/nativeGen/SPARC/CodeGen.hs | 1 + compiler/nativeGen/X86/CodeGen.hs | 3 ++ compiler/prelude/primops.txt.pp | 18 ++++++++++++ 8 files changed, 96 insertions(+), 0 deletions(-) Diff suppressed because of size. To see it, use: git show cc56f34e71201e27e4e15af01a5a6258648d6a32 _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits