aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/ExecutionEngine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+2
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-231-1/+1
* Speling fixes.Benjamin Kramer2013-10-221-1/+1
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-7/+8
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-301-8/+13
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-201-2/+0
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-191-0/+2
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-0/+28
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-28/+0
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-0/+28
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-011-11/+18
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-0/+28
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-28/+0
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+28
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-21/+1
* Revert r178713Evan Cheng2013-04-041-3/+2
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-2/+3
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-211-0/+11
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-191-0/+2
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-021-0/+23
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-17/+17
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-0/+3
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-1/+1
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-211-0/+2
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-0/+1
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-201-0/+3
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+115