[commit: ghc] wip/angerman/llvmng: Adds `-llvmng` (d4d125f)

git at git.haskell.org git at git.haskell.org
Thu Sep 28 03:12:18 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/d4d125ff9fb0800a84e5804525fd9dad79799c0c/ghc

>---------------------------------------------------------------

commit d4d125ff9fb0800a84e5804525fd9dad79799c0c
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Mon Jul 31 15:18:49 2017 +0800

    Adds `-llvmng`


>---------------------------------------------------------------

d4d125ff9fb0800a84e5804525fd9dad79799c0c
 .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 d4d125ff9fb0800a84e5804525fd9dad79799c0c


More information about the ghc-commits mailing list