llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer deca08d93d Remove the insufficient code in Interpreter::create that computed the
Target DataLayout incorrectly. For now, we'll trust that the module has
got the correct DataLayout. In the future, this needs to be changed to
tell the TargetData to be "current host".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34947 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 03:05:57 +00:00
..
Execution.cpp Complete the APIntification of the interpreter. All asserts for > 64 bits 2007-03-03 08:38:04 +00:00
ExternalFunctions.cpp For PR1064: 2007-01-12 07:05:14 +00:00
Interpreter.cpp Remove the insufficient code in Interpreter::create that computed the 2007-03-06 03:05:57 +00:00
Interpreter.h Deal with error handling better. 2007-03-03 18:19:18 +00:00
Makefile