summaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement ulong & long supportChris Lattner2001-10-151-27/+33
* Implement initializers for structs and pointersChris Lattner2001-10-151-80/+100
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-25/+138
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+10
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-1/+1
* 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-101-1/+1
* Genericize support for calling functions a bitChris Lattner2001-09-101-18/+23
* Lots of new functionalityChris Lattner2001-08-271-12/+261
* Initial checkin of interpreterChris Lattner2001-08-231-0/+598