[commit: ghc] master: ghc: initial AArch64 patches (c29bf98)

git at git.haskell.org git at git.haskell.org
Tue Apr 22 04:40:27 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c29bf984dd20431cd4344e8a5c444d7a5be08389/ghc

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

commit c29bf984dd20431cd4344e8a5c444d7a5be08389
Author: Colin Watson <cjwatson at debian.org>
Date:   Mon Apr 21 22:26:56 2014 -0500

    ghc: initial AArch64 patches
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

c29bf984dd20431cd4344e8a5c444d7a5be08389
 aclocal.m4                                         |    6 ++
 compiler/nativeGen/AsmCodeGen.lhs                  |    1 +
 compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs |    4 ++
 compiler/nativeGen/RegAlloc/Linear/FreeRegs.hs     |    1 +
 compiler/nativeGen/RegAlloc/Linear/Main.hs         |    1 +
 compiler/nativeGen/TargetReg.hs                    |    5 ++
 compiler/utils/Platform.hs                         |    1 +
 includes/stg/HaskellMachRegs.h                     |    1 +
 includes/stg/MachRegs.h                            |   57 ++++++++++++++++-
 rts/StgCRun.c                                      |   66 ++++++++++++++++++++
 10 files changed, 142 insertions(+), 1 deletion(-)

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 c29bf984dd20431cd4344e8a5c444d7a5be08389


More information about the ghc-commits mailing list