llvm-6502/lib/ExecutionEngine/Interpreter
Chris Lattner 7b83b1db25 Do not link in runtime library anymore, assume that user manually links in
libraries.  Code should be generalized to allow lli to take -lc -lm arguments
in the future (todo)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1852 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-11 17:52:43 +00:00
..
Execution.cpp Keep track of memory allocated by alloca so that it is freed appropriately 2002-02-19 18:50:09 +00:00
ExecutionAnnotations.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
ExternalFunctions.cpp Implement a bunch of new functions to support the SPECINT mcf 2002-03-08 22:51:07 +00:00
Interpreter.h Keep track of memory allocated by alloca so that it is freed appropriately 2002-02-19 18:50:09 +00:00
Support.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
UserInput.cpp Do not link in runtime library anymore, assume that user manually links in 2002-03-11 17:52:43 +00:00