Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for passes that use a TargetMachine object. | Vikram S. Adve | 2002-09-16 | 1 | -13/+39 |
* | - PassInfo class keeps track of AnalysisGroups implemented by the Pass. | Chris Lattner | 2002-08-30 | 1 | -115/+141 |
* | Add a class that is useful for hacking around linking problem due to | Chris Lattner | 2002-08-21 | 1 | -0/+10 |
* | - Implement the new AnalysisGroup feature, neccesary for Value#ing and poin... | Chris Lattner | 2002-08-21 | 1 | -6/+69 |
* | * Implement stuff so that code can declare that they only depend on the CFG of | Chris Lattner | 2002-07-30 | 1 | -15/+13 |
* | Add rough support for LLC passes | Chris Lattner | 2002-07-30 | 1 | -2/+35 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -0/+9 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -10/+77 |
* | Break part of Pass.h out into PassAnalysisSupport.h | Chris Lattner | 2002-07-23 | 1 | -0/+170 |