aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
AgeCommit message (Expand)Author
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
2012-11-28MCJIT depends on JIT.Benjamin Kramer
2012-11-28Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-06Fix build error from previous commit.Andrew Kaylor
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-09-05MCJIT: getPointerToFunction() references target address space.Jim Grosbach
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach
2012-08-07Enable lazy compilation in MCJITAndrew Kaylor
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev
2012-04-29Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-21git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-17Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach
2012-01-16ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2012-01-05A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-12Fixed the MCJIT so that it can emit not only instanceSean Callanan
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-10-18The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach
2011-09-30MCJIT initialization TargetDataDanil Malyshev
2011-09-10Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu