[commit: ghc] wip/new-flatten-skolems-Oct14: Some refactoring around endPass and debug dumping (e4a0a3e)

git at git.haskell.org git at git.haskell.org
Fri Oct 31 13:42:53 UTC 2014


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

On branch  : wip/new-flatten-skolems-Oct14
Link       : http://ghc.haskell.org/trac/ghc/changeset/e4a0a3ed8a2ac8462794a1c3b5bad4da08c3680d/ghc

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

commit e4a0a3ed8a2ac8462794a1c3b5bad4da08c3680d
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


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

e4a0a3ed8a2ac8462794a1c3b5bad4da08c3680d
 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 e4a0a3ed8a2ac8462794a1c3b5bad4da08c3680d


More information about the ghc-commits mailing list