aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor1-0/+9
2012-11-06Fix build error from previous commit.Andrew Kaylor1-1/+1
2012-11-06Add interface for object-based JIT events.Andrew Kaylor1-0/+35
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor1-0/+15
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor1-2/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-3/+3
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor1-13/+17
2012-09-05MCJIT: getPointerToFunction() references target address space.Jim Grosbach1-2/+10
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach1-10/+4
2012-08-07Enable lazy compilation in MCJITAndrew Kaylor1-7/+42
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer1-1/+1
2012-04-29Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky1-2/+2
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd1-3/+3
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev1-0/+20
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth1-20/+0
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev1-0/+20
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-2/+1
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-2/+0
2012-01-17Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach1-0/+1
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith1-5/+2
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng1-1/+1
2011-09-30MCJIT initialization TargetDataDanil Malyshev1-0/+1
2011-09-10Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp andRichard Trieu1-1/+1
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-05-19Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach1-5/+3
2011-05-18Restore sanity to 131601.Jim Grosbach1-2/+3
2011-05-18Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach1-1/+6
2011-05-13ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith1-14/+1
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith1-1/+2
2011-05-12The MCJIT memory manager needs to initialize its Module member.Jim Grosbach1-1/+1
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen1-1/+13
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith1-14/+1
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith1-1/+2
2011-04-2280-col fix.Eric Christopher1-1/+1
2011-04-13MCJIT relocation resolution.Jim Grosbach1-0/+2
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach1-4/+7
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach1-1/+1
2011-03-23Fix double-free of Module.Jim Grosbach1-1/+0
2011-03-23Make sure to report any errors from the runtime dyld.Jim Grosbach1-1/+2
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach1-4/+104
2011-03-22Fix comment in header.Eric Christopher1-1/+1
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach1-1/+11
2011-03-18Silence a warning.Jim Grosbach1-1/+1
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach1-5/+27
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar1-0/+92