aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)Author
2002-03-26Change from Method to FunctionChris Lattner
2002-03-11Do not link in runtime library anymore, assume that user manually links inChris Lattner
2002-03-08Implement a bunch of new functions to support the SPECINT mcfChris Lattner
2002-02-19Keep track of memory allocated by alloca so that it is freed appropriatelyChris Lattner
2002-02-18Implement exp functionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-12Add new abort-on-exceptions flagChris Lattner
2002-02-11Make array bound checks optional and disabled by default.Chris Lattner
2002-01-23Implement the clock() functionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* Support the new -q flag for automated testsChris Lattner
2001-12-13Implement sprintfChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-11-26Use pointertype where appropriateChris Lattner
2001-11-26Remove invalid,unneccesary ## tokenChris Lattner
2001-11-26* Implement array indexing in lliChris Lattner
2001-11-14Rename cruftChris Lattner
2001-11-13Implement some more rand functions for em3d benchmarkChris Lattner
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-11-07Add %p format to printf, which MUST be used when printing pointer values.Chris Lattner
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