summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAge
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [ExecutionEngine] Allow JIT clients to enable/disable module verification.Lang Hames2014-04-18
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-26
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-20
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Fix known typosAlp Toker2014-01-24
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-05
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-28
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-15
* Replaced non-ASCII character.Yaron Keren2013-10-24
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-24
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Added comments from Andrew Kaylor.Yaron Keren2013-10-19
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-01
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28