Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / PassSupport.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-12 Chris LattnerRename method to indicate what it does
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2003-02-25 Chris LattnerAdd new helper template function
2002-09-16 Vikram S. AdveAdd support for passes that use a TargetMachine object.
2002-08-30 Chris Lattner - PassInfo class keeps track of AnalysisGroups implem...
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-07-30 Chris Lattner* Implement stuff so that code can declare that they...
2002-07-30 Chris LattnerAdd rough support for LLC passes
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-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h