| Age | Commit message (Expand) | Author |
| 2005-03-13 | Add support for printing EQ graphs | Chris Lattner |
| 2005-03-12 | remove this from the PA namespace, leaving it in the llvm ns | Chris Lattner |
| 2005-03-11 | Fix some crashes noted by John Mellor-Crummey's group. | Chris Lattner |
| 2005-02-15 | Add a new method to make it easy to update graphs. | Chris Lattner |
| 2005-02-09 | Add some iterators that should have come in long ago | Chris Lattner |
| 2005-02-07 | Hopefully fix the build on Darwin with GCC 3.3 | Chris Lattner |
| 2005-02-04 | Add some new members | Chris Lattner |
| 2005-02-04 | add new member | Chris Lattner |
| 2005-02-03 | Add a new method. | Chris Lattner |
| 2005-02-01 | remove dead method | Chris Lattner |
| 2005-01-30 | * Make some methods more const correct. | Chris Lattner |
| 2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
| 2005-01-29 | Adjust to ilist changes. | Chris Lattner |
| 2005-01-24 | Add some methods. | Chris Lattner |
| 2005-01-09 | Get lib/Analysis/DataStructure to compile with VC++ | Jeff Cohen |
| 2004-12-08 | Move method out of line | Chris Lattner |
| 2004-11-02 | Substantially cleanup/speedup the eq graphs pass by walking the callgraph | Chris Lattner |
| 2004-11-01 | Remove more dead methods | Chris Lattner |
| 2004-11-01 | Delete a dead method | Chris Lattner |
| 2004-11-01 | Rename FoldedGraph -> DSInfo to be consistent with other passes | Chris Lattner |
| 2004-11-01 | Get rid of the EquivClassGraphArgsInfo class, and the map that held it. | Chris Lattner |
| 2004-11-01 | Eliminate the cloneGraph method | Chris Lattner |
| 2004-10-31 | * Do not refer to ActualCallees in CBU, when we can do it locally. | Chris Lattner |
| 2004-10-31 | Simplify graph traversal, improve grammar | Chris Lattner |
| 2004-10-31 | Do not do horrible things to the CBU graphs. In particular, we do NOT own | Chris Lattner |
| 2004-10-30 | Add an assertion and a method | Chris Lattner |
| 2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
| 2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
| 2004-09-20 | Adjust to API changes | Chris Lattner |
| 2004-09-14 | Adjust to #include movage | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-07 | Headers moved | Chris Lattner |
| 2004-07-07 | Move DSA headers into Analysis/DataStructure to make it more obvious | Chris Lattner |
| 2004-07-07 | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner |
| 2004-05-23 | Complete rewrite of the code that merges DS graphs for equivalence classes | Vikram S. Adve |
| 2004-05-23 | Fix size/offset assertion to allow negative offsets and folded nodes. | Vikram S. Adve |
| 2004-03-11 | Doxygenified and cleand up comments. | Misha Brukman |
| 2004-03-09 | new method | Chris Lattner |
| 2004-03-03 | Rename method, add new method | Chris Lattner |
| 2004-03-03 | De-inline methods | Chris Lattner |
| 2004-03-01 | Add new method | Chris Lattner |
| 2004-03-01 | Fix the "partial pool allocator" on em3d and others. The problem is that | Chris Lattner |
| 2004-02-21 | Update comments and add warning | Chris Lattner |
| 2004-02-19 | Add a method useful for updating DSA | Chris Lattner |
| 2004-02-08 | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner |
| 2004-02-08 | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner |
| 2004-02-08 | Change to use iterators instead of direct access | Chris Lattner |
| 2004-02-07 | Abstract out the Nodes collection. Instead of providing a getNodes() method, | Chris Lattner |
| 2004-02-07 | Actually USE isForwarding method | Chris Lattner |
| 2004-02-07 | As Alkis pointed out to me, I forgot to commit this... :( | Chris Lattner |