[commit: ghc] master: Use oFFSET_* from platformConstants rather than Constants (568fdb1)
Ian Lynagh
igloo at earth.li
Fri Sep 14 18:25:36 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/568fdb14cdb9bed064c96decf1420bf8d9a37ff0
>---------------------------------------------------------------
commit 568fdb14cdb9bed064c96decf1420bf8d9a37ff0
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Sep 13 21:22:04 2012 +0100
Use oFFSET_* from platformConstants rather than Constants
compiler/codeGen/CgForeignCall.hs | 14 +++---
compiler/codeGen/CgPrimOp.hs | 10 ++--
compiler/codeGen/CgProf.hs | 11 +++--
compiler/codeGen/CgStackery.lhs | 2 +-
compiler/codeGen/CgTicky.hs | 17 ++++----
compiler/codeGen/CgUtils.hs | 84 ++++++++++++++++++------------------
compiler/codeGen/StgCmmBind.hs | 2 +-
compiler/codeGen/StgCmmForeign.hs | 14 +++---
compiler/codeGen/StgCmmPrim.hs | 10 ++--
compiler/codeGen/StgCmmProf.hs | 13 ++++--
compiler/codeGen/StgCmmTicky.hs | 17 ++++----
compiler/codeGen/StgCmmUtils.hs | 49 ++++++++++-----------
includes/mkDerivedConstants.c | 8 +--
13 files changed, 127 insertions(+), 124 deletions(-)
Diff suppressed because of size. To see it, use:
git show 568fdb14cdb9bed064c96decf1420bf8d9a37ff0
More information about the Cvs-ghc
mailing list