summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-071-7/+42
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-1/+1
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-2/+2
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-3/+3
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+20
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-20/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+20
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-171-0/+1
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-5/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+1
* MCJIT initialization TargetDataDanil Malyshev2011-09-301-0/+1
* Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu2011-09-101-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
OpenPOWER on IntegriCloud