aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT
AgeCommit message (Expand)Author
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
2011-08-14EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-05-19Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach
2011-05-18Restore sanity to 131601.Jim Grosbach
2011-05-18Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach
2011-05-13ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith
2011-05-12The MCJIT memory manager needs to initialize its Module member.Jim Grosbach
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: delete duplicated filesDylan Noblesmith
2011-05-06ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-04-2280-col fix.Eric Christopher
2011-04-13MCJIT relocation resolution.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-05Remove extraneous 'return'.Jim Grosbach
2011-04-04Add missing file from r128851.Jim Grosbach
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-23Fix double-free of Module.Jim Grosbach
2011-03-23Make sure to report any errors from the runtime dyld.Jim Grosbach
2011-03-22Add missing file from previous commit.Jim Grosbach
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach
2011-03-22Fix comment in header.Eric Christopher
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach
2011-03-18Silence a warning.Jim Grosbach
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar