[commit: ghc] : Extend globals to aliases (720a87c)

David Terei davidterei at gmail.com
Fri Jun 28 03:56:46 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : 

https://github.com/ghc/ghc/commit/720a87c7ec967ff878f081bd3cc810cae3fe4a50

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

commit 720a87c7ec967ff878f081bd3cc810cae3fe4a50
Author: Peter Wortmann <scpmw at leeds.ac.uk>
Date:   Wed Jun 26 15:43:45 2013 +0100

    Extend globals to aliases
    
    Also give them a proper constructor - getGlobalVar and getGlobalValue
    map directly to the accessors.

 compiler/llvmGen/Llvm.hs                |  5 +++--
 compiler/llvmGen/Llvm/PpLlvm.hs         | 12 ++++++++----
 compiler/llvmGen/Llvm/Types.hs          | 22 +++++++++++-----------
 compiler/llvmGen/LlvmCodeGen.hs         |  5 +++--
 compiler/llvmGen/LlvmCodeGen/Base.hs    |  2 +-
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs | 18 +++++++++---------
 compiler/llvmGen/LlvmCodeGen/Data.hs    |  8 ++++----
 compiler/llvmGen/LlvmCodeGen/Ppr.hs     |  8 ++++----
 8 files changed, 43 insertions(+), 37 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 720a87c7ec967ff878f081bd3cc810cae3fe4a50



More information about the ghc-commits mailing list