Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.h
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-10 Chris Lattnerswitch main LLI core execution to use an InstVisitor...
2003-05-10 Chris LattnerFix testcase: SingleSource/UnitTests/2003-05-02-Dependa...
2003-05-08 Chris LattnerA large number of simple changes:
2003-05-08 Chris LattnerAdd support for recording arguments passed through...
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
2002-10-15 Chris Lattner - Fix LLI so that it simulates the endianness of...
2002-10-02 Chris LattnerCleanup #includes, expose module
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-19 Chris LattnerKeep track of memory allocated by alloca so that it...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-12 Chris LattnerHack a structure profiling option together
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 LattnercallExternalMethod now returns the return value of...
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 global variables. Struct and Pointer initial...
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