[commit: ghc] wip/kill-extcore: Remove external core (4852a59)
git at git.haskell.org
git at git.haskell.org
Mon Apr 28 08:57:58 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/kill-extcore
Link : http://ghc.haskell.org/trac/ghc/changeset/4852a59875f1dc89c1821871fdabd6fda65b4534/ghc
>---------------------------------------------------------------
commit 4852a59875f1dc89c1821871fdabd6fda65b4534
Author: Austin Seipp <austin at well-typed.com>
Date: Sun Apr 27 21:11:23 2014 -0500
Remove external core
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
4852a59875f1dc89c1821871fdabd6fda65b4534
aclocal.m4 | 2 +-
compiler/coreSyn/ExternalCore.lhs | 118 --
compiler/coreSyn/MkExternalCore.lhs | 360 ------
compiler/coreSyn/PprExternalCore.lhs | 260 ----
compiler/ghc.cabal.in | 6 -
compiler/hsSyn/HsSyn.lhs | 12 +-
compiler/iface/TcIface.lhs | 35 +-
compiler/main/DriverPhases.hs | 16 +-
compiler/main/DriverPipeline.hs | 26 +-
compiler/main/DynFlags.hs | 3 +-
compiler/main/GHC.hs | 40 +-
compiler/main/Hooks.lhs | 2 +-
compiler/main/HscMain.hs | 36 +-
compiler/parser/LexCore.hs | 115 --
compiler/parser/ParserCore.y | 397 ------
compiler/parser/ParserCoreUtils.hs | 77 --
compiler/typecheck/TcRnDriver.lhs | 129 +-
compiler/typecheck/TcRnMonad.lhs | 11 -
docs/users_guide/external_core.xml | 1804 ----------------------------
docs/users_guide/flags.xml | 2 +-
docs/users_guide/glasgow_exts.xml | 63 -
docs/users_guide/ug-book.xml.in | 1 -
docs/users_guide/ug-ent.xml.in | 1 -
docs/users_guide/using.xml | 38 -
ghc.mk | 1 -
mk/config.mk.in | 19 -
testsuite/config/ghc | 7 +-
testsuite/driver/testlib.py | 95 --
testsuite/tests/codeGen/should_run/all.T | 4 +-
testsuite/tests/ext-core/Makefile | 29 -
testsuite/tests/ext-core/T7239.hs | 8 -
testsuite/tests/ext-core/all.T | 3 -
testsuite/tests/ffi/should_compile/all.T | 21 +-
testsuite/tests/ffi/should_run/all.T | 30 +-
testsuite/tests/typecheck/should_run/all.T | 7 +-
utils/genprimopcode/Main.hs | 6 +-
36 files changed, 51 insertions(+), 3733 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 4852a59875f1dc89c1821871fdabd6fda65b4534
More information about the ghc-commits
mailing list