Re: New version of LLVM backend, request to include in GHC head

2010-06-15 Thread David Terei
On 15 June 2010 11:00, Simon Marlow wrote: > Here are a couple of things we should look at when the patch is in: > > +#ifndef GHCI_TABLES_NEXT_TO_CODE > +outputLlvm dflags filenm flat_absC > +  = do ncg_uniqs <- mkSplitUniqSupply 'n' > +       doOutput filenm $ \f -> > +                LlvmCodeGen

Re: New version of LLVM backend, request to include in GHC head

2010-06-15 Thread Simon Marlow
On 09/06/2010 19:17, David Terei wrote: I've got around to producing a new version of the llvm backend for GHC. It fixes most of the issues in the first patch that people had. For more information about the backend visit its webpage here: http://hackage.haskell.org/trac/ghc/wiki/Commentary/Comp

New version of LLVM backend, request to include in GHC head

2010-06-09 Thread David Terei
Hi All, I've got around to producing a new version of the llvm backend for GHC. It fixes most of the issues in the first patch that people had. For more information about the backend visit its webpage here: http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM I've created t