| Age | Commit message (Expand) | Author |
| 2002-10-17 | * Make the DSGraph cloner automatically merge global nodes | Chris Lattner |
| 2002-10-17 | Remove obsolete code | Chris Lattner |
| 2002-10-17 | Enable incompleteness marking | Chris Lattner |
| 2002-10-17 | * First try at implementing TD pass this does not merge global nodes yet, | Chris Lattner |
| 2002-10-17 | Reenable printing of TD analysis | Chris Lattner |
| 2002-10-17 | * Add data structures and code to track the call sites for each function | Chris Lattner |
| 2002-10-17 | Cleanup data structure graph printer, eliminate hard coded printing in | Chris Lattner |
| 2002-10-16 | Make sure to print out the call nodes as well | Chris Lattner |
| 2002-10-16 | * Print the "return" node in the graphs | Chris Lattner |
| 2002-10-16 | The second element of the iterator is really an offset, not a link | Chris Lattner |
| 2002-10-16 | Specify the graph name | Chris Lattner |
| 2002-10-16 | - DSGraph Printing Improvements: | Chris Lattner |
| 2002-10-13 | Halfway conversion from custom printing to GraphWriter printing | Chris Lattner |
| 2002-10-03 | Prune function nodes that are no longer referenced due to inlining | Chris Lattner |
| 2002-10-03 | sgefa uses truely huge data structures nodes. Only print part of them if they | Chris Lattner |
| 2002-10-03 | Handle bug exposed by power benchmark | Chris Lattner |
| 2002-10-03 | Reimplement/port the Bottom Up Closure pass | Chris Lattner |
| 2002-10-02 | DataStructure.h doesn't include DSGraph.h | Chris Lattner |
| 2002-10-02 | * Implement fully general merging of array subscripts on demand! This | Chris Lattner |
| 2002-10-02 | When printing DS nodes, print the mergemap index as well to allow easier | Chris Lattner |
| 2002-10-02 | * Significant rework of DSNode to support arbitrary aliasing due to merging | Chris Lattner |
| 2002-10-01 | Initial checkin of Steensgaards context insensitive flow insensitive | Chris Lattner |
| 2002-10-01 | Checkin some major reworks of data structure analysis. This is not done, | Chris Lattner |
| 2002-08-22 | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner |
| 2002-08-22 | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner |
| 2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
| 2002-08-07 | Minor changes to DEBUG()'s | Chris Lattner |
| 2002-08-07 | Reorder #includes to be right | Chris Lattner |
| 2002-07-31 | Changes to be GCC3.1 friendly | Chris Lattner |
| 2002-07-31 | Add new -only-print-main-ds option that causes mains ds graph to be | Chris Lattner |
| 2002-07-30 | Add GlobalDSGraph -- a common graph that holds externally visible nodes. | Vikram S. Adve |
| 2002-07-30 | Print globals graph after either the BU or the TD pass. | Vikram S. Adve |
| 2002-07-30 | This file implements the top-down propagation pass for data structure graphs. | Vikram S. Adve |
| 2002-07-30 | Use a separate globals graph to hold externally visible nodes. | Vikram S. Adve |
| 2002-07-27 | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner |
| 2002-07-26 | * Add support for different "PassType's" | Chris Lattner |
| 2002-07-24 | Changes for GCC 3.1 | Chris Lattner |
| 2002-07-23 | *** empty log message *** | Chris Lattner |
| 2002-07-22 | Always create a shadow node for a store instruction, even if it's storing | Chris Lattner |
| 2002-07-19 | Ignore some common varargs functions. | Chris Lattner |
| 2002-07-18 | * Inline CopyFunctionCallsList | Chris Lattner |
| 2002-07-18 | Rename removeDeadNodes to removeTriviallyDeadNodes | Chris Lattner |
| 2002-07-18 | Add support for a top-down propagation pass: | Vikram S. Adve |
| 2002-07-18 | Add support for a top-down propagation pass. | Vikram S. Adve |
| 2002-07-18 | Implement cast nodes correctly. | Chris Lattner |
| 2002-07-18 | The graph is more accurate when I don't completely ignore the return value. | Chris Lattner |
| 2002-07-18 | Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. | Chris Lattner |
| 2002-07-16 | added std:: to string | Anand Shukla |
| 2002-07-11 | * Pass the DSGraph around instead of the Function to printing fns | Chris Lattner |
| 2002-07-11 | * Nodes now keep track of any global variables in them | Chris Lattner |