llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer cc442cabf6 On Linux platforms and at optimization levels -O1 and above, llvm-gcc can
turn "putchar" calls into _IO_putc calls which is a lower-level interface.
This patch allows these calls to be executed by lli in interpreter mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37254 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-19 01:36:17 +00:00
..
Execution.cpp Print integer values as both decimal and hexadecimal for convenience 2007-05-17 06:47:54 +00:00
ExternalFunctions.cpp On Linux platforms and at optimization levels -O1 and above, llvm-gcc can 2007-05-19 01:36:17 +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