[commit: ghc] wip/kavon-nosplit-llvm: carry return type info from STG.codeGen to codeOutput (48cb5e1)

git at git.haskell.org git at git.haskell.org
Sat Aug 26 23:21:36 UTC 2017


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

On branch  : wip/kavon-nosplit-llvm
Link       : http://ghc.haskell.org/trac/ghc/changeset/48cb5e125c466881dc15970a2ed4d2b0e5556c9f/ghc

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

commit 48cb5e125c466881dc15970a2ed4d2b0e5556c9f
Author: Kavon Farvardin <kavon at farvard.in>
Date:   Sat Aug 26 18:20:51 2017 -0500

    carry return type info from STG.codeGen to codeOutput


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

48cb5e125c466881dc15970a2ed4d2b0e5556c9f
 compiler/cmm/Cmm.hs                | 38 +++++++++++++++++++++++++++++++++++---
 compiler/cmm/CmmBuildInfoTables.hs | 34 +++++++++++++++++-----------------
 compiler/cmm/CmmContFlowOpt.hs     | 10 +++++-----
 compiler/cmm/CmmInfo.hs            | 26 +++++++++++++-------------
 compiler/cmm/CmmLayoutStack.hs     |  6 +++---
 compiler/cmm/CmmParse.y            |  4 +++-
 compiler/cmm/CmmPipeline.hs        | 12 ++++++------
 compiler/codeGen/StgCmm.hs         |  9 +++++----
 compiler/codeGen/StgCmmMonad.hs    | 11 +++++------
 compiler/main/CodeOutput.hs        |  9 ++++++---
 compiler/main/HscMain.hs           |  4 ++--
 11 files changed, 100 insertions(+), 63 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 48cb5e125c466881dc15970a2ed4d2b0e5556c9f


More information about the ghc-commits mailing list