[commit: ghc] : Rework LLVM metadata representation to be more accurate. (280a7ec)

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


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

On branch  : 

https://github.com/ghc/ghc/commit/280a7ec657ecfd759ad25f7a7d218c5988b12141

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

commit 280a7ec657ecfd759ad25f7a7d218c5988b12141
Author: David Terei <davidterei at gmail.com>
Date:   Tue Jun 18 16:28:42 2013 -0700

    Rework LLVM metadata representation to be more accurate.

 compiler/ghc.cabal.in                   |   1 +
 compiler/llvmGen/Llvm.hs                |   3 +-
 compiler/llvmGen/Llvm/AbsSyn.hs         |   7 +-
 compiler/llvmGen/Llvm/MetaData.hs       | 117 ++++++++++++++++++++++++++++++++
 compiler/llvmGen/Llvm/PpLlvm.hs         |  40 +++++------
 compiler/llvmGen/Llvm/Types.hs          |  37 ----------
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs |   8 +--
 compiler/llvmGen/LlvmCodeGen/Regs.hs    |  40 +++++------
 8 files changed, 168 insertions(+), 85 deletions(-)


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

    git show 280a7ec657ecfd759ad25f7a7d218c5988b12141



More information about the ghc-commits mailing list