llvm
llvm copied to clipboard
Haskell bindings to the LLVM compiler infrastructure project.
I propose to split the llvm-base package into a low-level llvm-ffi package and a mid-level package named llvm-mid or llvm-wrapper. The mid-level interface adds the mtl dependency and is more...
I propose to split the repository such that there is one repository per Cabal package. This allows to set git tags synchronously to Cabal package versions and allows according branching....
configure.ac defines TAGRET_LDFLAGS that should certainly be TARGET_LDFLAGS
it looks like it'd be quite possible to generate code that respects the ghc calling convention, and perhaps provide a safe wrapper around running the code. (while also evading the...
When I compile and run [this](https://gist.github.com/1682404) program, I get a [segfault](https://gist.github.com/1682411). But [this](https://gist.github.com/1682420) (I think) equivalent C program runs just fine. Am I doing something wrong?
In my program in need to create global variables and/or arrays containing pointers to internally linked functions. As I see from documentation at http://hackage.haskell.org/packages/archive/llvm/0.9.1.2/doc/html/ when defining new global variable/array I...