summaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* Fix problem next'ing over an external methodChris Lattner2001-10-291-2/+6
* Fix some illegal uses of the ## operatorChris Lattner2001-10-281-4/+3
* Add methods print<TYPE> for String, Pointer, and each primitive type.Vikram S. Adve2001-10-281-0/+31
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-273-1/+20
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-274-37/+89
* Provide argv for commandsChris Lattner2001-10-273-6/+22
* * Implement exit() builtin functionChris Lattner2001-10-274-5/+63
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-184-2/+74
* Implement ulong & long supportChris Lattner2001-10-152-27/+36
* Implement initializers for structs and pointersChris Lattner2001-10-151-80/+100
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-155-38/+252
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+10
* Convert more code to use new style castsChris Lattner2001-10-012-3/+3
* Add support for new style castsChris Lattner2001-10-012-2/+2
* File #include fileChris Lattner2001-09-281-1/+1
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-1/+1
* Use the correct style castsChris Lattner2001-09-102-3/+3
* Add support for external methodsChris Lattner2001-09-101-0/+107
* Genericize support for calling functions a bitChris Lattner2001-09-103-21/+32
* Annotations are now constChris Lattner2001-09-071-1/+1
* Lots of new functionalityChris Lattner2001-08-274-18/+277
* Initial checkin of interpreterChris Lattner2001-08-235-0/+1043