Handle value promotion properly to work with tracing better
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / UserInput.cpp
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-29 Chris Lattners/Method/Function
2002-03-11 Chris LattnerDo not link in runtime library anymore, assume that...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-26 Chris LattnerUse pointertype where appropriate
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 LattnerDon't fail to load runtime if running LLI from the...
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 global variables. Struct and Pointer initial...
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new 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