[commit: ghc] wip/angerman/llvmng: Adds `-llvmng` (4863a3a)
git at git.haskell.org
git at git.haskell.org
Wed Sep 27 08:39:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/llvmng
Link : http://ghc.haskell.org/trac/ghc/changeset/4863a3a2dfc723dbb3099d08ac1328433f4234eb/ghc
>---------------------------------------------------------------
commit 4863a3a2dfc723dbb3099d08ac1328433f4234eb
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Mon Jul 31 15:18:49 2017 +0800
Adds `-llvmng`
>---------------------------------------------------------------
4863a3a2dfc723dbb3099d08ac1328433f4234eb
.gitmodules | 9 +
compiler/cmm/CmmSwitch.hs | 1 +
compiler/codeGen/StgCmmPrim.hs | 3 +-
compiler/ghc.cabal.in | 8 +-
compiler/llvmGen-ng/Data/BitCode/LLVM/Gen.hs | 1783 ++++++++++++++++++++
compiler/llvmGen-ng/Data/BitCode/LLVM/Gen/Monad.hs | 86 +
compiler/main/CodeOutput.hs | 10 +
compiler/main/DriverPipeline.hs | 5 +-
compiler/main/DynFlags.hs | 12 +-
compiler/typecheck/TcForeign.hs | 4 +-
ghc.mk | 8 +
libraries/base/tests/all.T | 2 +-
libraries/data-bitcode | 1 +
libraries/data-bitcode-edsl | 1 +
libraries/data-bitcode-llvm | 1 +
mk/build.mk.sample | 13 +-
mk/flavours/{prof.mk => prof-llvmng.mk} | 6 +-
mk/flavours/{quick-cross.mk => quick-cross-ng.mk} | 4 +-
mk/flavours/{quick.mk => quick-llvmng.mk} | 4 +-
packages | 3 +
testsuite/config/ghc | 16 +-
21 files changed, 1961 insertions(+), 19 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 4863a3a2dfc723dbb3099d08ac1328433f4234eb
More information about the ghc-commits
mailing list