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