summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* add missing dependency for ExecutionEngine libSanjay Patel2015-06-011-0/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-5/+2
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-261-3/+7
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-1/+8
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov2014-12-221-0/+8
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-031-1/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-3/+1
* Remove dead code. NFC.Rafael Espindola2014-08-211-8/+0
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-5/+5
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+3
* Nuke the old JIT.Rafael Espindola2014-08-071-3/+1
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-131-8/+0
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-9/+9
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-0/+10
* 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
OpenPOWER on IntegriCloud