summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"Fangrui Song2019-12-241-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-8/+8
* Move JIT listener C binding fallbackks to ExecutionEngineBindings.cpp.Andres Freund2018-07-251-0/+24
* Fix layering by moving Support/CodeGenCWrappers.h to TargetDavid Blaikie2018-03-231-1/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-1/+3
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* Use StringRef instead of raw pointer in ExecutionEngineMehdi Amini2016-10-011-1/+1
* Support: Fix incremental build when re-configuring targetsDuncan P. N. Exon Smith2016-02-131-0/+1
* LLVMRunStaticConstructors can be called before object is finalized, #24028Amaury Sechet2016-01-151-0/+2
* Delete APIs that have been deprecated since 2010.Rafael Espindola2015-12-191-42/+0
* Fix ODR violation. NFC.Diego Novillo2015-07-271-1/+1
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-161-1/+1
* Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein2015-07-161-1/+1
* Make ExecutionEngine owning a DataLayoutMehdi Amini2015-07-161-1/+1
* 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
OpenPOWER on IntegriCloud