[commit: ghc] wip/tdammers/T14375: D4110, manually rebased onto master (7099d2d)

git at git.haskell.org git at git.haskell.org
Mon Nov 26 13:09:35 UTC 2018


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

On branch  : wip/tdammers/T14375
Link       : http://ghc.haskell.org/trac/ghc/changeset/7099d2dbe6121a549dc6da8ed95b54959154d40c/ghc

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

commit 7099d2dbe6121a549dc6da8ed95b54959154d40c
Author: Tobias Dammers <tdammers at gmail.com>
Date:   Mon Nov 26 14:08:35 2018 +0100

    D4110, manually rebased onto master


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

7099d2dbe6121a549dc6da8ed95b54959154d40c
 compiler/cmm/CmmMachOp.hs                       |  1 +
 compiler/cmm/PprC.hs                            |  1 +
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs         |  1 +
 compiler/nativeGen/PPC/CodeGen.hs               |  1 +
 compiler/nativeGen/SPARC/CodeGen.hs             |  1 +
 compiler/nativeGen/X86/CodeGen.hs               |  1 +
 compiler/prelude/primops.txt.pp                 | 46 +++++++++++++++++++++++++
 includes/rts/storage/ClosureTypes.h             |  3 +-
 includes/rts/storage/Closures.h                 |  5 +++
 includes/stg/MiscClosures.h                     |  1 +
 libraries/base/Foreign/Marshal/Alloc.hs         | 14 +++-----
 libraries/ghc-compact/GHC/Compact/Serialized.hs |  5 ++-
 rts/ClosureFlags.c                              | 13 +++----
 rts/PrimOps.cmm                                 | 21 +++++++++++
 rts/Printer.c                                   |  5 +--
 rts/RetainerProfile.c                           |  6 ++++
 rts/RtsSymbols.c                                |  1 +
 rts/sm/Compact.c                                |  1 +
 rts/sm/Evac.c                                   |  1 +
 rts/sm/Sanity.c                                 |  1 +
 rts/sm/Scav.c                                   |  1 +
 utils/genprimopcode/Main.hs                     |  2 ++
 22 files changed, 111 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 7099d2dbe6121a549dc6da8ed95b54959154d40c


More information about the ghc-commits mailing list