Initial checkin
[oota-llvm.git] / tools / llvm-dis /
2003-08-08 Misha BrukmanChomped spurious blank lines.
2003-05-31 Chris LattnerAdd support for: -o -
2003-05-22 Chris LattnerKill using declarations
2003-04-16 Chris LattnerGive verbose error messages if bytecode file cannot...
2002-09-24 Chris LattnerMake sure to close the file before deleting it
2002-09-19 Chris LattnerMinor non-functionality changing changes.
2002-09-18 Chris LattnerAvoid deleting the ostream more than once.
2002-08-31 Chris Lattner - Converted CWriter to be an LLVM pass.
2002-08-31 Chris LattnerGet FindUsedTypes pass
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-05-09 Chris LattnerClean up dis so that it does not print out code in...
2002-05-08 Sumant Kowshik*** empty log message ***
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
2002-02-24 Chris LattnerGCC3.0.4 crashes when compiling this. Comment it out...
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-13 Chris LattnerFix comment flyer
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerVerbosify descriptions
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-13 Chris LattnerAdded options to print out basic blocks in a variety...
2001-06-06 Chris LattnerInitial revision