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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2d0438f329ac153f9e59155f405d27fac0c43d65

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

commit 2d0438f329ac153f9e59155f405d27fac0c43d65
Author: Johan Tibell <johan.tib...@gmail.com>
Date:   Wed Jul 20 18:29:22 2011 +0200

    Add popCnt# primop

 compiler/cmm/CmmMachOp.hs                 |    2 +
 compiler/codeGen/CgPrimOp.hs              |   17 ++++++++++++++++
 compiler/codeGen/StgCmmPrim.hs            |   14 +++++++++++++
 compiler/ghc.cabal.in                     |    1 +
 compiler/main/DynFlags.hs                 |    2 +
 compiler/nativeGen/CPrim.hs               |   14 +++++++++++++
 compiler/nativeGen/PPC/CodeGen.hs         |    3 ++
 compiler/nativeGen/SPARC/CodeGen/CCall.hs |    3 ++
 compiler/nativeGen/X86/CodeGen.hs         |   30 ++++++++++++++++++++++++++++-
 compiler/nativeGen/X86/Instr.hs           |    6 +++++
 compiler/nativeGen/X86/Ppr.hs             |    2 +
 compiler/prelude/primops.txt.pp           |   19 +++++++++++++++--
 12 files changed, 109 insertions(+), 4 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 2d0438f329ac153f9e59155f405d27fac0c43d65

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to