summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAge
* 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
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* 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
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-24
* 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
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* MCJIT depends on JIT.Benjamin Kramer2012-11-28
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-28
* 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