aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/ExecutionEngine.h
AgeCommit message (Expand)Author
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2010-07-19Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands
2010-03-02Add Module functions in place of module providers.Erick Tryzelaar
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2009-07-12Match declaration to definition.Daniel Dunbar
2009-06-24Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson
2009-04-29The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling
2009-01-21add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner
2008-08-08Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen
2008-06-20Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen