Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/93d6c9d532b678a91bafd4bf5f5f10c4f4b6d9b9 >--------------------------------------------------------------- commit 93d6c9d532b678a91bafd4bf5f5f10c4f4b6d9b9 Author: David Terei <[email protected]> Date: Fri Apr 22 20:00:15 2011 -0700 Add new mem{cpy,set,move} cmm prim ops. compiler/cmm/CmmMachOp.hs | 8 + compiler/cmm/CmmParse.y | 5 +- compiler/llvmGen/Llvm/AbsSyn.hs | 6 + compiler/llvmGen/Llvm/PpLlvm.hs | 1 + compiler/llvmGen/LlvmCodeGen.hs | 5 +- compiler/llvmGen/LlvmCodeGen/Base.hs | 37 ++++- compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 235 ++++++++++++++++++----------- compiler/nativeGen/PPC/CodeGen.hs | 21 +++- compiler/nativeGen/SPARC/CodeGen/CCall.hs | 30 +++- compiler/nativeGen/X86/CodeGen.hs | 48 ++++-- 10 files changed, 273 insertions(+), 123 deletions(-) Diff suppressed because of size. To see it, use: git show 93d6c9d532b678a91bafd4bf5f5f10c4f4b6d9b9 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
