summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
| | | | | | Eliminate old style casts from value.h llvm-svn: 696
* Add support for new style castsChris Lattner2001-10-011-1/+1
| | | | llvm-svn: 694
* File #include fileChris Lattner2001-09-281-1/+1
| | | | llvm-svn: 665
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-1/+1
| | | | | | | | Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566
* Use the correct style castsChris Lattner2001-09-101-1/+1
| | | | llvm-svn: 546
* Genericize support for calling functions a bitChris Lattner2001-09-101-18/+23
| | | | | | Add external method support llvm-svn: 528
* Lots of new functionalityChris Lattner2001-08-271-12/+261
| | | | llvm-svn: 372
* Initial checkin of interpreterChris Lattner2001-08-231-0/+598
llvm-svn: 361
OpenPOWER on IntegriCloud