[commit: ghc] master: compiler: de-lhs simplCore/ (6ecd27e)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6ecd27eae6f3a6f3ec3e1a6a66cad09b4eb332be/ghc
>---------------------------------------------------------------
commit 6ecd27eae6f3a6f3ec3e1a6a66cad09b4eb332be
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:45:25 2014 -0600
compiler: de-lhs simplCore/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
6ecd27eae6f3a6f3ec3e1a6a66cad09b4eb332be
compiler/simplCore/{CSE.lhs => CSE.hs} | 35 ++--
compiler/simplCore/{CoreMonad.lhs => CoreMonad.hs} | 186 ++++++++------------
compiler/simplCore/{FloatIn.lhs => FloatIn.hs} | 75 ++++----
compiler/simplCore/{FloatOut.lhs => FloatOut.hs} | 69 ++++----
.../{LiberateCase.lhs => LiberateCase.hs} | 71 ++++----
compiler/simplCore/{OccurAnal.lhs => OccurAnal.hs} | 130 +++++++-------
compiler/simplCore/{SAT.lhs => SAT.hs} | 43 ++---
compiler/simplCore/{SetLevels.lhs => SetLevels.hs} | 109 ++++++------
compiler/simplCore/{SimplCore.lhs => SimplCore.hs} | 101 +++++------
compiler/simplCore/{SimplEnv.lhs => SimplEnv.hs} | 108 +++++-------
.../simplCore/{SimplMonad.lhs => SimplMonad.hs} | 49 +++---
.../simplCore/{SimplUtils.lhs => SimplUtils.hs} | 148 ++++++++--------
compiler/simplCore/{Simplify.lhs => Simplify.hs} | 193 ++++++++++-----------
13 files changed, 598 insertions(+), 719 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 6ecd27eae6f3a6f3ec3e1a6a66cad09b4eb332be
More information about the ghc-commits
mailing list