aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-16/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+19
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-8/+13
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-301-16/+8
* Revert "llvm-c: Add LLVMGetPointerToFunction"Anders Waldenborg2013-09-201-4/+0
* llvm-c: Add LLVMGetPointerToFunctionAnders Waldenborg2013-09-191-0/+4
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-221-3/+111
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-111/+3
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-211-3/+111
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-011-9/+23
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+3
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-0/+46
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-48/+0
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+48
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-231-1/+0
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-231-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+22
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Fix indentation.Duncan Sands2010-07-191-1/+1
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-191-0/+4
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-021-18/+59
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-9/+5
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-17/+17
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-6/+13
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+3
* Fix the EE bindings to use the proper EE interfaces for creating a JIT.Chris Lattner2009-06-161-1/+1
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-301-3/+4
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-2/+2
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-211-0/+4
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-3/+3
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-2/+4
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-201-0/+5
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-251-1/+1
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+1
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* I doubt the address of the Error string was intendedDuncan Sands2008-01-071-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+187