Fixes to compile with GCC 3.2
[oota-llvm.git] / tools / lli / lli.cpp
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-07-25 Chris LattnerNamespace correctness is good
2002-07-25 Chris LattnerREmove extra blank lines
2002-07-22 Chris Lattner*** empty log message ***
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 LattnerInitialize map for purify
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 LattnerProvide argv for commands
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-08-23 Chris LattnerInitial checkin of interpreter