[commit: ghc] master: Move some more constants into platformConstants (6dd23e6)
Ian Lynagh
igloo at earth.li
Sat Sep 15 01:13:32 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6dd23e6549455431edcd1002d6e708e119aebb94
>---------------------------------------------------------------
commit 6dd23e6549455431edcd1002d6e708e119aebb94
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Sep 14 21:25:46 2012 +0100
Move some more constants into platformConstants
compiler/codeGen/CgForeignCall.hs | 2 +-
compiler/codeGen/StgCmmForeign.hs | 2 +-
compiler/nativeGen/AsmCodeGen.lhs | 6 +-
compiler/nativeGen/Instruction.hs | 5 +-
compiler/nativeGen/PPC/Instr.hs | 29 ++++++++------
compiler/nativeGen/RegAlloc/Graph/Main.hs | 2 +-
compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs | 15 ++++---
.../nativeGen/RegAlloc/Linear/JoinToTargets.hs | 4 +-
compiler/nativeGen/RegAlloc/Linear/Main.hs | 5 +-
compiler/nativeGen/RegAlloc/Linear/StackMap.hs | 6 +-
compiler/nativeGen/RegAlloc/Linear/State.hs | 8 ++--
compiler/nativeGen/RegAlloc/Liveness.hs | 15 ++++---
compiler/nativeGen/SPARC/Base.hs | 6 +-
compiler/nativeGen/SPARC/Instr.hs | 17 +++++---
compiler/nativeGen/SPARC/Stack.hs | 15 ++++---
compiler/nativeGen/X86/Instr.hs | 41 ++++++++++---------
includes/HaskellConstants.hs | 18 ---------
includes/mkDerivedConstants.c | 10 +++++
18 files changed, 105 insertions(+), 101 deletions(-)
Diff suppressed because of size. To see it, use:
git show 6dd23e6549455431edcd1002d6e708e119aebb94
More information about the Cvs-ghc
mailing list