Change Pass::print to take a raw ostream instead of std::ostream,
[oota-llvm.git] / include / llvm / Analysis / FindUsedTypes.h
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2005-05-15 Chris Lattnerfix warning
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-28 Chris LattnerAdd new method
2003-10-23 Chris LattnerFix bug in eon hopefully
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
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-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerSimplify analyses so that there is only one analysis...
2002-07-25 Chris LattnerRemove dead options
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
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-11-15 Chris LattnerFix protection probs
2001-11-09 Chris LattnerNew pass to figure out what types are in use by a program