| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add new -only-print-main-ds option that causes mains ds graph to be | Chris Lattner | 2002-07-31 | 1 | -1/+4 | |
| | | | | | | | printed, but no others. llvm-svn: 3178 | |||||
| * | Print globals graph after either the BU or the TD pass. | Vikram S. Adve | 2002-07-30 | 1 | -17/+41 | |
| | | | | | llvm-svn: 3172 | |||||
| * | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -6/+11 | |
| | | | | | | | | | | | methods * Eliminate AnalysisID: Now it is just a typedef for const PassInfo* * Simplify how AnalysisID's are initialized * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into the analyses themselves. llvm-svn: 3115 | |||||
| * | Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. | Chris Lattner | 2002-07-18 | 1 | -12/+23 | |
| | | | | | llvm-svn: 2945 | |||||
| * | added std:: to string | Anand Shukla | 2002-07-16 | 1 | -4/+4 | |
| | | | | | llvm-svn: 2915 | |||||
| * | * Pass the DSGraph around instead of the Function to printing fns | Chris Lattner | 2002-07-11 | 1 | -16/+26 | |
| | | | | | | | | | | * Print the globals list in the node * Print the scalars in the scalar node * Eliminate Scalar "label" edges in the graph * Print fake edges lighter instead of dotted llvm-svn: 2880 | |||||
| * | New implementation of data structure analysis. Only local analysis has been | Chris Lattner | 2002-07-10 | 1 | -0/+156 | |
| implemented so far. llvm-svn: 2871 | ||||||

