llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer 23e28836ed Two changes:
1. Fix logic for executeGEP. Only 32-bit and 64-bit integer types are
   acceptable as indices.
2. Ensure that all integer cast operations truncate their result to the
   integer size of the operand.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33318 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-18 01:25:42 +00:00
..
Execution.cpp Two changes: 2007-01-18 01:25:42 +00:00
ExternalFunctions.cpp For PR1064: 2007-01-12 07:05:14 +00:00
Interpreter.cpp Simplify IntrinsicLowering and clarify that it is only for use by the 2006-11-15 18:00:10 +00:00
Interpreter.h For PR1064: 2007-01-12 07:05:14 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00