llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer 6bc6333a10 1. Don't swap byte order in scanf. It isn't necessary and leads to
incorrect results (canonicalization was dropped several commits ago).
2. Add support for fscanf.
3. Suppress a warning about cast to pointer from non-pointer-sized integer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36482 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-26 18:19:35 +00:00
..
Execution.cpp 1. Don't swap byte order in scanf. It isn't necessary and leads to 2007-04-26 18:19:35 +00:00
ExternalFunctions.cpp We only need one putchar which gives it a shot at getting matched by its 2007-04-21 17:11:45 +00:00
Interpreter.cpp Remove the insufficient code in Interpreter::create that computed the 2007-03-06 03:05:57 +00:00
Interpreter.h APInt's are no longer allocated on the heap because they are direct 2007-03-06 03:06:48 +00:00
Makefile