aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-142-6/+6
* Add EH support to the MCJIT.Rafael Espindola2013-05-052-7/+38
* 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-252-18/+68
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-65/+18
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-0/+5
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-18/+65
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* MCJIT depends on JIT.Benjamin Kramer2012-11-281-1/+1
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-282-0/+227
* 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-062-0/+43
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-052-0/+17
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-014-67/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-022-19/+20
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-131-1/+2
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-2/+10
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-212-12/+6
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-072-13/+55
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-062-8/+4
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-161-2/+2
* 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
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-36/+2
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-2/+36
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-36/+2
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-285-165/+29
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-225-26/+197
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-36/+2
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-211-0/+5
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-214-163/+21
* 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 interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+8
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+10
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-2/+2
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+15
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-122-8/+3
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-8/+0
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+1
* Fixed the MCJIT so that it can emit not only instanceSean Callanan2011-11-121-6/+6
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23