[commit: ghc] master: Revert "32-bit performance wibbles" (ccbe2b8)
git at git.haskell.org
git at git.haskell.org
Thu Jan 22 11:14:00 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ccbe2b8b8a564598dfbb72e2cd617c8f0c891b9a/ghc
>---------------------------------------------------------------
commit ccbe2b8b8a564598dfbb72e2cd617c8f0c891b9a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jan 22 10:52:02 2015 +0000
Revert "32-bit performance wibbles"
This reverts commit 387f1d1ec334788c3e891e9304d427bc804998f4.
Bizarrely, this commit accidentally added libraries/haskell98.
So I'll revert it entirely and start again.
>---------------------------------------------------------------
ccbe2b8b8a564598dfbb72e2cd617c8f0c891b9a
libraries/haskell98/.gitignore | 3 -
libraries/haskell98/Array.hs | 15 --
libraries/haskell98/Bits.hs | 8 -
libraries/haskell98/CError.hs | 8 -
libraries/haskell98/CForeign.hs | 7 -
libraries/haskell98/CPUTime.hs | 9 -
libraries/haskell98/CString.hs | 7 -
libraries/haskell98/CTypes.hs | 7 -
libraries/haskell98/Char.hs | 18 --
libraries/haskell98/Complex.hs | 11 -
libraries/haskell98/Directory.hs | 46 ----
libraries/haskell98/ForeignPtr.hs | 7 -
libraries/haskell98/IO.hs | 74 -------
libraries/haskell98/Int.hs | 7 -
libraries/haskell98/Ix.hs | 10 -
libraries/haskell98/LICENSE | 28 ---
libraries/haskell98/List.hs | 34 ---
libraries/haskell98/Locale.hs | 17 --
libraries/haskell98/MarshalAlloc.hs | 7 -
libraries/haskell98/MarshalArray.hs | 7 -
libraries/haskell98/MarshalError.hs | 22 --
libraries/haskell98/MarshalUtils.hs | 7 -
libraries/haskell98/Maybe.hs | 16 --
libraries/haskell98/Monad.hs | 19 --
libraries/haskell98/Numeric.hs | 48 -----
libraries/haskell98/Prelude.hs | 196 -----------------
libraries/haskell98/Ptr.hs | 7 -
libraries/haskell98/Random.hs | 407 ------------------------------------
libraries/haskell98/Ratio.hs | 10 -
libraries/haskell98/Setup.hs | 6 -
libraries/haskell98/StablePtr.hs | 7 -
libraries/haskell98/Storable.hs | 7 -
libraries/haskell98/System.hs | 15 --
libraries/haskell98/Time.hs | 22 --
libraries/haskell98/Word.hs | 7 -
libraries/haskell98/changelog.md | 15 --
libraries/haskell98/haskell98.cabal | 86 --------
libraries/haskell98/prologue.txt | 9 -
testsuite/tests/perf/compiler/all.T | 7 +-
testsuite/tests/perf/haddock/all.T | 13 +-
40 files changed, 7 insertions(+), 1249 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 ccbe2b8b8a564598dfbb72e2cd617c8f0c891b9a
More information about the ghc-commits
mailing list