summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJIT.cpp
Commit message (Expand)AuthorAge
* 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
* 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
* Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth2013-10-24
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* 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
* 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
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Adding object caching support to MCJITAndrew Kaylor2013-04-23
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Fix build error from previous commit.Andrew Kaylor2012-11-06
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-21
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-07
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-17
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12