llvm-6502/lib/ExecutionEngine
2013-08-20 09:27:31 +00:00
..
IntelJITEvents
Interpreter LLVM Interpreter: This patch implements vector support for cast operations (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types. 2013-08-05 12:17:06 +00:00
JIT Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager. 2013-07-02 12:24:22 +00:00
MCJIT Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects 2013-06-28 21:40:16 +00:00
OProfileJIT
RuntimeDyld memcmp is not a valid way to compare structs with padding in them. 2013-08-20 09:27:31 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. 2013-07-04 01:31:24 +00:00
ExecutionEngineBindings.cpp Expose the RTDyldMemoryManager through the C API. This allows clients of 2013-05-22 02:46:43 +00:00
LLVMBuild.txt
Makefile
RTDyldMemoryManager.cpp Preserve const correctness. 2013-06-04 09:09:15 +00:00
TargetSelect.cpp Enable FastISel on ARM for Linux and NaCl, not MCJIT 2013-06-14 02:49:43 +00:00