[commit: ghc] master: Add prefetch primops. (cc56f34)

Geoffrey Mainland gmainlan at microsoft.com
Fri Feb 1 23:02:29 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/cc56f34e71201e27e4e15af01a5a6258648d6a32

>---------------------------------------------------------------

commit cc56f34e71201e27e4e15af01a5a6258648d6a32
Author: Geoffrey Mainland <mainland at 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



More information about the ghc-commits mailing list