aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)Author
2001-11-06Implement log and drand48 for TSP bmChris Lattner
2001-11-06Implement sqrt, implement printf better, simpler.Chris Lattner
2001-11-03Be lenient on types so that programs that are not very typesafe will workChris Lattner
2001-10-30Implement xor operatorChris Lattner
2001-10-30callExternalMethod now returns the return value of the functionChris Lattner
2001-10-30Implement a gross function name map that must be used when linking staticallyChris Lattner
2001-10-30* Add some assertions for checking internal error conditionsChris Lattner
2001-10-30Don't fail to load runtime if running LLI from the current directoryChris Lattner
2001-10-29Print out a label if we step into the first instruction of a basic blockChris Lattner
2001-10-29* Fix pow wrapper to actually workChris 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-28Fix some illegal uses of the ## operatorChris Lattner
2001-10-28Add methods print<TYPE> for String, Pointer, and each primitive type.Vikram S. Adve
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-03* Both Method & GlobalVariable now subclass GlobalValueChris 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-10Add support for external methodsChris Lattner
2001-09-10Genericize support for calling functions a bitChris Lattner
2001-09-07Annotations are now constChris Lattner
2001-08-27Lots of new functionalityChris Lattner
2001-08-23Initial checkin of interpreterChris Lattner