summaryrefslogtreecommitdiff
path: root/include/llvm-c/ExecutionEngine.h
Commit message (Expand)AuthorAge
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* Speling fixes.Benjamin Kramer2013-10-22
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-30
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-20
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-19
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25
* Exposing MCJIT through C APIAndrew Kaylor2013-04-24
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Revert r178713Evan Cheng2013-04-04
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-03
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-21
* 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