summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-6/+2
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-2/+6
* Replaced non-ASCII character.Yaron Keren2013-10-241-1/+1
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-241-22/+122
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-211-1/+1
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-4/+0
* Added comments from Andrew Kaylor.Yaron Keren2013-10-191-0/+21
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+6
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-2/+2
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+5
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-4/+5
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-9/+89
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-0/+7
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-1/+1
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-251-2/+12
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-251-12/+2
* Adding object caching support to MCJITAndrew Kaylor2013-04-231-2/+12
OpenPOWER on IntegriCloud