Deprecated

In favour of

llvm-ht

Bindings to the LLVM compiler toolkit with some custom extensions.

http://darcs.serpentine.com/llvm/

Latest on Hackage:0.7.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bryan O'Sullivan, Lennart Augustsson, Henning Thielemann

Bindings to the LLVM compiler toolkit. Custom extensions: * vector-aware versions of fptosi and friends * Callback from LLVM code into Haskell code including StablePtr support * tuple arguments to LLVM functions * instance IsFirstClass Array * CodeGen.constStruct * Instruction.extractvalue, insertvalue * Core.Instruction.bitcastUnify: like bitcast but uses type unification for asserting equal size of source and target News in the original llvm package: * New in 0.7.0.0: Adapted to LLVM 2.6; * New in 0.6.8.0: Add functions to allow freeing function resources; * New in 0.6.7.0: Struct types; * New in 0.6.6.0: Bug fixes; * New in 0.6.5.0: Adapted to LLVM 2.5;