| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Keep track of all of the globals inserted into the scalar map | Chris Lattner | 2004-01-28 | 1 | -4/+26 |
* | Pull the ScalarMap out into something that is more structured than what we had | Chris Lattner | 2004-01-28 | 1 | -1/+42 |
* | Minor tweaks | Chris Lattner | 2004-01-27 | 1 | -5/+11 |
* | Add comments, allow DSNode "copy ctor" to ignore outgoing links, add more | Chris Lattner | 2004-01-27 | 1 | -3/+20 |
* | * cloneReachable* and clonePartiallyInto are not obsolete | Chris Lattner | 2004-01-27 | 1 | -38/+46 |
* | Add new flag, other minor modifications | Chris Lattner | 2004-01-23 | 1 | -5/+7 |
* | Fix grammar | Chris Lattner | 2004-01-23 | 1 | -2/+2 |
* | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner | 2004-01-22 | 1 | -5/+2 |
* | It doesn't make sense for one side to be const, but not the other. | Chris Lattner | 2004-01-22 | 2 | -7/+10 |
* | Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clear | Chris Lattner | 2004-01-22 | 1 | -1/+20 |
* | Specialize std::swap correctly | Chris Lattner | 2004-01-22 | 1 | -2/+5 |
* | Add methods for implementation | Chris Lattner | 2003-11-13 | 1 | -0/+10 |
* | Add an initial version of the CompleteBUDataStructures pass | Chris Lattner | 2003-11-13 | 1 | -0/+34 |
* | Add argument | Chris Lattner | 2003-11-12 | 1 | -1/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 5 | -2/+27 |
* | Add new method | Chris Lattner | 2003-11-11 | 1 | -0/+9 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 4 | -6/+25 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 5 | -0/+35 |
* | Add prototype | Chris Lattner | 2003-09-21 | 1 | -0/+3 |
* | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner | 2003-09-20 | 2 | -17/+14 |
* | Unsquishify | Chris Lattner | 2003-09-20 | 1 | -1/+1 |
* | Add a comment to the method decl | Chris Lattner | 2003-08-05 | 1 | -7/+11 |
* | Added declaration of mergeInGlobalsGraph | Sumant Kowshik | 2003-08-05 | 1 | -0/+2 |
* | Remove #includes | Chris Lattner | 2003-07-26 | 2 | -2/+0 |
* | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | (1) Added DSGraph::cloneReachableSubgraph and DSGraph::cloneReachableNodes | Vikram S. Adve | 2003-07-16 | 1 | -4/+35 |
* | INCLUDE_PARENT_GRAPH is required | Chris Lattner | 2003-07-02 | 1 | -8/+0 |
* | Remove dead method | Chris Lattner | 2003-07-02 | 1 | -1/+0 |
* | Add new methods | Chris Lattner | 2003-07-02 | 1 | -0/+12 |
* | Disable the parent graph code when not compiled in DEBUG mode | Chris Lattner | 2003-07-02 | 1 | -1/+8 |
* | TD pass keeps track of which functions have complete arguments | Chris Lattner | 2003-07-01 | 1 | -0/+1 |
* | Add new operator= impl | Chris Lattner | 2003-07-01 | 1 | -0/+9 |
* | Ok, I'm a moron. Fixed now | Chris Lattner | 2003-07-01 | 1 | -1/+1 |
* | Fix major problem that was causing all kinds of nasty foldings | Chris Lattner | 2003-07-01 | 1 | -0/+1 |