aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for "targetdata pass ctors"Chris Lattner2003-04-241-39/+3
* Add new helper template functionChris Lattner2003-02-251-0/+2
* Add support for passes that use a TargetMachine object.Vikram S. Adve2002-09-161-13/+39
* - PassInfo class keeps track of AnalysisGroups implemented by the Pass.Chris Lattner2002-08-301-115/+141
* Add a class that is useful for hacking around linking problem due toChris Lattner2002-08-211-0/+10
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and poin...Chris Lattner2002-08-211-6/+69
* * Implement stuff so that code can declare that they only depend on the CFG ofChris Lattner2002-07-301-15/+13
* Add rough support for LLC passesChris Lattner2002-07-301-2/+35
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+9
* * Add support for different "PassType's"Chris Lattner2002-07-261-10/+77
* Break part of Pass.h out into PassAnalysisSupport.hChris Lattner2002-07-231-0/+170