[commit: ghc] master: Some refactoring around endPass and debug dumping (c8c18a1)

git at git.haskell.org git at git.haskell.org
Tue Nov 4 10:37:58 UTC 2014


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

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

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

commit c8c18a106458c80ec0eb5108d11b4ed9e2bc7478
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Oct 29 15:23:14 2014 +0000

    Some refactoring around endPass and debug dumping
    
    I forget all the details, but I spent some time trying to
    understand the current setup, and tried to simplify it a bit


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

c8c18a106458c80ec0eb5108d11b4ed9e2bc7478
 compiler/coreSyn/CorePrep.lhs     |  4 +-
 compiler/deSugar/Desugar.lhs      |  7 ++--
 compiler/ghci/Debugger.hs         |  1 +
 compiler/main/DynFlags.hs         | 12 ------
 compiler/main/ErrUtils.lhs        | 61 +++++++++++++++++------------
 compiler/main/TidyPgm.lhs         |  8 ++--
 compiler/nativeGen/AsmCodeGen.lhs |  8 ++--
 compiler/simplCore/CoreMonad.lhs  | 47 ++++++++++++++++-------
 compiler/simplCore/SimplCore.lhs  | 33 ++++++++--------
 compiler/simplCore/SimplMonad.lhs |  1 +
 compiler/simplCore/Simplify.lhs   |  5 ++-
 compiler/typecheck/TcDeriv.lhs    |  4 +-
 compiler/utils/Outputable.lhs     | 81 ++++++++++++++++++++++-----------------
 13 files changed, 156 insertions(+), 116 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 c8c18a106458c80ec0eb5108d11b4ed9e2bc7478


More information about the ghc-commits mailing list