[commit: ghc] wip/angerman/llvmng: Adds `-llvmng` (658ae0b)
git at git.haskell.org
git at git.haskell.org
Fri Oct 20 02:57:55 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/llvmng
Link : http://ghc.haskell.org/trac/ghc/changeset/658ae0b30f5bc6df6baff52439d13f9acf5e2ad7/ghc
>---------------------------------------------------------------
commit 658ae0b30f5bc6df6baff52439d13f9acf5e2ad7
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Mon Jul 31 15:18:49 2017 +0800
Adds `-llvmng`
>---------------------------------------------------------------
658ae0b30f5bc6df6baff52439d13f9acf5e2ad7
.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 658ae0b30f5bc6df6baff52439d13f9acf5e2ad7
More information about the ghc-commits
mailing list