summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
Commit message (Expand)AuthorAgeFilesLines
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-50/+0
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-7/+3
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-161-2/+2
* 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-281-2/+8
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-5/+34
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-36/+2
* (no commit message)Danil Malyshev2012-03-211-0/+5
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+10
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Fixed the MCJIT so that it can emit not only instanceSean Callanan2011-11-121-6/+6
* The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach2011-10-181-0/+2
* Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach2011-05-181-0/+10
* The MCJIT memory manager needs to initialize its Module member.Jim Grosbach2011-05-121-1/+1
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-0/+6
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-9/+5
* Remove extraneous 'return'.Jim Grosbach2011-04-051-2/+1
* Add missing file from r128851.Jim Grosbach2011-04-041-0/+58
OpenPOWER on IntegriCloud