summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fixing MCJIT multiple module linking for OSXAndrew Kaylor2013-10-011-0/+4
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-55/+210
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-1/+1
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-5/+5
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-7/+6
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-011-1/+2
* Exposing MCJIT through C APIAndrew Kaylor2013-04-291-1/+2
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-251-16/+56
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-251-53/+16
* Adding object caching support to MCJITAndrew Kaylor2013-04-231-16/+53
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-0/+9
* Fix build error from previous commit.Andrew Kaylor2012-11-061-1/+1
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+35
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+15
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-2/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-13/+17
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-2/+10
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-211-10/+4
OpenPOWER on IntegriCloud