Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / IPA / FindUsedTypes.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-05-31 Chris LattnerFix bug: CBackend/2003-05-31-MissingStructName.ll
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-09 Chris LattnerNew pass to find types in use by a program