summaryrefslogtreecommitdiff
path: root/include/llvm-c/ExecutionEngine.h
Commit message (Expand)AuthorAge
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-19
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-02
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Match declaration to definition.Daniel Dunbar2009-07-12
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-24
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-29
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-21
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-08
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-27
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23