summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.Lang Hames2014-09-051-5/+7
* Fix use-after-move introduced in r217065 and caught in post-commit review by ...David Blaikie2014-09-041-2/+2
* unique_ptrify MCJIT::emitObjectDavid Blaikie2014-09-031-4/+4
* unique_ptrify a bunch of stuff through RuntimeDyld::loadObjectDavid Blaikie2014-09-031-18/+13
* unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtorDavid Blaikie2014-09-021-7/+5
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-15/+3
* Give ExecutionEngine of top level buffers.Rafael Espindola2014-08-261-3/+5
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-4/+5
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-15/+19
* Use copy initialization to initialize std::unique_ptr.Rafael Espindola2014-08-171-1/+1
* [MCJIT] Support DisableSymbolSearching and InstallLazyFunctionCreator in MCJIT.Lang Hames2014-08-141-5/+13
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-3/+15
* Nuke the old JIT.Rafael Espindola2014-08-071-15/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+5
* Replace comment about ownership with std::unique_ptr.Rafael Espindola2014-08-011-7/+3
* Use range loop.Rafael Espindola2014-08-011-7/+3
* Remove some calls to std::move.Rafael Espindola2014-08-011-1/+1
* Delete dead code.Rafael Espindola2014-07-311-5/+2
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-201-18/+19
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-181-19/+18
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-2/+6
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-5/+5
* [C++] Use 'nullptr'.Craig Topper2014-04-241-11/+11
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-181-1/+2
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-261-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-5/+5
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-4/+4
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-1/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+1
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-1/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-1/+2
* Revert r201622 and r201608.Daniel Jasper2014-02-191-2/+1
* Fix PR18743.Rafael Espindola2014-02-181-1/+2
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-1/+1
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+1
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-5/+51
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+2
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-51/+5
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-5/+51
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-051-1/+1
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-281-11/+9
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-151-2/+2
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-241-0/+9
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-241-100/+87
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-211-8/+21
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+2
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-12/+5
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+1
OpenPOWER on IntegriCloud