aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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-104-21/+33
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-8/+3
* Annotations are now constChris Lattner2001-09-071-1/+1
* Lots of new functionalityChris Lattner2001-08-275-19/+278
* Initial checkin of interpreterChris Lattner2001-08-236-0/+1054