llvm-6502/lib/ExecutionEngine/Interpreter
Chris Lattner 2fdaddf445 Fix two problems:
* Load Implementation can cause unaligned memory accesses, which caused
    problems for sparc.
  * cast from pointer to pointer would zero the upper 32 bits of the pointer
    which obviously causes problems on 64 bit hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4454 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-30 21:47:57 +00:00
..
Execution.cpp Fix two problems: 2002-10-30 21:47:57 +00:00
ExecutionAnnotations.h Update comment to reflect class name change. 2002-04-09 19:40:40 +00:00
ExternalFunctions.cpp * Implement the getc() function 2002-10-02 21:12:13 +00:00
Interpreter.h - Fix LLI so that it simulates the endianness of the target machine 2002-10-15 20:34:05 +00:00
Support.cpp Eliminate use of SymTabValue class 2002-04-28 04:55:14 +00:00
UserInput.cpp - Renamed Type::isIntegral() to Type::isInteger() 2002-09-03 01:08:28 +00:00