aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
AgeCommit message (Expand)Author
2001-11-12Print percentages for profiling info betterChris Lattner
2001-11-12Print profile info if exit() is calledChris Lattner
2001-11-12Hack a structure profiling option togetherChris Lattner
2001-11-07Correct problem that allows indirect function callsChris Lattner
2001-11-07* Switch to operation on pointers with PointerTy more consistentlyChris Lattner
2001-11-07*Print Stack traces better.Chris Lattner
2001-11-07* Use cached writer to speed up printing and get symbolic types more consiste...Chris Lattner
2001-10-30Implement xor operatorChris Lattner
2001-10-30* Add some assertions for checking internal error conditionsChris Lattner
2001-10-29Print out a label if we step into the first instruction of a basic blockChris Lattner
2001-10-29Implement getelementptr instruction as well as the load and store formsChris Lattner
2001-10-29Remember to print out the next instruction if stepping over an external metho...Chris Lattner
2001-10-29Fix problem next'ing over an external methodChris Lattner
2001-10-27Implement a -trace command line option and a trace option in the interpreter.Chris Lattner
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner
2001-10-27Provide argv for commandsChris Lattner
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner
2001-10-15Implement ulong & long supportChris Lattner
2001-10-15Implement initializers for structs and pointersChris Lattner
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-28File #include fileChris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-10Use the correct style castsChris Lattner
2001-09-10Genericize support for calling functions a bitChris Lattner
2001-08-27Lots of new functionalityChris Lattner
2001-08-23Initial checkin of interpreterChris Lattner