aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/lli.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-261-0/+7
* Initialize map for purifyChris Lattner2001-10-301-0/+1
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-291-1/+1
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-1/+5
* Provide argv for commandsChris Lattner2001-10-271-3/+3
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-1/+1
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-5/+2
* Initial checkin of interpreterChris Lattner2001-08-231-0/+67