[commit: ghc] wip/new-flatten-skolems-Oct14: Some refactoring around endPass and debug dumping (80accce)
git at git.haskell.org
git at git.haskell.org
Thu Oct 30 12:54:02 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/new-flatten-skolems-Oct14
Link : http://ghc.haskell.org/trac/ghc/changeset/80accce2c7e596a687253c84af927453d9590c43/ghc
>---------------------------------------------------------------
commit 80accce2c7e596a687253c84af927453d9590c43
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
>---------------------------------------------------------------
80accce2c7e596a687253c84af927453d9590c43
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 80accce2c7e596a687253c84af927453d9590c43
More information about the ghc-commits
mailing list