summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.Lang Hames2018-12-041-3/+3
* Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCIWeiming Zhao2018-04-161-1/+1
* NFC: Move ObjectMemoryBuffer to supportWeiming Zhao2018-04-151-1/+1
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+1
* [ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames2018-01-191-9/+8
* [ORC] Revert r322913 while I investigate an ASan failure.Lang Hames2018-01-191-8/+9
* [ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames2018-01-191-9/+8
* Use StringRef instead of raw pointer in ExecutionEngineMehdi Amini2016-10-011-4/+4
* [MCJIT] Fix some inconsistent handling of name mangling inside MCJIT.Lang Hames2016-09-121-0/+7
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-13/+10
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Use make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-1/+1
* Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-7/+8
* Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-8/+7
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-7/+8
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* [MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer2015-06-201-2/+12
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer2015-06-131-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-55/+27
* [Orc] New JIT APIs.Lang Hames2015-01-231-1/+1
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-031-4/+5
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-6/+7
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-7/+6
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-6/+7
* [MCJIT] Start Stringref-izing the ExecutionEngine interface.Lang Hames2014-09-151-1/+1
* [MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.Lang Hames2014-09-051-0/+3
* unique_ptrify MCJIT::emitObjectDavid Blaikie2014-09-031-1/+1
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-2/+1
* unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtorDavid Blaikie2014-09-021-4/+4
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-7/+1
* Give ExecutionEngine of top level buffers.Rafael Espindola2014-08-261-0/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-5/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+7
* Nuke the old JIT.Rafael Espindola2014-08-071-7/+1
* Replace comment about ownership with std::unique_ptr.Rafael Espindola2014-08-011-2/+2
* Delete dead code.Rafael Espindola2014-07-311-3/+1
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-201-0/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-42/+43
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-0/+9
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-0/+2
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-2/+6
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-1/+1
OpenPOWER on IntegriCloud