summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAge
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* 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
* This patch breaks up Wrap.h so that it does not have to include all of 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
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-23
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-23
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Fix indentation.Duncan Sands2010-07-19
* 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
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Fix the EE bindings to use the proper EE interfaces for creating a JIT.Chris Lattner2009-06-16
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* 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 new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-08
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* PR2202: LLVMCreateInterpreter creates a JITGordon Henriksen2008-04-25
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-30
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-27
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* I doubt the address of the Error string was intendedDuncan Sands2008-01-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-23