summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-11/+12
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-292-6/+6
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-242-12/+12
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-181-1/+2
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-101-1/+1
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-261-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-062-6/+6
* [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
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-0/+9
* Fix known typosAlp Toker2014-01-241-1/+1
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-0/+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-082-7/+57
* 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
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-1/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-072-57/+7
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-072-7/+57
* 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
* Replaced non-ASCII character.Yaron Keren2013-10-241-1/+1
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-241-0/+9
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-242-122/+209
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-211-1/+1
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-212-12/+21
* Added comments from Andrew Kaylor.Yaron Keren2013-10-191-0/+21
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-162-0/+8
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-14/+7
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-042-0/+6
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-8/+11
* Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-011-0/+4
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-013-64/+305
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
OpenPOWER on IntegriCloud