The llvm-base package
FFI bindings to the LLVM compiler toolkit.
We try to stay up to date with LLVM releases. The current version of this package is compatible with LLVM 3.0 and 2.9. Please understand that the package may or may not work against older LLVM releases; we don't have the time or resources to test across multiple releases.
New in 3.2: Builds against LLVM 3.2, new mid-level Wrapper interface and ST-based pure interface
New in 3.0: Builds against LLVM 3.0.
New in 0.9.1.1: Builds against LLVM 2.9.
New in 0.9.1.0: Util.Memory for memory related intrinsics.
New in 0.9.0.0: Adapted to LLVM 2.8 (removed support for Union types).
Properties
| Versions | 3.0.0.0, 3.0.1.0, 3.2.0.0 |
|---|---|
| Dependencies | base (≥3 & <5), mtl (≥2.1 & <3) |
| License | BSD3 |
| Author | Bryan O'Sullivan, Lennart Augustsson, Benjamin Saunders |
| Maintainer | Bryan O'Sullivan <bos@serpentine.com>, Lennart Augustsson <lennart@augustsson.net>, Benjamin Saunders <besaunde@sfu.ca> |
| Stability | experimental |
| Category | Compilers/Interpreters, Code Generation |
| Home page | https://github.com/bos/llvm |
| Bug tracker | https://github.com/bos/llvm/issues |
| Source repository | git clone git://github.com/bos/llvm.git |
| Upload date | Wed May 8 17:52:37 UTC 2013 |
| Uploaded by | BenjaminSaunders |
| Build failure | ghc-7.6 (log) |
| Distributions | Debian: 3.2.0.0 |
Modules
- LLVM
- FFI
- LLVM.FFI.Analysis
- LLVM.FFI.AssemblyReader
- LLVM.FFI.BitReader
- LLVM.FFI.BitWriter
- LLVM.FFI.Core
- LLVM.FFI.ExecutionEngine
- LLVM.FFI.Linker
- LLVM.FFI.Support
- LLVM.FFI.Target
- Transforms
- LLVM.FFI.Transforms.IPO
- LLVM.FFI.Transforms.PassManagerBuilder
- LLVM.FFI.Transforms.Scalar
- LLVM.ST
- Target
- LLVM.Target.Native
- Wrapper
- LLVM.Wrapper.Analysis
- LLVM.Wrapper.BitReader
- LLVM.Wrapper.BitWriter
- LLVM.Wrapper.Core
- LLVM.Wrapper.ExecutionEngine
- LLVM.Wrapper.Linker
- LLVM.Wrapper.Target
- Transforms
- LLVM.Wrapper.Transforms.PassManagerBuilder
- FFI
Downloads
- llvm-base-3.2.0.0.tar.gz (Cabal source package)
- package description (included in the package)