summaryrefslogtreecommitdiff
path: root/include/llvm-c/ExecutionEngine.h
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2014-12-22[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Fix the ocaml bindings.Rafael Espindola
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi
2013-10-22Speling fixes.Benjamin Kramer
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo
2013-09-30llvm-c: use typedef for function pointersAnders Waldenborg
2013-09-20Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg
2013-09-19llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg
2013-05-22Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo
2013-05-21Roll out r182407 and r182408 because they broke builds.Filip Pizlo
2013-05-21Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-25Revert "Exposing MCJIT through C API"Rafael Espindola
2013-04-24Exposing MCJIT through C APIAndrew Kaylor
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-04Revert r178713Evan Cheng
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
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