llvm-6502/lib/ExecutionEngine
Neil Booth ccf596a53e convertFromInteger, as originally written, expected sign-extended
input.  APInt unfortunately zero-extends signed integers, so Dale
modified the function to expect zero-extended input.  Make this
assumption explicit in the function name.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42732 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-07 11:45:55 +00:00
..
Interpreter #ifdef out unsafe tracing code, which fixes PR1689 2007-09-21 18:30:39 +00:00
JIT Implement x86 long double in jit (not really 2007-09-17 18:44:13 +00:00
ExecutionEngine.cpp convertFromInteger, as originally written, expected sign-extended 2007-10-07 11:45:55 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00