For PR950:
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Execution.cpp
2002-02-11 Chris LattnerMake array bound checks optional and disabled by default.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris Lattner* Implement array indexing in lli
2001-11-14 Chris LattnerRename cruft
2001-11-12 Chris LattnerPrint percentages for profiling info better
2001-11-12 Chris LattnerPrint profile info if exit() is called
2001-11-12 Chris LattnerHack a structure profiling option together
2001-11-07 Chris LattnerCorrect problem that allows indirect function calls
2001-11-07 Chris Lattner* Switch to operation on pointers with PointerTy more...
2001-11-07 Chris Lattner*Print Stack traces better.
2001-11-07 Chris Lattner* Use cached writer to speed up printing and get symbol...
2001-10-30 Chris LattnerImplement xor operator
2001-10-30 Chris Lattner* Add some assertions for checking internal error condi...
2001-10-29 Chris LattnerPrint out a label if we step into the first instruction...
2001-10-29 Chris LattnerImplement getelementptr instruction as well as the...
2001-10-29 Chris LattnerRemember to print out the next instruction if stepping...
2001-10-29 Chris LattnerFix problem next'ing over an external method
2001-10-27 Chris LattnerImplement a -trace command line option and a trace...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris LattnerProvide argv for commands
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-18 Chris LattnerEnhancements to pass argc & argv to main if required
2001-10-15 Chris LattnerImplement ulong & long support
2001-10-15 Chris LattnerImplement initializers for structs and pointers
2001-10-15 Chris LattnerImplement global variables. Struct and Pointer initial...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-28 Chris LattnerFile #include file
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-10 Chris LattnerUse the correct style casts
2001-09-10 Chris LattnerGenericize support for calling functions a bit
2001-08-27 Chris LattnerLots of new functionality
2001-08-23 Chris LattnerInitial checkin of interpreter