llvm/lib/ExecutionEngine
Duncan Sands 8a43e9e5d7 Teach the interpreter to read and write memory in the
endianness of the target not of the host.  Done by the
simple expedient of reversing bytes for primitive types
if the host and target endianness don't match.  This is
correct for integer and pointer types.  I don't know if
it is correct for floating point types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45039 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-14 19:38:31 +00:00
..
Interpreter Add explicit keywords, and fix a minor typo that they uncovered. 2007-12-14 15:41:34 +00:00
JIT Adjust VStudio files to add JITMemoryManager files + include <cassert> from same. 2007-12-06 02:03:01 +00:00
ExecutionEngine.cpp Teach the interpreter to read and write memory in the 2007-12-14 19:38:31 +00:00
Makefile