summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
AgeCommit message (Expand)Author
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-18Fix PR18743.Rafael Espindola
2014-02-12Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames
2014-01-24Fix known typosAlp Toker
2014-01-23Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka
2014-01-21Rename these methods to match the style guide.Rafael Espindola
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth
2014-01-08Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola
2013-12-11Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi
2013-12-07Whitespace cleanups.NAKAMURA Takumi
2013-12-07Revert r196639 while I investigate a bot failure.Lang Hames
2013-12-07Add support for archives and object file caching under MCJIT.Lang Hames
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola
2013-11-28Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola
2013-11-15Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor
2013-10-24Replaced non-ASCII character.Yaron Keren
2013-10-24Revert part of r193291, restoring the deletion of loaded objects.Chandler Carruth
2013-10-24Optimizing MCJIT module state trackingAndrew Kaylor
2013-10-21FIXME comment shouldn't have been doxygen styleAndrew Kaylor
2013-10-21Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor
2013-10-19Added comments from Andrew Kaylor.Yaron Keren
2013-10-16Adding support for deregistering EH frames with MCJIT.Andrew Kaylor
2013-10-11Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor
2013-10-04Adding support and tests for multiple module handling in lliAndrew Kaylor
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo
2013-10-01Fixing MCJIT multiple module linking for OSXAndrew Kaylor
2013-10-01Adding multiple module support for MCJIT.Andrew Kaylor
2013-06-28Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo
2013-05-21Roll out r182411 and 182412 because it's still broken.Filip Pizlo
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo
2013-05-21Roll out r182407 and r182408 because they broke builds.Filip Pizlo
2013-05-21Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo
2013-05-17Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed
2013-05-14SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola
2013-04-24Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth