summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-0/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-261-1/+0
* * Implement array indexing in lliChris Lattner2001-11-261-24/+44
* Rename cruftChris Lattner2001-11-141-3/+3
* Print percentages for profiling info betterChris Lattner2001-11-121-1/+19
* Print profile info if exit() is calledChris Lattner2001-11-121-26/+30
* Hack a structure profiling option togetherChris Lattner2001-11-121-0/+45
* Correct problem that allows indirect function callsChris Lattner2001-11-071-1/+5
* * Switch to operation on pointers with PointerTy more consistentlyChris Lattner2001-11-071-44/+110
* *Print Stack traces better.Chris Lattner2001-11-071-22/+34
* * Use cached writer to speed up printing and get symbolic types more consiste...Chris Lattner2001-11-071-14/+48
* Implement xor operatorChris Lattner2001-10-301-0/+22
* * Add some assertions for checking internal error conditionsChris Lattner2001-10-301-32/+90
* Print out a label if we step into the first instruction of a basic blockChris Lattner2001-10-291-0/+3
* Implement getelementptr instruction as well as the load and store formsChris Lattner2001-10-291-6/+44
* Remember to print out the next instruction if stepping over an external metho...Chris Lattner2001-10-291-0/+2
* Fix problem next'ing over an external methodChris Lattner2001-10-291-2/+6
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-0/+3
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-271-35/+65
* Provide argv for commandsChris Lattner2001-10-271-1/+1
* * Implement exit() builtin functionChris Lattner2001-10-271-0/+9
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-0/+2
* 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
OpenPOWER on IntegriCloud