[commit: ghc] master: Tidy up and consolidate canned CmmReg and CmmGlobals (ccda486)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 17:00:21 UTC 2018


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

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

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

commit ccda4862102104e080a200e4d9c2ca8f42eb5b70
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Sun Feb 18 11:08:52 2018 -0500

    Tidy up and consolidate canned CmmReg and CmmGlobals
    
    Test Plan: validate
    
    Reviewers: bgamari, erikd
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D4380


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

ccda4862102104e080a200e4d9c2ca8f42eb5b70
 compiler/cmm/CmmExpr.hs           | 13 +++++++++--
 compiler/cmm/CmmLayoutStack.hs    | 16 ++++++-------
 compiler/cmm/CmmSink.hs           |  2 +-
 compiler/cmm/CmmUtils.hs          | 18 +++++++++++++++
 compiler/codeGen/CgUtils.hs       |  2 +-
 compiler/codeGen/StgCmmBind.hs    | 11 +++++----
 compiler/codeGen/StgCmmCon.hs     |  4 ++--
 compiler/codeGen/StgCmmForeign.hs | 47 +++++++++++++--------------------------
 compiler/codeGen/StgCmmHeap.hs    |  9 ++++----
 compiler/codeGen/StgCmmLayout.hs  |  3 +--
 compiler/codeGen/StgCmmPrim.hs    | 18 +++++++--------
 compiler/codeGen/StgCmmProf.hs    | 15 +++++--------
 compiler/codeGen/StgCmmUtils.hs   |  2 +-
 13 files changed, 83 insertions(+), 77 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 ccda4862102104e080a200e4d9c2ca8f42eb5b70


More information about the ghc-commits mailing list