[commit: ghc] master: arm64: 64bit iOS and SMP support (#7942) (d87fa34)
git at git.haskell.org
git at git.haskell.org
Thu Nov 20 01:49:42 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d87fa343cd5d298c9fea96d65d05a20929ff97d0/ghc
>---------------------------------------------------------------
commit d87fa343cd5d298c9fea96d65d05a20929ff97d0
Author: Luke Iannini <lukexi at me.com>
Date: Wed Nov 19 17:23:35 2014 -0600
arm64: 64bit iOS and SMP support (#7942)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
d87fa343cd5d298c9fea96d65d05a20929ff97d0
aclocal.m4 | 4 +-
compiler/cmm/PprC.hs | 1 +
compiler/codeGen/CodeGen/Platform.hs | 6 ++
.../CodeGen/Platform/{SPARC.hs => ARM64.hs} | 4 +-
compiler/ghc.cabal.in | 1 +
compiler/ghc.mk | 1 +
compiler/llvmGen/Llvm/PpLlvm.hs | 2 +-
compiler/llvmGen/LlvmCodeGen/Ppr.hs | 3 +
compiler/main/DriverPipeline.hs | 1 +
compiler/utils/Platform.hs | 1 +
includes/CodeGen.Platform.hs | 79 +++++++++++++++++++++-
includes/stg/MachRegs.h | 2 +
includes/stg/RtsMachRegs.h | 1 +
includes/stg/SMP.h | 37 +++++++++-
rts/StgCRun.c | 32 ++++++---
rts/posix/OSMem.c | 2 +-
rts/sm/Storage.c | 4 +-
17 files changed, 160 insertions(+), 21 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc d87fa343cd5d298c9fea96d65d05a20929ff97d0
More information about the ghc-commits
mailing list