Move stuff out of the Optimizations directories into the appropriate Transforms
[oota-llvm.git] / tools / lli /
2002-01-21 Chris LattnerEliminate opt library
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-12-13 Chris LattnerImplement strlen strdup strcmp
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerFix problem where lli < foo.bc would have argc = 0
2001-10-30 Chris LattnerImplement memset memcpy, calloc
2001-10-30 Chris LattnerInitialize map for purify
2001-10-29 Chris LattnerI screwed up the macros, so of course strtol didn't...
2001-10-29 Chris LattnerOops, accidentally broke reading from stdin when doing...
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-24 Chris LattnerAdd support for building a runtime library for LLI
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-09-10 Chris LattnerGenericize support for calling functions a bit
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-08-27 Chris LattnerLots of new functionality
2001-08-23 Chris LattnerInitial checkin of interpreter