Teach inline function how to update the callgraph when it makes changes.
[oota-llvm.git] / include / llvm / PassSupport.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-06-04 Chris LattnerFix more warnings
2004-06-03 Chris LattnerAdjust argument to match destination data type
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanAdded ability to register FunctionPasses as optimizatio...
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